File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments