File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
836837sheet. 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
You can’t perform that action at this time.
0 commit comments