Skip to content

Commit ae968c7

Browse files
committed
[selectors] Markup typo
1 parent 73071c8 commit ae968c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

selectors/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,7 @@ <h3 id=the-lang-pseudo><span class=secno>10.2. </span> The language
29192919
use the <code>xml:lang</code> attribute to indicate language information
29202920
for an element.
29212921

2922-
<p>The element's <i>language matches</i> a <a
2922+
<p>The element's <a href="#language"><i>language</i></a> matches a <a
29232923
href="#language-range"><i>language range</i></a> if the element's <a
29242924
href="#language"><i>language</i></a> (normalized to BCP 47 syntax if
29252925
necessary) matches the given <a href="#language-range"><i>language

selectors/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ <h3 id="the-lang-pseudo">
19721972
from HTTP headers). XML languages can use the <code>xml:lang</code>
19731973
attribute to indicate language information for an element.
19741974

1975-
<p>The element's <i>language matches</i> a <i>language range</i> if
1975+
<p>The element's <i>language</i> matches a <i>language range</i> if
19761976
the element's <i>language</i> (normalized to BCP 47 syntax if necessary)
19771977
matches the given <i>language range</i> in an <i>extended filtering</i>
19781978
operation per [[RFC4647]] <cite>Matching of Language Tags</cite> (section 3.3.2).

0 commit comments

Comments
 (0)