Skip to content

Commit 801cdaa

Browse files
committed
[css-pseudo-4] Update biblio to contemporary format.
1 parent fcb8ef0 commit 801cdaa

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

css-pseudo-4/Overview.bs

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ Styling the First Line Pseudo-element</h4>
190190
behaves similar to that of an inline-level element, but with certain restrictions.
191191
The following CSS properties apply to a ''::first-line'' pseudo-element:
192192
<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]])
198198
<li>the 'ruby-position' property (see [[CSS-RUBY-1]])
199199
<li>any inline layout properties that apply to inline elements (see [[CSS-INLINE-3]])
200200
<li>any other properties defined to apply to ''::first-line''
@@ -217,7 +217,7 @@ Inheritance and the ''::first-line'' Pseudo-element</h4>
217217
The ::first-letter pseudo-element</h3>
218218

219219
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]]
221221
on the <a>first formatted line</a> of its <a>originating element</a>,
222222
if it is not preceded by any other content
223223
(such as images or inline tables) on its line.
@@ -242,7 +242,7 @@ The ::first-letter pseudo-element</h3>
242242
<img alt="Quotes that precede the first letter should be included." src="images/first-letter2.gif">
243243
</div>
244244

245-
As explained in [[!CSS3TEXT]],
245+
As explained in [[!CSS-TEXT-3]],
246246
a <a>typographic letter unit</a> can include more than one Unicode codepoint.
247247
For example, combining characters must be kept with their base character.
248248
Also, languages may have additional rules
@@ -328,14 +328,14 @@ Styling the ''::first-letter'' Pseudo-element</h4>
328328
The following properties that apply to ''::first-letter'' pseudo-elements:
329329

330330
<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]])
336336
<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]])
339339
<li>any other properties defined to apply to ''::first-letter''
340340
by their respective specifications
341341
</ul>
@@ -689,7 +689,7 @@ Tree-Abiding Pseudo-elements</h2>
689689
<dfn export lt="tree-abiding|tree-abiding pseudo-element">Tree-abiding pseudo-elements</dfn> always fit within the box tree.
690690
They <a lt="inheritance">inherit</a> any inheritable properties from their <a>originating element</a>;
691691
non-inheritable properties take their <a>initial values</a> as usual.
692-
[[CSS3CASCADE]]
692+
[[CSS-CASCADE-4]]
693693

694694
<h3 id="generated-content">
695695
Generated Content Pseudo-elements: ''::before'' and ''::after''</h3>
@@ -737,9 +737,9 @@ List Markers: the ''::marker'' pseudo-element</h3>
737737

738738
The following CSS properties apply to a ''::marker'' pseudo-element:
739739
<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]])
743743
<li>the 'text-combine-upright', 'unicode-bidi', and 'direction' properties (see [[CSS-WRITING-MODES-3]])
744744
<li>the 'content' property (see [[CSS-LISTS-3]])
745745
</ul>
@@ -938,7 +938,7 @@ Additions to the CSS Object Model</h2>
938938
<h2 id="css2-compat">
939939
Compatibilitiy Syntax</h2>
940940

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]],
942942
user agents must also accept the previous one-colon notation
943943
(<code>:before</code>, <code>:after</code>, <code>:first-letter</code>, <code>:first-line</code>)
944944
for the ''::before'', ''::after'', ''::first-letter'', and ''::first-line'' pseudo-elements.

0 commit comments

Comments
 (0)