@@ -1247,7 +1247,7 @@ Font Sizing of Initial Letters</h3>
12471247
12481248 For an <a>inline initial letter</a> ,
12491249 the font size used for sizing the <a>initial letter</a> contents
1250- is calculated to fulfill its specified <a>size</a> (see 'initial-letters' )
1250+ is calculated to fulfill its specified <a lt="initial letter size" >size</a> (see 'initial-letters' )
12511251 as anchored by its specified alignment points (see 'initial-letters-align' ).
12521252 Note that no layout is required in this calculation:
12531253 it is based only on computed values and font metrics.
@@ -1323,7 +1323,7 @@ Shaping and Glyph Selection</h4>
13231323Sizing the Initial Letter Box</h3>
13241324
13251325 For an <a>inline initial letter</a> ,
1326- if the <a>initial letter</a> ’s <a>specified width</a> /<a>specified height</a>
1326+ if the <a>initial letter</a> ’s <a>preferred width</a> /<a>preferred height</a>
13271327 is <a>definite</a> ,
13281328 use that value
13291329 (clamped as required by the <a>min size</a> and <a>max size</a> properties,
@@ -1419,7 +1419,7 @@ Space Below Initial Letters</h4>
14191419
14201420 The initial letter is then made an exclusion area,
14211421 the same as if it were a float.
1422- See 'initial-letter -wrap' for details.
1422+ See 'initial-letters -wrap' for details.
14231423
14241424 <figure>
14251425 <img src="images/Dropcap-J-3line-exclude.png" width="480"
@@ -1524,8 +1524,8 @@ Initial Letter Wrapping: the 'initial-letters-wrap' property</h3>
15241524 </figure>
15251525 </div>
15261526
1527- Issue: Do we need an unconditional ''first'' ?
1528- (I.e. Should we rename this value to ''auto'' and add a ''first'' value
1527+ Issue: Do we need an unconditional ''initial-letters-wrap/ first'' ?
1528+ (I.e. Should we rename this value to ''initial-letters-wrap/ auto'' and add a ''initial-letters-wrap/ first'' value
15291529 that does not check for spaces?) See GitHub issue
15301530 <a href="https://github.com/w3c/csswg-drafts/issues/410">410</a>
15311531
@@ -1567,19 +1567,20 @@ Initial Letter Wrapping: the 'initial-letters-wrap' property</h3>
15671567 <dt> <dfn><<length>></dfn>
15681568 <dt> <dfn><<percentage>></dfn>
15691569 <dd>
1570- This value behaves the same as ''first''
1570+ This value behaves the same as ''initial-letters-wrap/ first''
15711571 except that the adjustment to the first line is given explicitly
15721572 instead of being inferred from the glyph shape.
15731573
15741574 Issue: This really needs font-relative lengths to be relative to the used size.
15751575
15761576 Note: This value exists because it is easier to implement.
1577- Authors are encouraged to use the ''first'' value
1577+ Authors are encouraged to use the ''initial-letters-wrap/ first'' value
15781578 and to set margins to control spacing,
15791579 and to use this as a fallback for glyph detection if necessary.
15801580
15811581 <div class="example">
1582- In the following example, UAs that support ''first'' will use the glyph outline
1582+ In the following example, UAs that support ''initial-letters-wrap/first''
1583+ will use the glyph outline
15831584 plus the specified margin in order to place the first line,
15841585 whereas UAs that only support <<length>> or <<percentage>> values
15851586 will pull in the first line by 40% of the initial letter's width
@@ -1599,7 +1600,7 @@ Initial Letter Wrapping: the 'initial-letters-wrap' property</h3>
15991600 </pre>
16001601 </div>
16011602
1602- Issue: These values and related annoyance is likely unnecessary if someone submits a patch to Blink to support ''first'' .
1603+ Issue: These values and related annoyance is likely unnecessary if someone submits a patch to Blink to support ''initial-letters-wrap/ first'' .
16031604 </dl>
16041605
16051606 Issue: Edit figure to show how auto behaves in varying contexts
0 commit comments