@@ -2687,12 +2687,12 @@ case-sensitive identifiers (see the 'counter-increment' and
26872687'counter-reset'
26882688properties). To refer to the value of a counter, the notation
26892689<dfn data-lt="counter()" data-dfn-type="function">
2690- '' counter(<identifier>)'' </dfn> or 'counter(<identifier>,
2690+ counter(<identifier>)</dfn> or 'counter(<identifier>,
26912691<'list-style-type''>)'', with optional white space separating the tokens,
26922692is 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(<identifier>, <string>)' or
2695+ notation is <dfn data-lt=" counters()" data-dfn-type="function">counters( <identifier>, <string>)</dfn> or
26962696'counters(<identifier>, <string>, <'list-style-type''>)''
26972697with optional white space separating the tokens.
26982698</p>
@@ -4008,7 +4008,7 @@ Also note that in CSS1, the '':active'' pseudo-class only applied to
40084008links.</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
40144014determined, 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
48184818than a rule with a
48194819selector, 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
48214821a=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
1103311033the 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
1103511035three types of marker: glyphs, numbering systems, and alphabetic
1103611036systems.
1103711037
0 commit comments