OptionalaccesskeyOptionalautocapitalizeControls whether and how text input is automatically capitalized as it is entered/edited by the user.
OptionalautofocusIndicates that an element is to be focused on page load, or as soon as the <dialog> it is part of is displayed.
OptionalclassA space-separated list of the classes of the element. Classes allows CSS and JavaScript to select and access specific elements via the class selectors or functions like the method Document.getElementsByClassName().
OptionalcontenteditableAn enumerated attribute indicating if the element should be editable by the user. If so, the browser modifies its widget to allow editing.
OptionaldirAn enumerated attribute indicating the directionality of the element's text.
OptionaldraggableAn enumerated attribute indicating whether the element can be dragged, using the Drag and Drop API.
OptionalenterkeyhintHints what action label (or icon) to present for the enter key on virtual keyboards.
OptionalexportpartsUsed to transitively export shadow parts from a nested shadow tree into a containing light tree.
OptionalhiddenA Boolean attribute indicates that the element is not yet, or is no longer, relevant.
OptionalidThe id global attribute defines a unique identifier (ID) which must be unique in the whole document.
OptionalinputmodeProvides a hint to browsers as to the type of virtual keyboard configuration to use when editing this element or its contents.
OptionalisAllows you to specify that a standard HTML element should behave like a registered custom built-in element.
OptionalitemidThe unique, global identifier of an item.
OptionalitempropUsed to add properties to an item.
OptionalitemrefProperties that are not descendants of an element with the itemscope attribute can be associated with the item using an itemref.
Optionalitemscopeitemscope (usually) works along with itemtype to specify that the HTML contained in a block is about a particular item.
OptionalitemtypeSpecifies the URL of the vocabulary that will be used to define itemprops (item properties) in the data structure.
OptionallangHelps define the language of an element: the language that non-editable elements are in, or the language that editable elements should be written in by the user.
OptionalnonceA cryptographic nonce ("number used once") which can be used by Content Security Policy to determine whether or not a given fetch will be allowed to proceed.
OptionalpartA space-separated list of the part names of the element. Part names allows CSS to select and style specific elements in a shadow tree via the ::part pseudo-element.
OptionalslotAssigns a slot in a shadow DOM shadow tree to an element: An element with a slot attribute is assigned to the slot
created by the <slot> element whose name attribute's value matches that slot attribute's value.
OptionalspellcheckAn enumerated attribute defines whether the element may be checked for spelling errors.
OptionalstyleContains CSS styling declarations to be applied to the element.
OptionaltabindexAn integer attribute indicating if the element can take input focus (is focusable), if it should participate to sequential keyboard navigation, and if so, at what position.
OptionaltitleContains a text representing advisory information related to the element it belongs to.
OptionaltranslateAn enumerated attribute that is used to specify whether an element's attribute values and the values of its Text node children are to be translated when the page is localized, or whether to leave them unchanged.
Provides a hint for generating a keyboard shortcut for the current element. This attribute consists of a space-separated list of characters. The browser should use the first one that exists on the computer keyboard layout.