Skip to content

Commit c3b06f3

Browse files
committed
[css3-conditional] Clarify meaning of logical simplification.
Addresses http://lists.w3.org/Archives/Public/www-style/2013Feb/0237.html which is a followup to Issue 8 in the LC disposition of comments.
1 parent 25137c7 commit c3b06f3

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

css3-conditional/Overview.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Conditional Rules Module Level 3" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-02-07 name=dcterms.issued>
15+
<meta content=2013-02-08 name=dcterms.issued>
1616
<meta content="http://dev.w3.org/csswg/css3-conditional/"
1717
name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2013/ED-css3-conditional-20130207/"
19+
<meta content="http://www.w3.org/TR/2013/ED-css3-conditional-20130208/"
2020
name=dcterms.identifier>
2121
<link href="../default.css" rel=stylesheet type="text/css">
2222
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
@@ -33,14 +33,14 @@
3333

3434
<h1>CSS Conditional Rules Module Level 3</h1>
3535

36-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 February
36+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February
3737
2013</h2>
3838

3939
<dl>
4040
<dt>This version:
4141

42-
<dd><a href="http://www.w3.org/TR/2013/ED-css3-conditional-20130207/">
43-
http://www.w3.org/TR/2013/ED-css3-conditional-20130207/</a>
42+
<dd><a href="http://www.w3.org/TR/2013/ED-css3-conditional-20130208/">
43+
http://www.w3.org/TR/2013/ED-css3-conditional-20130208/</a>
4444

4545
<dt>Latest version:
4646

@@ -1248,7 +1248,8 @@ <h3 id=the-csssupportsrule-interface><span class=secno>7.5. </span> The <a
12481248
mechanism in this specification). In other words, token stream
12491249
simplifications are allowed (such as reducing whitespace to a single
12501250
space or omitting it in cases where it is known to be optional), but
1251-
logical simplifications are not allowed.
1251+
logical simplifications (such as removal of unneeded parentheses, or
1252+
simplification based on evaluating results) are not allowed.
12521253
</dl>
12531254
<!--
12541255
<h3 id="the-cssdocumentrule-interface">

css3-conditional/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,8 @@ <h3 id="the-csssupportsrule-interface">
10041004
token stream simplifications are allowed
10051005
(such as reducing whitespace to a single space
10061006
or omitting it in cases where it is known to be optional),
1007-
but logical simplifications are not allowed.
1007+
but logical simplifications (such as removal of unneeded parentheses,
1008+
or simplification based on evaluating results) are not allowed.
10081009

10091010
</dl>
10101011

0 commit comments

Comments
 (0)