@@ -1003,9 +1003,9 @@ Drop Initial</h4>
1003
1003
The bottom reference points are
1004
1004
the alphabetic baseline of the initial letter
1005
1005
and the baseline of the Nth line of text.
1006
- <a href="#f2">Figure 2</a> shows a simple two-line drop cap, with the relevant reference lines marked.
1006
+ The figure below shows a simple two-line drop cap, with the relevant reference lines marked.
1007
1007
1008
- <figure id="f2" >
1008
+ <figure>
1009
1009
<img src="images/Dropcap-lines.png" width="600"
1010
1010
alt="drop cap showing alignment">
1011
1011
<figcaption> Two-line drop cap showing baselines (green lines), cap-height (red line), and ascender (cyan line).</figcaption>
@@ -1344,34 +1344,36 @@ Alignment of Initial Letters: the 'initial-letters-align' property</h3>
1344
1344
<dl dfn-type="value" dfn-for="initial-letters-align">
1345
1345
<dt> <dfn>alphabetic</dfn>
1346
1346
<dd>
1347
- Use the alphabetic and cap-height baselines of the surrounding text
1347
+ Use the cap-height and alphabetic baselines of the surrounding text
1348
1348
to align the <a>initial letter</a> .
1349
1349
1350
1350
<dt> <dfn>ideographic</dfn>
1351
1351
<dd>
1352
- Use the ideographic character face bottom and top edge baselines of the surrounding text
1352
+ Use the ideographic character face top and bottom edge baselines of the surrounding text
1353
1353
to align the <a>initial letter</a> .
1354
1354
1355
1355
<dt> <dfn>hebrew</dfn>
1356
1356
<dd>
1357
- Use the alphabetic and Hebrew top baseline of the surrounding text
1357
+ Use the Hebrew top and alphabetic baseline of the surrounding text
1358
1358
to align the <a>initial letter</a> .
1359
1359
1360
1360
<dt> <dfn>hanging</dfn>
1361
1361
<dd>
1362
- Use the alphabetic and hanging baselines of the surrounding text
1362
+ Use the hanging and alphabetic baselines of the surrounding text
1363
1363
to align the <a>initial letter</a> .
1364
1364
1365
1365
<dt> <dfn>border-box</dfn>
1366
1366
<dd>
1367
- Use the <a>initial letter box</a> ’s <a>line-over </a> and <a>line-under </a> border edges
1367
+ Use the <a>initial letter box</a> ’s <a>line-under </a> and <a>line-over </a> border edges
1368
1368
as the <a>over</a> and <a>under</a> alignment points, respectively.
1369
1369
</dl>
1370
1370
1371
1371
Issue: Is there a proper typographic term for the hebrew “hanging” baseline?
1372
1372
1373
1373
<div class="example">
1374
- The vertical writing mode example from <a href="#f2">Figure 2</a> could be coded as:
1374
+ The vertical writing mode example earlier
1375
+ (in [[#initial-letter-intro]] )
1376
+ could be coded as:
1375
1377
1376
1378
<pre>
1377
1379
span.initial {
@@ -1406,17 +1408,17 @@ Alignment of Initial Letters: the 'initial-letters-align' property</h3>
1406
1408
1407
1409
<li> Else if the <a>initial letter</a>
1408
1410
contains any character from the Han, Hangul, Kana, or Yi <a>Unicode scripts</a> ,
1409
- use the ideographic character face bottom and top edge baselines.
1411
+ use the ideographic character face top and bottom edge baselines.
1410
1412
1411
1413
<li> Else if the <a>initial letter</a>
1412
1414
contains any character from the Devanagari, Bengali, and Gurmukhi <a>Unicode scripts</a> ,
1413
1415
use the hanging and alphabetic baselines.
1414
1416
1415
1417
<li> Else if the <a>initial letter</a>
1416
1418
contains any character from the Hebrew <a>Unicode scripts</a> ,
1417
- use the ideographic character face bottom and top edge baselines.
1419
+ use the Hebrew top and alphabetic baselines.
1418
1420
1419
- <li> Else use the alphabetic and cap-height baselines.
1421
+ <li> Else use the cap-height and alphabetic baselines.
1420
1422
</ol>
1421
1423
1422
1424
Issue: What is the proper alignment for South Asian scripts
0 commit comments