Skip to content

Commit ca0ba7b

Browse files
committed
[css-syntax] Inserting /**/ at serialization may be needed even with preserved comments.
http://lists.w3.org/Archives/Public/www-style/2013Sep/0176.html
1 parent 98706f8 commit ca0ba7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-syntax/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</a></p>
1515
<h1 class="p-name no-ref" id=title>CSS Syntax Module Level 3</h1>
1616
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
17-
<span class=dt-updated><span class=value-title title=20130907>7 September 2013</span></span></span></h2>
17+
<span class=dt-updated><span class=value-title title=20130911>11 September 2013</span></span></span></h2>
1818
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-syntax>http://dev.w3.org/csswg/css-syntax</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-syntax>http://dev.w3.org/csswg/css-syntax</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2003/WD-css3-syntax-20030813/ rel=previous>http://www.w3.org/TR/2003/WD-css3-syntax-20030813/</a>
1919
<dt>Feedback:</dt>
2020
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-syntax%5D%20feedback">www-style@w3.org</a>
@@ -2829,7 +2829,7 @@ <h2 class="heading settled heading" data-level=9 id=serialization><span class=se
28292829
followed by its contents
28302830
followed by "*/".
28312831

2832-
<p> If the implementation does not preserve comments,
2832+
<p> Unless the implementation has a preserved comment at that position,
28332833
it must insert the text "/**/" between the serialization of adjacent tokens
28342834
when the two tokens are of the following pairs:
28352835

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2717,7 +2717,7 @@ <h2 id="serialization">
27172717
followed by its contents
27182718
followed by "*/".
27192719

2720-
If the implementation does not preserve comments,
2720+
Unless the implementation has a preserved comment at that position,
27212721
it must insert the text "/**/" between the serialization of adjacent tokens
27222722
when the two tokens are of the following pairs:
27232723

0 commit comments

Comments
 (0)