Module com.aoapps.html.any
Package com.aoapps.html.any.attributes.text
package com.aoapps.html.any.attributes.text
Streamable text 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:
-
ClassDescriptionUtility class for working with
Accept
.Utility class for working withAccesskey
.Deprecated.Although the accesskey 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 alt Attribute.Utility class for working withAlt
.An arbitrary attribute.See 3.2.6 Global attributes / class. See Global attributes / class. See HTML class Attribute. In HTML5, the class attribute can be used on any HTML element (it will validate on any HTML element.Utility class for working withClass
.See 3.2.6 Global attributes / class. See Global attributes / class. See HTML class Attribute. In HTML 4.01, the class attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.Utility class for working withContent
.Utility class for working withData
as data-* HTML attributes.Utility class for working withData
as JavaScript dataset property.Utility class for working withDirname
.Utility class for working withFor
.Utility class for working withForm
.Utility class for working withHreflang
.See 3.2.6 Global attributes / id. See Global attributes / id. See id Attribute. In HTML5, the id attribute can be used on any HTML element (it will validate on any HTML element.Utility class for working withId
.See 3.2.6 Global attributes / id. See Global attributes / id. See id Attribute. In HTML 4.01, the id attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.See HTML label Attribute.Utility class for working withLang
.Utility class for working withList
.See HTML media Attribute.Utility class for working withMedia
.See HTML name Attribute.Utility class for working withName
.Utility class for working withPlaceholder
.See 3.2.6.5 The style attribute. See Global attributes / style. See HTMLElement.style. See HTML style Attribute. In HTML5, the style attribute can be used on any HTML element (it will validate on any HTML element.Utility class for working withStyle
.See 3.2.6.5 The style attribute. See Global attributes / style. See HTMLElement.style. See HTML style Attribute. In HTML 4.01, the style attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.See 3.2.6.1 The title attribute. See Global attributes / title. See HTMLElement.title. See HTML title Attribute. In HTML5, the title attribute can be used on any HTML element (it will validate on any HTML element.Utility class for working withTitle
.See 3.2.6.1 The title attribute. See Global attributes / title. See HTMLElement.title. See HTML title Attribute. In HTML 4.01, the title attribute cannot be used with: <base>, <head>, <html>, <meta>, <param>, <script>, <style>, and <title>.Utility class for working withType
.Utility class for working withUsemap
.See HTML value Attribute.