Skip to content

Commit 3f78924

Browse files
committed
Update changes section, tweak wording around <<ident>> because it's generally subclassed, update DoC
1 parent e43e302 commit 3f78924

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

css-values/Overview.bs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ Property value examples</h3>
350350
<h2 id="textual-values">
351351
Textual Data Types</h2>
352352

353-
<dfn export lt="identifier|ident">Identifiers</dfn> are denoted by <dfn>&lt;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>&lt;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:

css-values/issues-cr-2015.bsi

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ Resolved: Editorial
7676
Issue 9.
7777
Summary: Allow dimensionless zero to parse as angle.
7878
From: CSSWG
79-
Comment:
80-
Response:
8179
Closed: Accepted
8280
Verified:
8381
Resolved: Sydney 2016 F2F
@@ -135,9 +133,9 @@ Issue 16.
135133
Summary: Fallback value for ch in text-orientation:upright
136134
From: Florian Rivoal
137135
Comment: 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
139137
Closed: Accepted
140-
Resolved: =WG= discuss/resolve
138+
Resolved: Editors' discretion
141139
----
142140
Issue 17.
143141
Summary: How units/expressions are resolved in specified style
@@ -169,3 +167,10 @@ From: Simon Pieters
169167
Comment: https://lists.w3.org/Archives/Public/www-style/2016Apr/0067.html
170168
Open
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+
----

0 commit comments

Comments
 (0)