Module com.aoapps.html.any
Package com.aoapps.html.any.attributes.dimension
package com.aoapps.html.any.attributes.dimension
See 2.4.4.4 Percentages and lengths.
Per-attribute interfaces with default implementations.
Attributes are attached to elements by simply implementing the interface. Thanks to the default methods on the interfaces, the element has a fully functional attribute with just the one-liner. However, the elements still have the option to override the attribute.
Supports Integer length or percentage of parent (HTML 4-only).
- See Also:
-
ClassDescriptionDeprecated.The cellpadding attribute is not supported in HTML5.Deprecated.The cellpadding attribute is not supported in HTML5.Deprecated.The cellspacing attribute is not supported in HTML5.Deprecated.The cellspacing attribute is not supported in HTML5.Utility class for working with
Coords
.See HTML width Attribute.Deprecated.In HTML 4.01, the width could be defined in pixels or in % of the containing element.Deprecated.The width attribute is not supported in HTML5.