Skip to content

Commit 18332c8

Browse files
committed
[dbaron revision history] Tweaks. (date: 2003/07/14 21:40:19)
1 parent 4ac7565 commit 18332c8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css3-syntax/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,8 @@ <h3 id="comments" class="index-def" title="comments">Comments</h3>
830830
<h2 id="error-handling">Rules for handling parsing errors or unsupported features</h2>
831831

832832
<p class="issue">Hopefully (assuming it can be formalized within the
833-
rules above) this section will not need so much detail.</p>
833+
rules above) this section will not need so much detail and can be folded
834+
into the previous section.</p>
834835

835836
<p>In some cases, user agents must ignore part of an illegal style
836837
sheet. This specification defines <span class="index-def"
@@ -2107,7 +2108,7 @@ <h3>Lexical scanner</h3>
21072108
"@media" {return MEDIA_SYM;}
21082109
"@font-face" {return FONT_FACE_SYM;}
21092110
"@charset" {return CHARSET_SYM;}
2110-
"@namespace" {return NAMESPACE_SYM;}
2111+
"@namespace" {return NAMESPACE_SYM;}
21112112

21122113
"!{w}important" {return IMPORTANT_SYM;}
21132114

0 commit comments

Comments
 (0)