@@ -8,17 +8,12 @@ Title: CSS Inline Layout Module Level 3
8
8
Shortname : css-inline
9
9
Level : 3
10
10
Status : ED
11
- Date : 2020-06-04
12
11
Work Status : Revising
13
12
Group : csswg
14
13
TR : https://www.w3.org/TR/css-inline-3/
15
14
ED : https://drafts.csswg.org/css-inline-3/
16
- Previous version : https://www.w3.org/TR/2020/WD-css-inline-3-20200604/
17
- Previous version : https://www.w3.org/TR/2018/WD-css-inline-3-20180808/
18
- Previous version : https://www.w3.org/TR/2016/WD-css-inline-3-20160524/
19
- Previous version : https://www.w3.org/TR/2015/WD-css-inline-3-20150917/
20
- Previous version : https://www.w3.org/TR/2014/WD-css-inline-3-20141218/
21
- Previous version : https://www.w3.org/TR/2002/WD-css3-linebox-20020515/
15
+ Previous version : https://www.w3.org/TR/2020/WD-css-inline-3-20200827/
16
+ Previous version : https://www.w3.org/TR/2020/WD-css-inline-3-20200618/
22
17
!Issues list : <a href="https://github.com/w3c/csswg-drafts/issues?q=is%3Aissue+is%3Aopen+label%3Acss-inline-3">CSS3 Line Layout issues in GitHub</a>
23
18
Editor : Dave Cramer, Hachette Livre, dauwhe@gmail.com, w3cid 65283
24
19
Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
@@ -62,6 +57,8 @@ Introduction</h2>
62
57
we need fonts to provide the relevant metrics for all writing systems,
63
58
and that means both that OpenType needs to allow such metrics
64
59
and font designers need to provide accurate numbers.
60
+ See <a href="https://github.com/w3c/csswg-drafts/issues/5244">issue</a> and
61
+ <a href="https://lists.w3.org/Archives/Public/www-archive/2020Feb/att-0005/CSS-SC29-20200113.pdf">liaison statement</a> .
65
62
66
63
<h3 id="placement">
67
64
Module Interactions</h3>
@@ -343,7 +340,7 @@ Baselines and Metrics</h3>
343
340
such as alignment, box sizing, and initial letter layout.
344
341
345
342
Issue: The CSSWG would like to know which baseline values are necessary
346
- for each property that uses them ('dominant-baseline' , 'alignment-baseline' , 'initial-letter-align' ):
343
+ for each property that uses them ('dominant-baseline' , 'alignment-baseline' , 'text-edge' , ' initial-letter-align' ):
347
344
if any can be dropped, or any need to be added.
348
345
See <a href="https://github.com/w3c/csswg-drafts/issues/859">Issue 859</a> .
349
346
@@ -1830,7 +1827,9 @@ Alignment of Initial Letters: the 'initial-letter-align' property</h3>
1830
1827
to align the <a>initial letter</a> .
1831
1828
1832
1829
Note: This will essentially match the edges of the [=initial letter=]
1833
- to middle of the line gap above/below the first/last impacted lines.
1830
+ to middle of the line gap above/below the first/last impacted lines,
1831
+ which is an effect sometimes used in certain types of
1832
+ <a href="https://www.w3.org/TR/ilreq/#h_scripts_without_hanging_baseline">Indic typesetting</a> [[ILREQ]] .
1834
1833
1835
1834
<dt> <dfn>border-box</dfn>
1836
1835
<dd>
0 commit comments