CSS hanging-punctuation
Allows some punctuation characters from start (or the end) of text elements to be placed "outside" of the box in order to preserve the reading flow.
CSS line-clamp
CSS property that will contain text to a given amount of lines when used in combination with `display: -webkit-box`. It will end with ellipsis when `text-overflow: ellipsis` is included.
CSS Text Box
CSS `text-box` (and it’s longhands `text-box-trim` & `text-box-edge`) provide the ability to trim extra space over/under text glyphs at the start/end of a block to match specific font-provided metrics. This allows for more precise alignment and positioning of text.
display: flow-root
The element generates a block container box, and lays out its contents using flow layout. It always establishes a new block formatting context for its contents. It provides a better solution to the most use cases of the "clearfix" hack.
textmetrics api: actualboundingboxascent
textmetrics api: actualboundingboxdescent
textmetrics api: actualboundingboxleft
textmetrics api: actualboundingboxright
textmetrics api: fontboundingboxascent
textmetrics api: fontboundingboxdescent
text api: getboxquads
css property: align-self: supported for absolutely-positioned boxes
css property: justify-self: supported for absolutely-positioned boxes
css property: place-self: supported for absolutely-positioned boxes
css property: text-box
css property: text-box-edge
css property: text-box-edge: auto
css property: text-box-trim
css property: text-box-trim: none
css property: text-box-trim: trim-both
css property: text-box-trim: trim-end
css property: text-box-trim: trim-start
css property: text-box: normal
23 results found.