The Length Attribute Type is a data type defined by XHTML Modularisation 1.1, declared in the DTD as XML 1.0 type CDATA.
Reference: *W3C - XHTML Modularisation 1.1 - Attribute Types
cellpadding:tablecellspacing:tablecharoff:col, colgroup, thead, tfoot, tbody, tr, th, tdheight:object, imgwidth:object, img, tableThere are no Common Attributes with type Length.
Length specified as a percentage or in pixels, e.g. "20%" or "10"
When heights (or widths) are specified as a percentage, this is a percentage of the vertical (or horizontal) space available to the element. This available space is usually given by the height (or width) of the element's parent.
Note: Percentage values are not well supported for either
cellpadding or cellspacing
attributes and the
charoff attribute currently does not seem to be supported at all by any browser.