@@ -319,7 +319,7 @@ Inheritance and the ''::first-line'' Pseudo-element</h4>
319
319
320
320
321
321
<h3 id="first-letter-pseudo">
322
- First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''::postfix '' children</h3>
322
+ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''::suffix '' children</h3>
323
323
324
324
<wpt>
325
325
first-letter-001.html
@@ -393,9 +393,9 @@ First-Letter Text: ''::first-letter'' pseudo-element and its ''::prefix'' and ''
393
393
[=sub-pseudo-element=] of the ''::first-letter'' [=pseudo-element=]
394
394
(''::first-letter::prefix'' );
395
395
and associated following punctuation
396
- is represented by the <dfn for="::first-letter">::postfix </dfn>
396
+ is represented by the <dfn for="::first-letter">::suffix </dfn>
397
397
[=sub-pseudo-element=] of the ''::first-letter'' [=pseudo-element=]
398
- (''::first-letter::postfix '' ).
398
+ (''::first-letter::suffix '' ).
399
399
See [[#first-letter-pattern]] , below.
400
400
401
401
<h4 id="first-letter-pattern">
@@ -561,7 +561,7 @@ Inheritance and Box Tree Structure of the First-Letter Pseudo-elements</h4>
561
561
</pre>
562
562
</div>
563
563
564
- If any ''::first-letter::prefix'' or ''::first-letter::postfix '' [=pseudo-elements=] exist,
564
+ If any ''::first-letter::prefix'' or ''::first-letter::suffix '' [=pseudo-elements=] exist,
565
565
they are nested within the innermost ''::first-letter'' ,
566
566
and otherwise interpreted similar to ''::first-letter'' itself.
567
567
@@ -591,7 +591,7 @@ Inheritance and Box Tree Structure of the First-Letter Pseudo-elements</h4>
591
591
are not all in the same element
592
592
(as the <code> ‘T</code> in <code class="lang-css"> <p>‘<em>T...</code> ),
593
593
the user agent may create the ''::first-letter'' pseudo-element
594
- (and its ''::prefix'' or ''::postfix '' sub-elements, if any)
594
+ (and its ''::prefix'' or ''::suffix '' sub-elements, if any)
595
595
from one of the elements, or all elements,
596
596
or simply not create the pseudo-element(s).
597
597
Additionally, if the [=first-letter text=]
@@ -609,10 +609,10 @@ Inheritance and Box Tree Structure of the First-Letter Pseudo-elements</h4>
609
609
Styling the First-Letter Pseudo-elements</h4>
610
610
611
611
In CSS a ''::first-letter'' [=pseudo-element=]
612
- (and its ''::prefix'' and ''::postfix '' sub-elements)
612
+ (and its ''::prefix'' and ''::suffix '' sub-elements)
613
613
is similar to an [=inline box=] .
614
614
The following properties apply to
615
- ''::first-letter'' , ''::first-letter::prefix'' , and ''::first-letter::postfix ''
615
+ ''::first-letter'' , ''::first-letter::prefix'' , and ''::first-letter::suffix ''
616
616
pseudo-elements:
617
617
618
618
<ul>
@@ -1512,7 +1512,7 @@ List Markers: the ''::marker'' pseudo-element</h3>
1512
1512
and the computed value of 'display' on ''::marker''
1513
1513
always loses any ''display/list-item'' aspect.
1514
1514
1515
- ISSUE: Should ''::marker'' also have ''::prefix'' and ''::postfix '' sub-elements?
1515
+ ISSUE: Should ''::marker'' also have ''::prefix'' and ''::suffix '' sub-elements?
1516
1516
1517
1517
<h3 id="placeholder-pseudo">
1518
1518
Placeholder Input: the ''::placeholder'' pseudo-element</h3>
@@ -1883,6 +1883,8 @@ Changes</h2>
1883
1883
and <a href="https://github.com/w3c/csswg-drafts/issues/10213">10213</a> )
1884
1884
<li> Added ''::details-content'' pseudo-element
1885
1885
(<a href="https://github.com/w3c/csswg-drafts/pull/10379">Issue 10379</a> )
1886
+ <li> Renamed ''::postfix'' to ''::suffix'' >
1887
+ (Issue <a href="https://github.com/w3c/csswg-drafts/issues/11949">Issue 11949</a> )
1886
1888
<li> Excluded inline layout properties from ''::placeholder'' .
1887
1889
(<a href="https://github.com/w3c/csswg-drafts/issues/5379">Issue 5379</a> )
1888
1890
<li> Clarified that UAs must not tweak author-specified colors for [=highlight pseudo-elements=] .
0 commit comments