aria Active Descendant Element
ariaActiveDescendantElement : Element | null
aria Atomic
ariaAtomic : string | null
aria Auto Complete
ariaAutoComplete : string | null
aria Braille Label
ariaBrailleLabel : string | null
aria Braille Role Description
ariaBrailleRoleDescription : string | null
aria Busy
ariaBusy : string | null
aria Checked
ariaChecked : string | null
aria Col Count
ariaColCount : string | null
aria Col Index
ariaColIndex : string | null
aria Col Index Text
ariaColIndexText : string | null
aria Col Span
ariaColSpan : string | null
aria Controls Elements
ariaControlsElements : readonly Element [] | null
aria Current
ariaCurrent : string | null
aria Described By Elements
ariaDescribedByElements : readonly Element [] | null
aria Description
ariaDescription : string | null
aria Details Elements
ariaDetailsElements : readonly Element [] | null
aria Disabled
ariaDisabled : string | null
aria Error Message Elements
ariaErrorMessageElements : readonly Element [] | null
aria Expanded
ariaExpanded : string | null
aria Flow To Elements
ariaFlowToElements : readonly Element [] | null
ariaHasPopup : string | null
aria Hidden
ariaHidden : string | null
aria Invalid
ariaInvalid : string | null
aria Key Shortcuts
ariaKeyShortcuts : string | null
aria Label
ariaLabel : string | null
aria Labelled By Elements
ariaLabelledByElements : readonly Element [] | null
aria Level
ariaLevel : string | null
aria Live
ariaLive : string | null
aria Modal
ariaModal : string | null
aria Multi Line
ariaMultiLine : string | null
aria Multi Selectable
ariaMultiSelectable : string | null
aria Orientation
ariaOrientation : string | null
aria Owns Elements
ariaOwnsElements : readonly Element [] | null
aria Placeholder
ariaPlaceholder : string | null
aria Pos In Set
ariaPosInSet : string | null
aria Pressed
ariaPressed : string | null
aria Read Only
ariaReadOnly : string | null
aria Relevant
ariaRelevant : string | null
aria Required
ariaRequired : string | null
aria Role Description
ariaRoleDescription : string | null
aria Row Count
ariaRowCount : string | null
aria Row Index
ariaRowIndex : string | null
aria Row Index Text
ariaRowIndexText : string | null
aria Row Span
ariaRowSpan : string | null
aria Selected
ariaSelected : string | null
aria Set Size
ariaSetSize : string | null
aria Sort
ariaSort : string | null
aria Value Max
ariaValueMax : string | null
aria Value Min
ariaValueMin : string | null
aria Value Now
ariaValueNow : string | null
aria Value Text
ariaValueText : string | null
Defined in node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.dom.d.ts:13956
Readonlylabels
Defined in node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.dom.d.ts:13962
Readonlyshadow Root
Defined in node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.dom.d.ts:13968
Readonlystates
Defined in node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.dom.d.ts:13974
Readonlyvalidation Message
validationMessage : string
Defined in node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.dom.d.ts:13980
Readonlyvalidity
Defined in node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.dom.d.ts:13986
Readonlywill Validate
willValidate : boolean
Defined in node_modules/.pnpm/typescript@6.0.3/node_modules/typescript/lib/lib.dom.d.ts:13992
The
ElementInternalsinterface of the Document Object Model gives web developers a way to allow custom elements to fully participate in HTML forms. It provides utilities for working with these elements in the same way you would work with any standard HTML form element, and also exposes the Accessibility Object Model to the element.MDN Reference