@@ -14,7 +14,7 @@ Previous Version: https://www.w3.org/TR/2013/WD-css-syntax-3-20130919/
1414Editor : Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
1515Editor : Simon Sapin, Mozilla, http://exyr.org/about/, w3cid 58001
1616Abstract : This module describes, in general terms, the basic structure and syntax of CSS stylesheets. It defines, in detail, the syntax and parsing of CSS - how to turn a stream of bytes into a meaningful stylesheet.
17- Ignored Terms : <keyframes-name>, <keyframe-rule>, <keyframe-selector>, <translation-value>, <media-query-list>, <unicode-range-token>
17+ Ignored Terms : <keyframes-name>, <keyframe-rule>, <keyframe-selector>, <translation-value>, <media-query-list>
1818Ignored Vars : +b, -b, foo
1919</pre>
2020
@@ -23,7 +23,6 @@ spec:css-cascade-5; type:dfn; text:property
2323spec:css-color-4; type:property; text:color
2424spec:css-text-decor-3; type:property; text:text-decoration
2525spec:css-transforms-1; type:function; text:translatex()
26- spec:encoding-1; type:dfn; text:get an encoding
2726spec:html; type:element;
2827 text:a
2928 text:style
@@ -1919,7 +1918,7 @@ CSS Parsing Results</h3>
19191918 (or lists of these):
19201919
19211920 <dl export dfn-for=CSS>
1922- : [= stylesheet=]
1921+ : <dfn> stylesheet</dfn>
19231922 :: A stylesheet has a list of [=rules=] .
19241923
19251924 : <dfn>rule</dfn>
@@ -3744,11 +3743,14 @@ Serializing <var><an+b></var></h3>
37443743 </div>
37453744
37463745
3747- <h2 id="priv-sec ">
3748- Privacy and Security Considerations</h2>
3746+ <h2 id="privacy ">
3747+ Privacy Considerations</h2>
37493748
37503749 This specification introduces no new privacy concerns.
37513750
3751+ <h2 id=security>
3752+ Security Considerations</h2>
3753+
37523754 This specification improves security, in that CSS parsing is now unambiguously defined for all inputs.
37533755
37543756 Insofar as old parsers, such as whitelists/filters, parse differently from this specification,
@@ -3952,7 +3954,7 @@ Changes from CSS 2.1 and Selectors Level 3</h3>
39523954
39533955 <li>
39543956 The definition of <a>non-ASCII ident code point</a> was changed
3955- to be consistent with HTML's [=valid custom elements names=] .
3957+ to be consistent with HTML's [=valid custom element names=] .
39563958
39573959 <li>
39583960 Tokenization does not emit COMMENT or BAD_COMMENT tokens anymore.
0 commit comments