Skip to content

Commit 9af1aec

Browse files
committed
[selectors] Per WG resolution, specify that in level 4, CSS selectors (for style rules) *must* use the fast profile, not the complete profile.
1 parent 7ef2fad commit 9af1aec

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

selectors/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,10 @@ <h3 id=profiles><span class=secno>2.1. </span> <a
12321232
profile. It includes all of the selectors defined in this document.
12331233
</dl>
12341234

1235+
<p>CSS implementations conformant to Selectors Level 4 must use the ‘<a
1236+
href="#fast-profile"><code class=css>fast</code></a>’ profile for CSS
1237+
selection.
1238+
12351239
<h2 id=syntax><span class=secno>3. </span> Selector Syntax and Structure</h2>
12361240

12371241
<h3 id=structure><span class=secno>3.1. </span> Structure and Terminology</h3>

selectors/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ <h3 id="profiles">
552552
It includes all of the selectors defined in this document.
553553
</dl>
554554

555+
<p>CSS implementations conformant to Selectors Level 4 must use the ''fast'' profile for CSS selection.
556+
555557

556558
<h2 id="syntax">
557559
Selector Syntax and Structure</h2>

0 commit comments

Comments
 (0)