Closed
Bug 604175
Opened 14 years ago
Closed 14 years ago
ignoring of invalid at-keywords (@-keywords) should stop at end of containing block ({})
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: dbaron, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: css2)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
http://test.csswg.org/suites/css2.1/20100917/xhtml1/at-rule-013.xht fails because we haven't implemented the new rule in CSS 2.1 regarding ignoring of invalid at-keywords:
# User agents must ignore an invalid at-keyword together with everything
# following it, up to the end of the block that contains the invalid at-keyword,
# or up to and including the next semicolon (;), or up to and including the next
# block ({...}), whichever comes first.
We incorrectly continue past the end of the block that contains the invalid at-keyword.
Reporter | ||
Updated•14 years ago
|
Blocks: css2.1-tests
Comment 1•14 years ago
|
||
(citation)
The # quoted text above (User agents must ignore...) is from the list item that starts with "At-rules with unknown at-keywords." in section "4.2 Rules for handling parsing errors" in CSS 2.1: http://www.w3.org/Style/css2-updates/css2/syndata.html#parsing-errors
Reporter | ||
Comment 2•14 years ago
|
||
Attachment #506827 -
Flags: review?(bzbarsky)
Reporter | ||
Comment 3•14 years ago
|
||
oops, forgot to update patch description
Attachment #506827 -
Attachment is obsolete: true
Attachment #506828 -
Flags: review?(bzbarsky)
Attachment #506827 -
Flags: review?(bzbarsky)
Comment 4•14 years ago
|
||
Comment on attachment 506828 [details] [diff] [review]
patch
r=me
Attachment #506828 -
Flags: review?(bzbarsky) → review+
Updated•14 years ago
|
Reporter | ||
Comment 5•14 years ago
|
||
Whiteboard: fixed-in-birch
Reporter | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: fixed-in-birch
Target Milestone: --- → mozilla2.2
You need to log in
before you can comment on or make changes to this bug.
Description
•