Skip to content

Commit b8b1d09

Browse files
committed
[css-values] Update Changes list
--HG-- extra : rebase_source : b8465fbefd58b28984414d5eef740e4c93d590ab
1 parent 7069cc6 commit b8b1d09

3 files changed

Lines changed: 19 additions & 12 deletions

File tree

css-values/Overview.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,9 @@ <h3 id=strings><span class=secno>3.3. </span> Quoted Strings: the ‘<a
718718
<a href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
719719

720720
<div class=example>
721-
<p>Double quotes cannot occur inside double quotes, unless escaped (as
722-
<code>"\""</code> or as <code>"\22"</code>). Analogously for single
721+
<p>Double quotes cannot occur inside double quotes, unless <a
722+
href="http://www.w3.org/TR/CSS21/syndata.html#escaped-characters">escaped</a>
723+
(as <code>"\""</code> or as <code>"\22"</code>). Analogously for single
723724
quotes (<code>'\''</code> or <code>'\27'</code>).
724725

725726
<pre>
@@ -2419,6 +2420,9 @@ <h2 class=no-num id=changes>Changes</h2>
24192420

24202421
<li>Added notation for restricting the length of comma-separated lists
24212422
specified with the ‘<code class=css>#</code>’ notation.
2423+
2424+
<li>Clarified handling of ‘<a href="#toggle"><code
2425+
class=css>toggle()</code></a>’ when used in shorthand declarations.
24222426
</ul>
24232427

24242428
<p>Changes since the <a

css-values/Overview.src.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,10 @@ <h3 id="strings">
394394
[[!CSS21]]
395395

396396
<div class=example>
397-
<p>Double quotes cannot occur inside double quotes, unless escaped
398-
(as <code>"\""</code> or as <code>"\22"</code>). Analogously for single quotes (<code>&#39;\&#39;&#39;</code> or <code>&#39;\27&#39;</code>).
397+
<p>Double quotes cannot occur inside double quotes, unless
398+
<a href="http://www.w3.org/TR/CSS21/syndata.html#escaped-characters">escaped</a>
399+
(as <code>"\""</code> or as <code>"\22"</code>).
400+
Analogously for single quotes (<code>&#39;\&#39;&#39;</code> or <code>&#39;\27&#39;</code>).
399401
<pre>
400402
<!-- -->content: "this is a &#39;string&#39;.";
401403
<!-- -->content: "this is a \"string\".";
@@ -1895,6 +1897,7 @@ <h2 class="no-num" id="changes">Changes</h2>
18951897
<li>Clarified {<var>A</var>} variant of {<var>A</var>,<var>B</var>} notation.
18961898
<li>Added notation for restricting the length of comma-separated lists
18971899
specified with the ''#'' notation.
1900+
<li>Clarified handling of ''toggle()'' when used in shorthand declarations.
18981901
</ul>
18991902

19001903
<p>Changes since the <a href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">28 August 2012 Candidate Recommendation</a> are:

css-values/issues-cr-2013.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ Issue 1.
55
Summary: Clarify escaped quotes examples
66
From: Dennis German
77
Comment: http://lists.w3.org/Archives/Public/www-style/2013Oct/0299.html
8-
Response:
9-
Open
8+
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0182.html
9+
Closed: Accepted
1010
Verified:
1111
----
1212
Issue 2.
1313
Summary: Complications with toggle()
1414
From: Cameron McCormack
1515
Comment: http://lists.w3.org/Archives/Public/www-style/2013Sep/0843.html
16-
Response:
17-
Open
16+
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0184.html
17+
Closed: Accepted
1818
Verified:
1919
----
2020
Issue 3.
21-
Summary: [summary]
22-
From: Wallace hermano
21+
Summary: Provide historical definitions of "em" unit
22+
From: Wallace Hermano
2323
Comment: http://lists.w3.org/Archives/Public/www-style/2013Oct/0292.html
24-
Response:
25-
Open
24+
Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0182.html
25+
Closed: Rejected
2626
Verified:
2727
----
2828
Issue 4.

0 commit comments

Comments
 (0)