Skip to content

Commit e564e49

Browse files
committed
[selectors] Add issue to the profiles section about wanting implementor feedback.
1 parent 605f5eb commit e564e49

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

selectors/Overview.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,10 @@ <h3 id=profiles><span class=secno>2.1. </span> <a
12461246
href="#fast-profile"><code class=css>fast</code></a>’ profile for CSS
12471247
selection.
12481248

1249+
<p class=issue> The categorization of things into the "fast" or "complete"
1250+
profiles needs implementor review. If some things currently not in the
1251+
fast profile can reasonably be done in CSS Selectors, we should move them.
1252+
12491253
<h2 id=syntax><span class=secno>3. </span> Selector Syntax and Structure</h2>
12501254

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

selectors/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,11 @@ <h3 id="profiles">
555555

556556
<p>CSS implementations conformant to Selectors Level 4 must use the ''fast'' profile for CSS selection.
557557

558+
<p class='issue'>
559+
The categorization of things into the "fast" or "complete" profiles needs implementor review.
560+
If some things currently not in the fast profile can reasonably be done in CSS Selectors,
561+
we should move them.
562+
558563

559564
<h2 id="syntax">
560565
Selector Syntax and Structure</h2>

0 commit comments

Comments
 (0)