@@ -190,11 +190,11 @@ Styling the First Line Pseudo-element</h4>
190
190
behaves similar to that of an inline-level element, but with certain restrictions.
191
191
The following CSS properties apply to a ''::first-line'' pseudo-element:
192
192
<ul>
193
- <li> all font properties (see [[CSS3 -FONTS]] )
194
- <li> the 'color' and 'opacity' properties (see [[CSS3COLOR ]] )
195
- <li> all background properties (see [[CSS3BG ]] )
196
- <li> any typesetting properties that apply to inline elements (see [[CSS3TEXT ]] )
197
- <li> all text decoration properties (see [[CSS3 -TEXT-DECOR]] )
193
+ <li> all font properties (see [[CSS -FONTS-3 ]] )
194
+ <li> the 'color' and 'opacity' properties (see [[CSS-COLOR-3 ]] )
195
+ <li> all background properties (see [[CSS-BACKGROUNDS-3 ]] )
196
+ <li> any typesetting properties that apply to inline elements (see [[CSS-TEXT-3 ]] )
197
+ <li> all text decoration properties (see [[CSS -TEXT-DECOR-3 ]] )
198
198
<li> the 'ruby-position' property (see [[CSS-RUBY-1]] )
199
199
<li> any inline layout properties that apply to inline elements (see [[CSS-INLINE-3]] )
200
200
<li> any other properties defined to apply to ''::first-line''
@@ -217,7 +217,7 @@ Inheritance and the ''::first-line'' Pseudo-element</h4>
217
217
The ::first-letter pseudo-element</h3>
218
218
219
219
The <dfn>::first-letter</dfn> pseudo-element represents
220
- the first <a>typographic letter unit</a> [[!CSS3TEXT ]]
220
+ the first <a>typographic letter unit</a> [[!CSS-TEXT-3 ]]
221
221
on the <a>first formatted line</a> of its <a>originating element</a> ,
222
222
if it is not preceded by any other content
223
223
(such as images or inline tables) on its line.
@@ -242,7 +242,7 @@ The ::first-letter pseudo-element</h3>
242
242
<img alt="Quotes that precede the first letter should be included." src="images/first-letter2.gif">
243
243
</div>
244
244
245
- As explained in [[!CSS3TEXT ]] ,
245
+ As explained in [[!CSS-TEXT-3 ]] ,
246
246
a <a>typographic letter unit</a> can include more than one Unicode codepoint.
247
247
For example, combining characters must be kept with their base character.
248
248
Also, languages may have additional rules
@@ -328,14 +328,14 @@ Styling the ''::first-letter'' Pseudo-element</h4>
328
328
The following properties that apply to ''::first-letter'' pseudo-elements:
329
329
330
330
<ul>
331
- <li> all font properties (see [[CSS3 -FONTS]] )
332
- <li> the 'color' and 'opacity' properties (see [[CSS3COLOR ]] )
333
- <li> all background properties (see [[CSS3BG ]] )
334
- <li> any typesetting properties that apply to inline elements (see [[CSS3TEXT ]] )
335
- <li> all text decoration properties (see [[CSS3 -TEXT-DECOR]] )
331
+ <li> all font properties (see [[CSS -FONTS-3 ]] )
332
+ <li> the 'color' and 'opacity' properties (see [[CSS-COLOR-3 ]] )
333
+ <li> all background properties (see [[CSS-BACKGROUNDS-3 ]] )
334
+ <li> any typesetting properties that apply to inline elements (see [[CSS-TEXT-3 ]] )
335
+ <li> all text decoration properties (see [[CSS -TEXT-DECOR-3 ]] )
336
336
<li> any inline layout properties that apply to inline elements (see [[CSS-INLINE-3]] )
337
- <li> margin and padding properties (see [[CSS21 ]] )
338
- <li> border properties and 'box-shadow' (see [[CSS3BG ]] )
337
+ <li> margin and padding properties (see [[CSS2 ]] )
338
+ <li> border properties and 'box-shadow' (see [[CSS-BACKGROUNDS-3 ]] )
339
339
<li> any other properties defined to apply to ''::first-letter''
340
340
by their respective specifications
341
341
</ul>
@@ -689,7 +689,7 @@ Tree-Abiding Pseudo-elements</h2>
689
689
<dfn export lt="tree-abiding|tree-abiding pseudo-element">Tree-abiding pseudo-elements</dfn> always fit within the box tree.
690
690
They <a lt="inheritance">inherit</a> any inheritable properties from their <a>originating element</a> ;
691
691
non-inheritable properties take their <a>initial values</a> as usual.
692
- [[CSS3CASCADE ]]
692
+ [[CSS-CASCADE-4 ]]
693
693
694
694
<h3 id="generated-content">
695
695
Generated Content Pseudo-elements: ''::before'' and ''::after''</h3>
@@ -737,9 +737,9 @@ List Markers: the ''::marker'' pseudo-element</h3>
737
737
738
738
The following CSS properties apply to a ''::marker'' pseudo-element:
739
739
<ul>
740
- <li> all font properties (see [[CSS3 -FONTS]] )
741
- <li> the 'white-space' property (see [[CSS3TEXT ]] )
742
- <li> the 'color' property (see [[CSS3COLOR ]] )
740
+ <li> all font properties (see [[CSS -FONTS-3 ]] )
741
+ <li> the 'white-space' property (see [[CSS-TEXT-3 ]] )
742
+ <li> the 'color' property (see [[CSS-COLOR-3 ]] )
743
743
<li> the 'text-combine-upright' , 'unicode-bidi' , and 'direction' properties (see [[CSS-WRITING-MODES-3]] )
744
744
<li> the 'content' property (see [[CSS-LISTS-3]] )
745
745
</ul>
@@ -938,7 +938,7 @@ Additions to the CSS Object Model</h2>
938
938
<h2 id="css2-compat">
939
939
Compatibilitiy Syntax</h2>
940
940
941
- <p> For compatibility with existing style sheets written against CSS Level 2 [[CSS21 ]] ,
941
+ <p> For compatibility with existing style sheets written against CSS Level 2 [[CSS2 ]] ,
942
942
user agents must also accept the previous one-colon notation
943
943
(<code> :before</code> , <code> :after</code> , <code> :first-letter</code> , <code> :first-line</code> )
944
944
for the ''::before'' , ''::after'' , ''::first-letter'' , and ''::first-line'' pseudo-elements.
0 commit comments