Skip to content

Commit 77c92c2

Browse files
committed
[CSS2] Remove bad xspec xrefs
1 parent c16b0fd commit 77c92c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css2/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,12 +2687,12 @@ case-sensitive identifiers (see the 'counter-increment' and
26872687
'counter-reset'
26882688
properties). To refer to the value of a counter, the notation
26892689
<dfn data-lt="counter()" data-dfn-type="function">
2690-
''counter(&lt;identifier&gt;)''</dfn> or 'counter(&lt;identifier&gt;,
2690+
counter(&lt;identifier&gt;)</dfn> or 'counter(&lt;identifier&gt;,
26912691
&lt;'list-style-type''&gt;)'', with optional white space separating the tokens,
26922692
is used. The default style is ''decimal''.
26932693
</p>
26942694
<p>To refer to a sequence of nested counters of the same name, the
2695-
notation is 'counters(&lt;identifier&gt;, &lt;string&gt;)' or
2695+
notation is <dfn data-lt="counters()" data-dfn-type="function">counters(&lt;identifier&gt;, &lt;string&gt;)</dfn> or
26962696
'counters(&lt;identifier&gt;, &lt;string&gt;, &lt;'list-style-type''&gt;)''
26972697
with optional white space separating the tokens.
26982698
</p>
@@ -4008,7 +4008,7 @@ Also note that in CSS1, the '':active'' pseudo-class only applied to
40084008
links.</em>
40094009
</div>
40104010

4011-
<h4 id="lang">The language pseudo-class: <dfn data-lt="pseudo-classes:::lang|:lang|lang (pseudo-class)">:lang</dfn></h4>
4011+
<h4 id="lang">The language pseudo-class: <dfn data-lt=":lang|:lang()">:lang</dfn></h4>
40124012

40134013
<p>If the document language specifies how the human language of an element is
40144014
determined, it is possible to write selectors in CSS that match an
@@ -4814,10 +4814,10 @@ p { font-size: 24pt }
48144814
<p>A selector's specificity is calculated as follows:</p>
48154815

48164816
<ul>
4817-
<li>count 1 if the declaration is from is a ''style'' attribute rather
4817+
<li>count 1 if the declaration is from is a style attribute ([[!css-style-attr]]) rather
48184818
than a rule with a
48194819
selector, 0 otherwise (= a) (In HTML, values of an element's "style"
4820-
attribute are style sheet rules. These rules have no selectors, so
4820+
attribute are style attributes ([[HTML#the-style-attribute]]). These rules have no selectors, so
48214821
a=1, b=0, c=0, and d=0.)
48224822

48234823
<li>count the number of ID attributes in the selector (= b)
@@ -11031,7 +11031,7 @@ Computed Value: as specified
1103111031
<p> This property specifies appearance of the list item marker if
1103211032
'list-style-image' has
1103311033
the value ''list-style-image/none'' or if the image pointed to by the URI cannot be
11034-
displayed. The value ''list-style-type/none'' specifies no marker, otherwise there are
11034+
displayed. The value <dfn data-dfn-type="value" data-dfn-for="list-style-type">none</dfn> specifies no marker, otherwise there are
1103511035
three types of marker: glyphs, numbering systems, and alphabetic
1103611036
systems.
1103711037

0 commit comments

Comments
 (0)