Skip to content

Commit ab859d5

Browse files
committed
[selectors] Per WG resolution, we can't change selector error-handling to be like MQs.
1 parent c394d1e commit ab859d5

2 files changed

Lines changed: 12 additions & 19 deletions

File tree

selectors/Overview.html

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
<head profile="http://dublincore.org/documents/2008/08/04/dc-html/ ">
55
<title>Selectors Level 4</title>
66

7-
<link href="http://purl.org/dc/terms/" rel=schema.dc>
7+
<link href="http://purl.org/dc/terms/" rel=schema.dcterms>
88
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
9-
rel=dc.rights>
10-
<meta content="Selectors Level 4" name=dc.title>
11-
<meta content=text name=dc.type>
12-
<meta content=2013-04-15 name=dc.date>
13-
<meta content="Elika J. Etemad" name=dc.creator>
14-
<meta content="Tab Atkins Jr." name=dc.creator>
15-
<meta content=W3C name=dc.publisher>
16-
<meta content="http://dev.w3.org/csswg/selectors4/" name=dc.identifier>
9+
rel=dcterms.rights>
10+
<meta content="Selectors Level 4" name=dcterms.title>
11+
<meta content=text name=dcterms.type>
12+
<meta content=2013-04-17 name=dcterms.date>
13+
<meta content="Elika J. Etemad" name=dcterms.creator>
14+
<meta content="Tab Atkins Jr." name=dcterms.creator>
15+
<meta content=W3C name=dcterms.publisher>
16+
<meta content="http://dev.w3.org/csswg/selectors4/"
17+
name=dcterms.identifier>
1718
<link href="../default.css" rel=stylesheet type="text/css">
1819
<style type="text/css">
1920
.tprofile td, th { vertical-align: baseline; padding: 0 0.5em; }
@@ -29,13 +30,13 @@
2930

3031
<h1 id=title>Selectors Level 4</h1>
3132

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 April 2013</h2>
33+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 April 2013</h2>
3334

3435
<dl>
3536
<dt>This version:
3637

3738
<dd><a href="http://dev.w3.org/csswg/selectors4/">
38-
http://www.w3.org/TR/2013/ED-selectors4-20130415/</a>
39+
http://www.w3.org/TR/2013/ED-selectors4-20130417/</a>
3940

4041
<dt>Editor's draft:
4142

@@ -1569,11 +1570,6 @@ <h3 id=invalid><span class=secno>3.8. </span> Invalid Selectors and Error
15691570
<p>An <a href="#invalid-selectors"><i>invalid selector</i></a> represents
15701571
nothing.
15711572

1572-
<p class=issue>It's been <a
1573-
href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0203.html">requested</a>
1574-
that the last rule be dropped in favor of Media Queries-style
1575-
error-handling.
1576-
15771573
<h2 id=logical-combination><span class=secno>4. </span> Logical
15781574
Combinations</h2>
15791575

selectors/Overview.src.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -852,9 +852,6 @@ <h3 id="invalid">
852852

853853
<p>An <i>invalid selector</i> represents nothing.
854854

855-
<p class="issue">It's been <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0203.html">requested</a>
856-
that the last rule be dropped in favor of Media Queries-style error-handling.
857-
858855

859856

860857
<h2 id="logical-combination">

0 commit comments

Comments
 (0)