You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that nominally corresponds to the <a>baseline set</a> of
2098
2099
the first/last line of text within the box.
2099
-
The <dfn export>alignment baseline</dfn> is one of these,
2100
+
The <dfn export>alignment baseline</dfn>,
2101
+
which is the baseline used to align the box in its [=alignment context=],
2102
+
is one of the baselines in its [=baseline set=],
2100
2103
usually the dominant baseline associated with the <a>shared alignment context</a>.
2101
2104
(See the 'dominant-baseline' and 'alignment-baseline' properties in [[CSS-INLINE-3]].)
2102
2105
@@ -2170,6 +2173,10 @@ Determining the Baselines of a Box</h2>
2170
2173
use the baseline table from the font settings and <a>first available font</a> of that box,
2171
2174
and align that baseline set to the given single baseline.
2172
2175
2176
+
If a box that [=participates in baseline alignment=]
2177
+
has no [=baseline set=],
2178
+
then its [=alignment baseline=] is [=synthesized=]
2179
+
according to the rules of the [=formatting context=] in which it participates.
2173
2180
To <dfn lt="synthesize baseline|synthesized baseline" local-lt=synthesize|synthesized export>synthesize baselines</dfn> from a rectangle (or two parallel lines),
2174
2181
synthesize the alphabetic baseline from the <a>line-under</a> line,
2175
2182
and the central baseline by averaging the positions of the two edges or lines.
0 commit comments