Closed
Bug 1812
Opened 26 years ago
Closed 26 years ago
CSS // should *not* be treated as comments
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: peterl-retired)
Details
Two slashes (//) should not start a 1-line comment in CSS. This is a spec
conformance issue. See section 7.1 of the CSS1 spec (along with 1.7). The
equivalent sections in CSS2 are 4.2 and 4.1.9.
ua.css should be changed to use /* and */
Reporter | ||
Comment 1•26 years ago
|
||
troy said he changed ua.css today. Now all that remains is to stop supporting
these non-comments. They could be part of selectors someday...
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
QA Contact: 4110
Comment 2•26 years ago
|
||
setting chrisd as QA contact
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•26 years ago
|
||
Verifying this as fixed based on test nineteenb in
http://www.w3.org/Style/CSS/Test/current/sec71.htm
You need to log in
before you can comment on or make changes to this bug.
Description
•