Module com.aoapps.html.any
Package com.aoapps.html.any.attributes.bool
package com.aoapps.html.any.attributes.bool
See 2.4.2 Boolean attributes.
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.
- See Also:
-
ClassDescriptionSee HTML async Attribute.Deprecated.Although the autofocus attribute is global, it is not expected on <base>, <bdo>, <br>, <head>, <html>, <iframe>, <input type="hidden">, <meta>, <param>, <script>, <style>, <title>, or <wbr>.See HTML defer Attribute.See HTML ismap Attribute.Deprecated.The noshade attribute of
<hr>
is not supported in HTML5.