Skip to content

Commit 1d4cf38

Browse files
committed
[dbaron revision history] Deal with a few issues. (date: 2003/07/16 23:11:16)
1 parent 3e69f7c commit 1d4cf38

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css3-syntax/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,12 @@ <h2>CSS style sheet representation</h2>
147147
should not be considered, for purposes of applying the grammar below, as
148148
a part of the style sheet. For a good introduction to character sets and
149149
character encodings, please consult the HTML 4.0 specification
150-
([[!HTML40]], chapter 5), See also the XML 1.0 specification ([[XML10]],
151-
sections 2.2 and 4.3.3, and <span class="issue">[where is the property
152-
index going to be?]</span>.
150+
([[HTML40]], chapter 5). See also the XML 1.0 specification ([[XML10]],
151+
sections 2.2 and 4.3.3).</p>
153152

154153
<p>When a style sheet is embedded in another document, such as in the
155154
STYLE element or "style" attribute of HTML, the style sheet shares the
156-
character encoding of the whole document.
155+
character encoding of the whole document.</p>
157156

158157
<p>When a style sheet resides in a separate file, user agents must
159158
observe the following <span class="index-inst" title="character
@@ -912,8 +911,9 @@ <h2 id="error-handling">Rules for handling parsing errors or unsupported feature
912911
more of the other rules as well.</p>
913912

914913
<p class="issue">[A general comment on how to handle negative numbers
915-
when disallowed might be useful. Is it handled by truncation or is it a
916-
parser error?]</p>
914+
when disallowed might be useful. It should probably be a parsing error.
915+
We might want to add additional grammar productions for potentially
916+
negative numbers.]</p>
917917

918918
<LI><strong>Invalid at-keywords.</strong> User agents must <span
919919
class="index-inst" title="ignore"><a href="#ignore">ignore</a></span> an

0 commit comments

Comments
 (0)