Skip to content

Commit 131f6fc

Browse files
committed
[selectors] Add an issue for ordering of pseudo-elements in selector match lists.
1 parent d8eed11 commit 131f6fc

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

selectors/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,11 @@ Evaluating a Selector</h3>
662662
is the root element and all of its descendants,
663663
ordered by a pre-order traversal.
664664

665+
Issue: The relative position of pseudo-elements in the <a>selector match list</a> is undefined.
666+
There's not yet a context that exposes this information,
667+
but we need to decide on something eventually,
668+
before something <em>is</em> exposed.
669+
665670

666671
<h3 id='data-model'>
667672
Data Model</h3>

selectors/Overview.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</p>
6060
<h1 class="p-name no-ref" id=title>Selectors Level 4</h1>
6161
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
62-
<span class=dt-updated><span class=value-title title=20140329>29 March 2014</span></span></span></h2>
62+
<span class=dt-updated><span class=value-title title=20140403>3 April 2014</span></span></span></h2>
6363
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/selectors>http://dev.w3.org/csswg/selectors</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/selectors/>http://www.w3.org/TR/selectors/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/selectors>http://dev.w3.org/csswg/selectors</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-selectors4-20130502/ rel=previous>http://www.w3.org/TR/2013/WD-selectors4-20130502/</a><dd><a href=http://www.w3.org/TR/2012/WD-selectors4-20120823/ rel=previous>http://www.w3.org/TR/2012/WD-selectors4-20120823/</a><dd><a href=http://www.w3.org/TR/2011/WD-selectors4-20110929/ rel=previous>http://www.w3.org/TR/2011/WD-selectors4-20110929/</a>
6464
<dt>Feedback:</dt>
6565
<dd><a href="mailto:www-style@w3.org?subject=%5Bselectors%5D%20feedback">www-style@w3.org</a>
@@ -890,6 +890,11 @@ <h3 class="heading settled heading" data-level=3.2 id=evaluating-selectors><span
890890
is the root element and all of its descendants,
891891
ordered by a pre-order traversal.
892892

893+
<p class=issue id=issue-1bcc9de6><a class=self-link href=#issue-1bcc9de6></a> The relative position of pseudo-elements in the <a data-link-type=dfn href=#selector-match-list title="selector match list">selector match list</a> is undefined.
894+
There’s not yet a context that exposes this information,
895+
but we need to decide on something eventually,
896+
before something <em>is</em> exposed.
897+
893898

894899
<h3 class="heading settled heading" data-level=3.3 id=data-model><span class=secno>3.3 </span><span class=content>
895900
Data Model</span><a class=self-link href=#data-model></a></h3>
@@ -3726,7 +3731,13 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
37263731
we should move them.
37273732

37283733

3729-
<a href=#issue-cbdc0c66></a></div><div class=issue>
3734+
<a href=#issue-cbdc0c66></a></div><div class=issue> The relative position of pseudo-elements in the <a data-link-type=dfn href=#selector-match-list title="selector match list">selector match list</a> is undefined.
3735+
There’s not yet a context that exposes this information,
3736+
but we need to decide on something eventually,
3737+
before something <em>is</em> exposed.
3738+
3739+
3740+
<a href=#issue-1bcc9de6></a></div><div class=issue>
37303741
The above algorithm is different from Selectors API: its step 2, which bailed if there were no :scope elements, has been removed.
37313742
This is because handling an explicitly empty list should return nothing;
37323743
if no :scope elements were given at all,

0 commit comments

Comments
 (0)