File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 > '\''</ code > or < code > '\27'</ 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 > '\''</ code > or < code > '\27'</ code > ).
399401 < pre >
400402<!-- --> content: "this is a 'string'.";
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:
Original file line number Diff line number Diff line change @@ -5,24 +5,24 @@ Issue 1.
55Summary: Clarify escaped quotes examples
66From: Dennis German
77Comment: 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
1010Verified:
1111----
1212Issue 2.
1313Summary: Complications with toggle()
1414From: Cameron McCormack
1515Comment: 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
1818Verified:
1919----
2020Issue 3.
21- Summary: [summary]
22- From: Wallace hermano
21+ Summary: Provide historical definitions of "em" unit
22+ From: Wallace Hermano
2323Comment: 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
2626Verified:
2727----
2828Issue 4.
You can’t perform that action at this time.
0 commit comments