HTMLTagDefinition
A type that represents an HTML tag.
protocol HTMLTagDefinition : Sendable
Browse conforming typesA type that represents an HTML tag.
protocol HTMLTagDefinition : Sendable
import Elementary
protocol Sendable
static var _rendersInline: Bool { get }
Internal property that controls formatted rendering of the element (inline or block).
static var name: String { get }
The name of the HTML tag as it is rendered in an HTML document.
static var _rendersInline: Bool { get }
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.
protocol RenderedInline
A marker that indicates that an HTML tag should be rendered inline (only controls whitespaces in formatted rendering).
static var _rendersInline: Bool { get }