@@ -10,6 +10,7 @@ ED: https://drafts.csswg.org/css-align/
1010TR : https://www.w3.org/TR/css-align-3/
1111Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1212Editor : Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
13+ Previous Version : https://www.w3.org/TR/2017/WD-css-align-3-20170515/
1314Previous Version : https://www.w3.org/TR/2017/WD-css-align-3-20170407/
1415Previous Version : https://www.w3.org/TR/2017/WD-css-align-3-20170215/
1516Previous 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'>
15941595Determining 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