@@ -15,7 +15,7 @@ Editor: Daniel Glazman, Disruptive Innovations
1515Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1616Editor : Alan Stearns, Adobe Systems Inc., stearns@adobe.com
1717Abstract : This CSS module defines pseudo-elements, abstract elements that represent portions of the CSS render tree that can be selected and styled.
18- Ignored Terms : initial-letter
18+ Ignored Terms : initial-letter, PseudoElement, pseudo(), selectors
1919Default Highlight : css
2020</pre>
2121<pre class="link-defaults">
@@ -194,7 +194,7 @@ Styling the First Line Pseudo-element</h4>
194194 <li> all background properties (see [[CSS3BG]] )
195195 <li> any typesetting properties that apply to inline elements (see [[CSS3TEXT]] )
196196 <li> all text decoration properties (see [[CSS3-TEXT-DECOR]] )
197- <li> any inline layout properties that apply to inline elements (see [[CSS3LINE ]] )
197+ <li> any inline layout properties that apply to inline elements (see [[CSS-INLINE-3 ]] )
198198 <li> any other properties defined to apply to ''::first-line''
199199 by their respective specifications
200200 </ul>
@@ -226,7 +226,7 @@ The ::first-letter pseudo-element</h3>
226226 <div class="example">
227227 For example, the following rule creates a 2-line drop-letter
228228 on every paragraph following a level-2 header,
229- using the 'initial-letter' property defined in [[CSS3LINE ]] :
229+ using the 'initial-letter' property defined in [[CSS-INLINE-3 ]] :
230230
231231 <pre> h2 + p::first-letter { initial-letter: 2; }
232232 </pre>
@@ -331,7 +331,7 @@ Styling the ''::first-letter'' Pseudo-element</h4>
331331 <li> all background properties (see [[CSS3BG]] )
332332 <li> any typesetting properties that apply to inline elements (see [[CSS3TEXT]] )
333333 <li> all text decoration properties (see [[CSS3-TEXT-DECOR]] )
334- <li> any inline layout properties that apply to inline elements (see [[CSS3LINE ]] )
334+ <li> any inline layout properties that apply to inline elements (see [[CSS-INLINE-3 ]] )
335335 <li> margin and padding properties (see [[CSS21]] )
336336 <li> border properties and 'box-shadow' (see [[CSS3BG]] )
337337 <li> any other properties defined to apply to ''::first-letter''
0 commit comments