Skip to content

Commit 9aced28

Browse files
committed
Clarify that declaration block contents doesn't include declaration block delimiters
1 parent e5a1309 commit 9aced28

3 files changed

Lines changed: 18 additions & 9 deletions

File tree

css-style-attr/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
<h1>CSS Styling Attributes Level 1</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 2010</h2>
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 August 2010</h2>
1919

2020
<dl>
2121
<dt>This version:</dt>
22-
<!-- <dd><dd><a href="http://www.w3.org/TR/2010/WD-css-style-attr-20100823/">http://www.w3.org/TR/2010/WD-css-style-attr-20100823/</a></dd> -->
22+
<!-- <dd><dd><a href="http://www.w3.org/TR/2010/WD-css-style-attr-20100824/">http://www.w3.org/TR/2010/WD-css-style-attr-20100824/</a></dd> -->
2323

2424
<dd><a
2525
href="http://dev.w3.org/csswg/css-style-attr/">http://dev.w3.org/csswg/css-style-attr/</a>
@@ -236,8 +236,8 @@ <h2 id=syntax><span class=secno>3. </span>Syntax and Parsing</h2>
236236
<p>The value of the styling attribute must match the syntax of the contents
237237
of a CSS <a
238238
href="http://www.w3.org/TR/CSS21/syndata.html#rule-sets">declaration
239-
block</a>, whose formal grammar is given below in the terms and
240-
conventions of the <a
239+
block</a> (excluding the delimiting braces), whose formal grammar is given
240+
below in the terms and conventions of the <a
241241
href="http://www.w3.org/TR/CSS21/syndata.html#syntax">CSS core
242242
grammar</a>:
243243

css-style-attr/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ <h2 id="syntax">Syntax and Parsing</h2>
131131

132132
<p>The value of the styling attribute must match the syntax of the contents of
133133
a CSS <a href="http://www.w3.org/TR/CSS21/syndata.html#rule-sets">declaration
134-
block</a>, whose formal grammar is given below in the terms and conventions of the
134+
block</a> (excluding the delimiting braces), whose formal grammar is given
135+
below in the terms and conventions of the
135136
<a href="http://www.w3.org/TR/CSS21/syndata.html#syntax">CSS core grammar</a>:
136137

137138
<pre>

css-style-attr/issues-lc-2009.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,36 @@ From: SVGWG
2222
Comment: http://lists.w3.org/Archives/Public/www-style/2010Feb/0041.html #2
2323
Response: http://lists.w3.org/Archives/Public/www-style/2010Feb/0191.html
2424
Closed: Accepted
25-
Verified:
25+
Verified: http://lists.w3.org/Archives/Public/www-style/2010Aug/0469.html
2626
----
2727
Issue 4.
2828
Summary: Unclear that delimiting braces are excluded from style attribute syntax
2929
From: SVGWG
3030
Comment: http://lists.w3.org/Archives/Public/www-style/2010Feb/0041.html #4
3131
Response: http://lists.w3.org/Archives/Public/www-style/2010Feb/0191.html
3232
Closed: Rejected
33-
Verified:
33+
Verified: [F2F]
3434
----
3535
Issue 5.
3636
Summary: CSS2.1 parsing rules exclude CSS3 properties
3737
From: SVGWG
3838
Comment: http://lists.w3.org/Archives/Public/www-style/2010Feb/0041.html #6
3939
Response: http://lists.w3.org/Archives/Public/www-style/2010Feb/0191.html
4040
Closed: OutOfScope // CSS2.1
41-
Verified:
41+
Verified: http://lists.w3.org/Archives/Public/www-style/2010Aug/0469.html
4242
----
4343
Issue 6.
4444
Summary: CSS2.1 parsing rules exclude SVG properties
4545
From: SVGWG
4646
Comment: http://lists.w3.org/Archives/Public/www-style/2010Feb/0041.html #7
4747
Response: http://lists.w3.org/Archives/Public/www-style/2010Feb/0191.html
4848
Closed: Invalid // or OutOfScope -> CSS2.1?
49-
Verified:
49+
Verified: http://lists.w3.org/Archives/Public/www-style/2010Aug/0469.html
50+
----
51+
Issue 7.
52+
Summary: Allow scientific notation in CSS properties
53+
From: SVGWG
54+
Comment: http://lists.w3.org/Archives/Public/www-style/2010Aug/0469.html
55+
Response:
56+
Closed: OutOfScope
57+
-----

0 commit comments

Comments
 (0)