| Element | Property | Attribute | Result | Expected
|
| img | height | height | (untested) | clamps to zero |
| img | hspace | hspace | (untested) | clamps to zero |
| img | vspace | vspace | (untested) | clamps to zero |
| img | width | width | (untested) | clamps to zero |
| object | hspace | hspace | (untested) | clamps to zero |
| object | vspace | vspace | (untested) | clamps to zero |
| pre | width | width | (untested) | clamps to zero |
| canvas | height | height | (untested) | clamps to zero |
| canvas | width | width | (untested) | clamps to zero |
| td | rowSpan | rowspan | (untested) | clamps to zero |
| th | rowSpan | rowspan | (untested) | clamps to zero |
| col | span | span | (untested) | clamps to zero |
| colgroup | span | span | (untested) | clamps to zero |
| select | size | size | (untested) | clamps to zero |
| td | colSpan | colspan | (untested) | clamps to zero |
| th | colSpan | colspan | (untested) | clamps to zero |
| input | size | size | (untested) | clamps to zero |
| textarea | cols | cols | (untested) | clamps to zero |
| textarea | rows | rows | (untested) | clamps to zero |
| basefont | size | size | (untested) | ToInt32() |
| li | value | value | (untested) | ToInt32() |
| ol | start | start | (untested) | ToInt32() |
| input | maxLength | maxlength | (untested) | throws |
| textarea | maxLength | maxlength | (untested) | throws |
| div | tabIndex | tabindex | (untested) | throws |
| input | tabIndex | tabindex | (untested) | throws |