Unpaired
A marker that indicates that an HTML tag is unpaired.
protocol Unpaired : HTMLTagDefinition, HTMLTrait.Attributes.Global
Browse conforming typesA marker that indicates that an HTML tag is unpaired.
protocol Unpaired : HTMLTagDefinition, HTMLTrait.Attributes.Global
import Elementary
enum HTMLTrait
A namespace for trait protocols that control the behavior a capabilities of HTML elements.
protocol HTMLTagDefinition : Sendable
A type that represents an HTML tag.
enum Attributes
A namespace for traits that controls which attributes can go with a certain tag.
protocol Global
A marker that indicates that an HTML tag can have global attributes.
protocol Sendable
protocol Paired : HTMLTagDefinition, HTMLTrait.Attributes.Global
A marker that indicates that an HTML tag is paired.
protocol RenderedInline
A marker that indicates that an HTML tag should be rendered inline (only controls whitespaces in formatted rendering).