File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -350,8 +350,8 @@ Property value examples</h3>
350350<h2 id="textual-values">
351351Textual Data Types</h2>
352352
353- <dfn export lt="identifier|ident">Identifiers</dfn> are denoted by <dfn><ident></dfn>
354- and consist of a sequence of characters conforming to the <<ident-token>> grammar. [[!CSS3SYN]]
353+ <dfn export lt="identifier|ident">Identifiers</dfn> , generically denoted by <dfn><ident></dfn> ,
354+ consist of a sequence of characters conforming to the <<ident-token>> grammar. [[!CSS3SYN]]
355355 Identifiers cannot be quoted;
356356 otherwise they would be interpreted as strings.
357357
@@ -2224,8 +2224,13 @@ Changes</h2>
22242224 <ul>
22252225 <li> Allow zero angles to be represented as ''0'' .
22262226 (Change due to Web-compatibility constraints in transform and gradient syntaxes.)
2227+ <li> Defined <a href="#local-urls">special handling</a> for fragment URLs.
22272228 <li> Defined an empty <<url>> resolves to an invalid resource.
2228-
2229+ <li> Defined <a href="#calc-serialize">serialization of <css>calc()</css> values</a> .
2230+ <li> Added definition of <<ident>> to definition of <a>identifiers</a> .
2231+ <li> Added <<length-percentage>> as a shorthand for <<length>> | <<percentage>> ,
2232+ along with equivalent productions for angles, numbers, times, and frequencies.
2233+ <li> Various clarifications and editorial improvements.
22292234 </ul>
22302235
22312236 Changes since the <a href="https://www.w3.org/TR/2013/CR-css3-values-20130730/">30 July 2013 Candidate Recommendation</a> are:
Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ Resolved: Editorial
7676Issue 9.
7777Summary: Allow dimensionless zero to parse as angle.
7878From: CSSWG
79- Comment:
80- Response:
8179Closed: Accepted
8280Verified:
8381Resolved: Sydney 2016 F2F
@@ -135,9 +133,9 @@ Issue 16.
135133Summary: Fallback value for ch in text-orientation:upright
136134From: Florian Rivoal
137135Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0078.html
138- Response:
136+ Response: https://lists.w3.org/Archives/Public/www-style/2016Mar/0158.html
139137Closed: Accepted
140- Resolved: =WG= discuss/resolve
138+ Resolved: Editors' discretion
141139----
142140Issue 17.
143141Summary: How units/expressions are resolved in specified style
@@ -169,3 +167,10 @@ From: Simon Pieters
169167Comment: https://lists.w3.org/Archives/Public/www-style/2016Apr/0067.html
170168Open
171169----
170+ Issue 21.
171+ Summary: Clarify <custom-ident> restrictions.
172+ From: Manuel Rego Casasnovas
173+ Comment: https://lists.w3.org/Archives/Public/www-style/2016Mar/0247.html
174+ Response: https://lists.w3.org/Archives/Public/www-style/2016Jun/0031.html
175+ Closed: Invalid
176+ ----
You can’t perform that action at this time.
0 commit comments