Skip to content

Commit 9c70c1b

Browse files
committed
[css3-syntax] updated the 2.1 diffs
1 parent f627dc5 commit 9c70c1b

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

css3-syntax/Overview.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<h1>CSS Syntax Module Level 3</h1>
3838

39-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 2012</h2>
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 August 2012</h2>
4040

4141
<dl>
4242
<dt>This version:
@@ -2827,6 +2827,11 @@ <h3 id=changes-from-css-2.1-core-grammar><span class=secno>3.7. </span>
28272827

28282828
<li> The + sign is now part of the number token that it precedes, rather
28292829
than always being a separate DELIM(+) token.
2830+
2831+
<li> The INCLUDES and DASHMATCH tokens have been dropped. They're not
2832+
actually necessary (the Selectors parser can handle them as two DELIM
2833+
tokens just as well) and it's confusing to have them show up in the Core
2834+
Grammar when the other types of attribute selector options don't.
28302835
</ol>
28312836
<!--
28322837

css3-syntax/Overview.src.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2835,6 +2835,13 @@ <h3>
28352835
<li>
28362836
The + sign is now part of the number token that it precedes,
28372837
rather than always being a separate DELIM(+) token.
2838+
2839+
<li>
2840+
The INCLUDES and DASHMATCH tokens have been dropped.
2841+
They're not actually necessary
2842+
(the Selectors parser can handle them as two DELIM tokens just as well)
2843+
and it's confusing to have them show up in the Core Grammar
2844+
when the other types of attribute selector options don't.
28382845
</ol>
28392846

28402847

0 commit comments

Comments
 (0)