Skip to content

Commit 9833d54

Browse files
committed
[css-align] Adjust wording defining first/last baseline set. Fixes w3c#1408.
1 parent f87f844 commit 9833d54

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

css-align/Overview.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ED: https://drafts.csswg.org/css-align/
1010
TR: https://www.w3.org/TR/css-align-3/
1111
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1212
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
13+
Previous Version: https://www.w3.org/TR/2017/WD-css-align-3-20170515/
1314
Previous Version: https://www.w3.org/TR/2017/WD-css-align-3-20170407/
1415
Previous Version: https://www.w3.org/TR/2017/WD-css-align-3-20170215/
1516
Previous Version: https://www.w3.org/TR/2016/WD-css-align-3-20160614/
@@ -1593,11 +1594,12 @@ Baseline Alignment Details</h2>
15931594
<h3 id='baseline-export'>
15941595
Determining the Baselines of a Box</h2>
15951596

1596-
The <dfn export lt="first baseline set|first baselines">first baseline set</dfn>
1597-
(and <dfn export lt="last baseline set|last baselines">last baseline set</dfn>) of a box
1598-
for a given axis
1599-
is the <a>baseline set</a>
1600-
nominally associated with the first (last) line of text within the box.
1597+
Each box,
1598+
for a given axis,
1599+
has a <dfn export lt="first baseline set|first baselines">first baseline set</dfn>
1600+
(and <dfn export lt="last baseline set|last baselines">last baseline set</dfn>)
1601+
that nominally corresponds to the <a>baseline set</a> of
1602+
the first (last) line of text within the box.
16011603
The <dfn export>alignment baseline</dfn> is one of these,
16021604
usually the dominant baseline associated with the <a>shared alignment context</a>.
16031605
(See the 'dominant-baseline' and 'alignment-baseline' properties in [[CSS-INLINE-3]].)

0 commit comments

Comments
 (0)