Static Property (Default implementation)sliemeobn.elementary 0.5.0Elementary
_rendersInline
HtmlTags.swift:163static var _rendersInline: Bool { get }
static var _rendersInline: Bool { get }
s10Elementary17HTMLTagDefinitionPA2A9HTMLTraitO14RenderedInlineRzrlE08_rendersF0SbvpZ
What are these?8TLR4
where Self:HTMLTrait.RenderedInline
import Elementary
protocol HTMLTagDefinition : Sendable
A type that represents an HTML tag.
@frozen struct Bool
A value type whose instances are either true
or false
.
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 }
Internal property that controls formatted rendering of the element (inline or block).