@@ -8,17 +8,12 @@ Title: CSS Inline Layout Module Level 3
88Shortname : css-inline
99Level : 3
1010Status : ED
11- Date : 2020-06-04
1211Work Status : Revising
1312Group : csswg
1413TR : https://www.w3.org/TR/css-inline-3/
1514ED : 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/
2217!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>
2318Editor : Dave Cramer, Hachette Livre, dauwhe@gmail.com, w3cid 65283
2419Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
@@ -62,6 +57,8 @@ Introduction</h2>
6257 we need fonts to provide the relevant metrics for all writing systems,
6358 and that means both that OpenType needs to allow such metrics
6459 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> .
6562
6663<h3 id="placement">
6764Module Interactions</h3>
@@ -343,7 +340,7 @@ Baselines and Metrics</h3>
343340 such as alignment, box sizing, and initial letter layout.
344341
345342 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' ):
347344 if any can be dropped, or any need to be added.
348345 See <a href="https://github.com/w3c/csswg-drafts/issues/859">Issue 859</a> .
349346
@@ -1830,7 +1827,9 @@ Alignment of Initial Letters: the 'initial-letter-align' property</h3>
18301827 to align the <a>initial letter</a> .
18311828
18321829 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]] .
18341833
18351834 <dt> <dfn>border-box</dfn>
18361835 <dd>
0 commit comments