attributesHtml top-level property
read / write
Implementation
Map<String, Attribute> attributesHtml = {
'accesskey': Attributes.accesskey,
'autofocus': Attributes.autofocus,
'class': Attributes.classList,
'contenteditable': Attributes.contenteditable,
'contextmenu': Attributes.contextmenu,
'dir': Attributes.dir,
'hidden': Attributes.hidden,
'id': Attributes.id,
'lang': Attributes.lang,
'role': Attributes.role,
'spellcheck': Attributes.spellcheck,
'style': Attributes.style,
'tabindex': Attributes.tabindex,
'title': Attributes.title,
};