Skip to content

Commit 6bdbccf

Browse files
committed
[css-inline-3] Editorial fixes to alignment points. #4133
1 parent 47e2a69 commit 6bdbccf

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

css-inline-3/Overview.bs

+13-11
Original file line numberDiff line numberDiff line change
@@ -1003,9 +1003,9 @@ Drop Initial</h4>
10031003
The bottom reference points are
10041004
the alphabetic baseline of the initial letter
10051005
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.
10071007

1008-
<figure id="f2">
1008+
<figure>
10091009
<img src="images/Dropcap-lines.png" width="600"
10101010
alt="drop cap showing alignment">
10111011
<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>
13441344
<dl dfn-type="value" dfn-for="initial-letters-align">
13451345
<dt><dfn>alphabetic</dfn>
13461346
<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
13481348
to align the <a>initial letter</a>.
13491349

13501350
<dt><dfn>ideographic</dfn>
13511351
<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
13531353
to align the <a>initial letter</a>.
13541354

13551355
<dt><dfn>hebrew</dfn>
13561356
<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
13581358
to align the <a>initial letter</a>.
13591359

13601360
<dt><dfn>hanging</dfn>
13611361
<dd>
1362-
Use the alphabetic and hanging baselines of the surrounding text
1362+
Use the hanging and alphabetic baselines of the surrounding text
13631363
to align the <a>initial letter</a>.
13641364

13651365
<dt><dfn>border-box</dfn>
13661366
<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
13681368
as the <a>over</a> and <a>under</a> alignment points, respectively.
13691369
</dl>
13701370

13711371
Issue: Is there a proper typographic term for the hebrew “hanging” baseline?
13721372

13731373
<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:
13751377

13761378
<pre>
13771379
span.initial {
@@ -1406,17 +1408,17 @@ Alignment of Initial Letters: the 'initial-letters-align' property</h3>
14061408

14071409
<li>Else if the <a>initial letter</a>
14081410
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.
14101412

14111413
<li>Else if the <a>initial letter</a>
14121414
contains any character from the Devanagari, Bengali, and Gurmukhi <a>Unicode scripts</a>,
14131415
use the hanging and alphabetic baselines.
14141416

14151417
<li>Else if the <a>initial letter</a>
14161418
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.
14181420

1419-
<li>Else use the alphabetic and cap-height baselines.
1421+
<li>Else use the cap-height and alphabetic baselines.
14201422
</ol>
14211423

14221424
Issue: What is the proper alignment for South Asian scripts

0 commit comments

Comments
 (0)