Skip to content

Commit

Permalink
HTML5
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Jan 16, 2018
1 parent e2fccb2 commit 91e1f38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions selectors-3/Overview.src.html
Expand Up @@ -136,7 +136,7 @@ <h3 id=terminology>Terminology</h3>
<a href="https://www.w3.org/TR/CSS21/conform.html#defs">Definitions</a>
section of [[!CSS21]].
Examples of document source code and fragments are given in XML
[[XML10]] or HTML [[HTML401]]
[[XML10]] or HTML [[HTML5]]
syntax.

<h3 id=changesFromCSS2>Changes from CSS2</h3>
Expand Down Expand Up @@ -1271,7 +1271,7 @@ <h4 id="lang-pseudo">The language pseudo-class :lang</h4>

<p>If the document language specifies how the human language of an
element is determined, it is possible to write selectors that
represent an element based on its language. For example, in HTML [[HTML401]], the language is determined by a
represent an element based on its language. For example, in HTML [[HTML5]], the language is determined by a
combination of the <code>lang</code> attribute and possibly
information from the <code>meta</code> elements or the protocol (such
as HTTP headers). XML uses an attribute called <code>xml:lang</code>,
Expand Down Expand Up @@ -2637,7 +2637,7 @@ <h2 id=Conformance>Conformance and requirements</h2>
<h2 id=Tests>Tests</h2>

<p>This specification has <a
href="http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/">a test
href="https://test.csswg.org/harness/suite/selectors-3_dev/">a test
suite</a> allowing user agents to verify their basic conformance to
the specification. This test suite does not pretend to be exhaustive
and does not cover all possible combined cases of Selectors.</p>
Expand Down

0 comments on commit 91e1f38

Please sign in to comment.