diff --git a/css-inline-3/Overview.bs b/css-inline-3/Overview.bs index 85e83d36838..58ca9762b9c 100644 --- a/css-inline-3/Overview.bs +++ b/css-inline-3/Overview.bs @@ -32,6 +32,8 @@ At Risk: the 'initial-letter-wrap' property spec:css-align-3; type:dfn; text:alignment baseline spec:css-box; type:dfn; text:content area spec:css-break-3; type:dfn; text:fragment +spec:css-shapes-1; type:property; text:shape-margin +spec:svg2; type:dfn; text: current text position

@@ -446,7 +448,7 @@ Dominant Baselines: the 'dominant-baseline' property

Name: dominant-baseline Value: auto | text-bottom | alphabetic | ideographic | middle | central | mathematical | hanging | text-top Initial: auto - Applies to: block containers, inline boxes, table rows, table columns, grid containers, and flex containers + Applies to: block containers, inline boxes, table rows, table columns, grid containers, flex containers, and SVG text content elements Inherited: yes Percentages: N/A Computed value: specified keyword @@ -526,7 +528,7 @@ Transverse Box Alignment: the 'vertical-align' property Name: vertical-align Value: <<'baseline-source'>> || <<'baseline-shift'>> || <<'alignment-baseline'>> Initial: baseline - Applies to: inline-level boxes + Applies to: see individual properties Inherited: no Percentages: N/A @@ -567,7 +569,7 @@ Alignment Baseline Source: the 'baseline-source' longhand indicating the box’s baseline alignment preference. Values have the following meanings: -
+
auto
Specifies last-baseline alignment for ''inline-block'', first-baseline alignment for everything else. @@ -586,7 +588,7 @@ Alignment Baseline Type: the 'alignment-baseline' longhand Name: alignment-baseline Value: baseline | text-bottom | alphabetic | ideographic | middle | central | mathematical | text-top | bottom | center | top Initial: baseline - Applies to: inline-level boxes, flex items, grid items, table cells + Applies to: inline-level boxes, flex items, grid items, table cells, and SVG text content elements Inherited: no Percentages: N/A Computed value: specified keyword @@ -598,9 +600,12 @@ Alignment Baseline Type: the 'alignment-baseline' longhand prior to applying its [=post-alignment shift=]. The alignment baseline values, - which specify which [=baseline=] of the box is aligned + specify which [=baseline=] of the box is aligned to the corresponding [=baseline=] of its [=alignment context=] - when performing [=baseline alignment=], are defined below: + when performing [=baseline alignment=]. + For SVG text layout, specifies the baseline that is aligned + to the SVG current text position. + They are defined as follows:
baseline @@ -692,7 +697,7 @@ Post-Alignment Shift: the 'baseline-shift' longhand Name: baseline-shift Value: <> | sub | super Initial: 0 - Applies to: inline-level boxes, flex items, grid items + Applies to: inline-level boxes, flex items, grid items, and SVG text content elements Inherited: no Percentages: refer to the used value of 'line-height' @@ -744,7 +749,7 @@ Line Spacing: the 'line-height' property Name: line-height Value: normal | <> | <> Initial: normal - Applies to: non-replaced inline boxes + Applies to: non-replaced inline boxes and SVG text content elements Inherited: yes Percentages: computed relative to ''1em'' Computed value: the specified keyword, a number, or a computed <> value