Skip to content

Commit 5606680

Browse files
committed
[selectors-4][editorial] Mark some sections explicitly as non-normative, in hopes the normative reference checker is helped
1 parent 0319971 commit 5606680

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

selectors-4/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ Introduction</h2>
8888

8989
<li>
9090
used "in reverse" to generate markup that would match a given selector,
91-
such as in <a href="http://haml.info/">HAML</a> or <a href="https://en.wikipedia.org/wiki/Emmet_(software)">Emmet</a>.
91+
<span class="non-normative">
92+
such as in <a href="http://haml.info/">HAML</a>
93+
or <a href="https://en.wikipedia.org/wiki/Emmet_(software)">Emmet</a>
94+
</span>.
9295
</ul>
9396

9497
Selectors Levels 1, 2, and 3 are defined as the subsets of selector
@@ -97,7 +100,7 @@ Introduction</h2>
97100
<a href="https://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>
98101
specifications, respectively. This module defines Selectors Level 4.
99102

100-
<h3 id="placement">Module Interactions</h3>
103+
<h3 id="placement" class="non-normative">Module Interactions</h3>
101104

102105
<wpt title="Tests not needed for this section."></wpt>
103106

@@ -5093,7 +5096,7 @@ Appendix B: Obsolete but Required <code>-webkit-</code> Parsing Quirks for Web C
50935096
</details>
50945097

50955098

5096-
<h2 id="visited-privacy">
5099+
<h2 id="visited-privacy" class="non-normative">
50975100
Appendix C: Example Privacy-Preserving '':visited'' Restrictions</h2>
50985101

50995102
Previous attempts to protect user privacy in '':visited''

0 commit comments

Comments
 (0)