|
1 | | -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| 2 | +"http://www.w3.org/TR/html4/loose.dtd"> |
2 | 3 |
|
3 | 4 | <html lang=en> |
4 | 5 | <head profile="http://dublincore.org/documents/2008/08/04/dc-html/ "> |
@@ -1222,7 +1223,7 @@ <h3 id=profiles><span class=secno>2.1. </span> <a |
1222 | 1223 | <p class=issue>We are considering whether this restriction should be |
1223 | 1224 | lifted. |
1224 | 1225 |
|
1225 | | - <li>The <a href=idref-combinators>reference combinator</a> |
| 1226 | + <li>The <a href="#idref-combinators">reference combinator</a> |
1226 | 1227 |
|
1227 | 1228 | <li>The <a href="#subject">subject indicator</a> |
1228 | 1229 | </ul> |
@@ -1481,7 +1482,7 @@ <h3 id=pseudo-elements><span class=secno>3.5. </span>Pseudo-elements</h3> |
1481 | 1482 | colons (<code>::</code>) followed by the name of the <a |
1482 | 1483 | href="#pseudo-element"><i>pseudo-element</i></a>. <a |
1483 | 1484 | href="#pseudo-element"><i>Pseudo-element</i></a> names are <a |
1484 | | - href=case-sensitive>ASCII case-insensitive</a>. |
| 1485 | + href="#case-sensitive">ASCII case-insensitive</a>. |
1485 | 1486 |
|
1486 | 1487 | <p>This <code>::</code> notation was chosen in order to establish a |
1487 | 1488 | discrimination between <a href="#pseudo-class"><i>pseudo-classes</i></a> |
@@ -2887,12 +2888,11 @@ <h3 id=the-dir-pseudo><span class=secno>10.1. </span> The directionality |
2887 | 2888 | For example, in HTML, the directionality of an element inherits so that a |
2888 | 2889 | child without a <code>dir</code> attribute will have the same |
2889 | 2890 | directionality as its closest ancestor with a valid <code>dir</code> |
2890 | | - attribute. As another example, <a |
2891 | | - href="http://www.w3.org/TR/html5/global-attributes.html#the-directionality">in |
2892 | | - HTML5</a>, an element that matches <code>[dir=auto]</code> will match |
2893 | | - either <code>:dir(ltr)</code> or <code>:dir(rtl)</code> depending on the |
2894 | | - resolved directionality of the elements as determined by its contents. <a |
2895 | | - href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> |
| 2891 | + attribute. As another example, in HTML, an element that matches |
| 2892 | + <code>[dir=auto]</code> will match either <code>:dir(ltr)</code> or |
| 2893 | + <code>:dir(rtl)</code> depending on the resolved directionality of the |
| 2894 | + elements as determined by its contents. <a href="#HTML5" |
| 2895 | + rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> |
2896 | 2896 |
|
2897 | 2897 | <h3 id=the-lang-pseudo><span class=secno>10.2. </span> The language |
2898 | 2898 | pseudo-class <a href="#lang-pseudo"><code>:lang()</code></a></h3> |
@@ -4357,10 +4357,9 @@ <h3 id=conformance-classes><span class=secno>18.2. </span> Conformance |
4357 | 4357 | <p>An authoring tool is conformant to Selectors Level 4 if it writes |
4358 | 4358 | syntactically correct selectors. |
4359 | 4359 |
|
4360 | | - <p>Any specification reusing Selectors must contain a <a |
4361 | | - href="#profiling">Profile</a> listing the subset of Selectors it accepts |
4362 | | - or excludes, and describing any constraints it adds to the current |
4363 | | - specification. |
| 4360 | + <p>Any specification reusing Selectors must define the subset of Selectors |
| 4361 | + it accepts or excludes, and describe any additional constraints it adds to |
| 4362 | + the current specification. |
4364 | 4363 |
|
4365 | 4364 | <p>Specifications reusing Selectors must define how to handle invalid |
4366 | 4365 | selectors. (In the case of CSS, the entire rule in which the selector is |
|
0 commit comments