Skip to content

Commit ca100a2

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

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

css3-syntax/Overview.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,6 +2832,13 @@ <h3 id=changes-from-css-2.1-core-grammar><span class=secno>3.7. </span>
28322832
actually necessary (the Selectors parser can handle them as two DELIM
28332833
tokens just as well) and it's confusing to have them show up in the Core
28342834
Grammar when the other types of attribute selector options don't.
2835+
2836+
<li> The handling of some miscellanous ‘<code
2837+
class=property>special</code>’ tokens (like an unmatched } token)
2838+
showing up in various places in the grammar has been specified with some
2839+
reasonable behavior shown by at least one browser. Previously,
2840+
stylesheets with those tokens in those places just didn't match the
2841+
stylesheet grammar at all, so their handling was totally undefined.
28352842
</ol>
28362843
<!--
28372844

css3-syntax/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2842,6 +2842,14 @@ <h3>
28422842
(the Selectors parser can handle them as two DELIM tokens just as well)
28432843
and it's confusing to have them show up in the Core Grammar
28442844
when the other types of attribute selector options don't.
2845+
2846+
<li>
2847+
The handling of some miscellanous 'special' tokens
2848+
(like an unmatched } token)
2849+
showing up in various places in the grammar
2850+
has been specified with some reasonable behavior shown by at least one browser.
2851+
Previously, stylesheets with those tokens in those places just didn't match the stylesheet grammar at all,
2852+
so their handling was totally undefined.
28452853
</ol>
28462854

28472855

0 commit comments

Comments
 (0)