|
59 | 59 | </p> |
60 | 60 | <h1 class="p-name no-ref" id=title>Selectors Level 4</h1> |
61 | 61 | <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> |
63 | 63 | <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> |
64 | 64 | <dt>Feedback:</dt> |
65 | 65 | <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 |
890 | 890 | is the root element and all of its descendants, |
891 | 891 | ordered by a pre-order traversal. |
892 | 892 |
|
| 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 | + |
893 | 898 |
|
894 | 899 | <h3 class="heading settled heading" data-level=3.3 id=data-model><span class=secno>3.3 </span><span class=content> |
895 | 900 | 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 |
3726 | 3731 | we should move them. |
3727 | 3732 |
|
3728 | 3733 |
|
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> |
3730 | 3741 | The above algorithm is different from Selectors API: its step 2, which bailed if there were no :scope elements, has been removed. |
3731 | 3742 | This is because handling an explicitly empty list should return nothing; |
3732 | 3743 | if no :scope elements were given at all, |
|
0 commit comments