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