Open
Bug 261291
Opened 21 years ago
Updated 3 years ago
could the Selector expected error list what it encountered (;)?
Categories
(Core :: CSS Parsing and Computation, enhancement, P5)
Tracking
()
NEW
People
(Reporter: timeless, Unassigned)
References
(
URL
)
Details
Error: Selector expected. Ruleset ignored due to bad selector.
Source File: data:text/html,<style>;a{}*{border: 1px solid red}</style>
Line: 1
Comment 1•21 years ago
|
||
This would be somewhat nontrivial, actually, since the code that realizes that
we don't have a selector and the code that sees the ';' are actually different
(the latter treats ';' just like it treats '{', while the former knows the
difference, for example).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P5
Assignee: dbaron → nobody
QA Contact: ian → style-system
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•