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
alt="Screenshot of vertical layout: the input element is laid lengthwise from top to bottom and its contents rendered in a vertical typographic mode, matching the labels outside it. The drop-down selection control after it slides out to the side (towards the after edge of the block) rather than downward as it would in horizontal writing modes."
1221
+
alt="Screenshot of vertical layout: the input element is laid lengthwise from top to bottom and its contents rendered in a vertical writing mode, matching the labels outside it. The drop-down selection control after it slides out to the side (towards the after edge of the block) rather than downward as it would in horizontal writing modes."
1223
1222
src=vertical-form.png></p>
1224
1223
</div>
1225
1224
@@ -1368,8 +1367,8 @@ <h3 id=intro-baselines><span class=secno>4.1. </span> Introduction to
1368
1367
various baselines apply to all glyphs in the font.
1369
1368
1370
1369
<p>Different baseline tables can be provided for alignment in horizontal
1371
-
and vertical text. UAs should use the vertical tables in vertical
1372
-
typographic modes and the horizontal tables otherwise.
1370
+
and vertical text. UAs should use the vertical tables in vertical writing
1371
+
modes and the horizontal tables otherwise.
1373
1372
1374
1373
<h3id=text-baselines><spanclass=secno>4.2. </span> Text Baselines</h3>
1375
1374
@@ -1379,19 +1378,26 @@ <h3 id=text-baselines><span class=secno>4.2. </span> Text Baselines</h3>
1379
1378
<dt>alphabetic
1380
1379
1381
1380
<dd>The <dfnid=alphabetic-baseline>alphabetic baseline</dfn>, which
1382
-
typically aligns with the bottom of uppercase Latin glyphs. In horizontal
1383
-
typographic mode, this is the dominant baseline.
1381
+
typically aligns with the bottom of uppercase Latin glyphs.
1384
1382
1385
1383
<dt>central
1386
1384
1387
1385
<dd>The <dfnid=central-baseline>central baseline</dfn>, which typically
1388
-
crosses the center of the em box. In vertical typographic mode, this is
1389
-
the dominant baseline. If the font is missing this baseline, it is
1390
-
assumed to be halfway between the ascender (<a
1386
+
crosses the center of the em box. If the font is missing this baseline,
1387
+
it is assumed to be halfway between the ascender (<a
1391
1388
href="#over"><i>over</i></a>) and descender (<a
1392
1389
href="#under"><i>under</i></a>) edges of the em box.
1393
1390
</dl>
1394
1391
1392
+
<p>In vertical writing mode, the <ahref="#central-baseline"><i>central
1393
+
baseline</i></a> is used as the dominant baseline when ‘<a
1394
+
href="#text-orientation0"><code
1395
+
class=property>text-orientation</code></a>’ is ‘<a
1396
+
href="#mixed-right"><codeclass=css>mixed-right</code></a>’ or
0 commit comments