Skip to content

Commit 90a35af

Browse files
committed
[css-inline-3] Publication fixes.
1 parent edb9d94 commit 90a35af

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

css-inline-3/Overview.bs

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,12 @@ Title: CSS Inline Layout Module Level 3
88
Shortname: css-inline
99
Level: 3
1010
Status: ED
11-
Date: 2020-06-04
1211
Work Status: Revising
1312
Group: csswg
1413
TR: https://www.w3.org/TR/css-inline-3/
1514
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/
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>
2318
Editor: Dave Cramer, Hachette Livre, dauwhe@gmail.com, w3cid 65283
2419
Editor: 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">
6764
Module 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

Comments
 (0)