Global
A marker that indicates that an HTML tag can have global attributes.
protocol Global
Browse conforming typesEvery HTML tag conforms to this.
A marker that indicates that an HTML tag can have global attributes.
protocol Global
Every HTML tag conforms to this.
import Elementary
enum Attributes
A namespace for traits that controls which attributes can go with a certain tag.
enum HTMLTrait
A namespace for trait protocols that control the behavior a capabilities of HTML elements.
protocol autocomplete
protocol charset
protocol crossorigin
protocol dimensions
protocol disabled
protocol form
protocol href
protocol integrity
protocol label
protocol name
protocol placeholder
protocol referrerpolicy
protocol rel
protocol required
protocol src
protocol target
protocol Paired : HTMLTagDefinition, HTMLTrait.Attributes.Global
A marker that indicates that an HTML tag is paired.
protocol Unpaired : HTMLTagDefinition, HTMLTrait.Attributes.Global
A marker that indicates that an HTML tag is unpaired.