Skip to content

Commit d52908f

Browse files
committed
[css-inline-3][editorial] Clarify over/under in edge description.
1 parent 7d2a27d commit d52908f

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

css-inline-3/Overview.bs

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ED: https://drafts.csswg.org/css-inline-3/
1515
Previous version: https://www.w3.org/TR/2020/WD-css-inline-3-20200827/
1616
Previous version: https://www.w3.org/TR/2020/WD-css-inline-3-20200618/
1717
!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>
18-
Editor: Dave Cramer, Hachette Livre, dauwhe@gmail.com, w3cid 65283
1918
Editor: Elika J. Etemad / fantasai, Apple, http://fantasai.inkedblade.net/contact, w3cid 35400
19+
Former Editor: Dave Cramer, Hachette Livre, dauwhe@gmail.com, w3cid 65283
2020
Former Editor: Steve Zilles, Adobe, szilles@adobe.com, w3cid 3129
2121
Abstract: The CSS formatting model provides for a flow of elements and text inside of a container to be wrapped into lines. This module describes box model for this inline layout model and defines the block-axis alignment and sizing of inline-level content, extending the model in [[CSS2]]. It also adds a special layout mode for drop-caps.
2222
Ignored Terms: line-height-shift-adjustment, text-script, after, before, alignment subtree
@@ -1103,32 +1103,35 @@ Text Edge Metrics: the 'line-fit-edge' property</h3>
11031103

11041104
<dt><dfn>text</dfn>
11051105
<dd>
1106-
Use the [=text-over baseline=]/[=text-under baseline=].
1106+
Use the [=text-over baseline=]/[=text-under baseline=]
1107+
as the [=over=]/[=under=] edge.
11071108

11081109
<dt><dfn>cap</dfn>
11091110
<dd>
1110-
Use the [=cap-height baseline=].
1111+
Use the [=cap-height baseline=] as the [=over=] edge.
11111112

11121113
<dt><dfn>ex</dfn>
11131114
<dd>
1114-
Use the [=x-height baseline=].
1115+
Use the [=x-height baseline=] as the [=over=] edge.
11151116

11161117
<dt><dfn>ideographic</dfn>
11171118
<dd>
1118-
Use the [=ideographic-over baseline=]/[=ideographic-under baseline=].
1119+
Use the [=ideographic-over baseline=]/[=ideographic-under baseline=]
1120+
as the [=over=]/[=under=] edge.
11191121

11201122
<dt><dfn>ideographic-ink</dfn>
11211123
<dd>
1122-
Use the [=ideographic-ink-over baseline=]/[=ideographic-ink-under baseline=].
1124+
Use the [=ideographic-ink-over baseline=]/[=ideographic-ink-under baseline=]
1125+
as the [=over=]/[=under=] edge.
11231126

11241127
<dt><dfn>alphabetic</dfn>
11251128
<dd>
1126-
Use the [=alphabetic baseline=].
1129+
Use the [=alphabetic baseline=] as the [=under=] edge.
11271130
</dl>
11281131

11291132
ISSUE(8067): Is ''line-fit-edge/text'' a reasonable name for the ascent/descent metrics,
11301133
or can we think of something better?
1131-
Ditto ''line-fit-edge/leading'' and the name of the property itself.
1134+
Ditto ''line-fit-edge/leading'' as a keyword.
11321135

11331136
Unless 'line-fit-edge' is ''line-fit-edge/leading''--
11341137
in which case the box’s own 'line-height' is used to add spacing--

0 commit comments

Comments
 (0)