Closed
Bug 8780
Opened 26 years ago
Closed 26 years ago
{css1} 'color' parsing too lenient
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ian, Assigned: peterl-retired)
References
()
Details
(Keywords: css1)
This broke out of 8191.
The following colours should be ignored when given in CSS, but are not:
#d
#dd
#dddd
#ddddd
#ddddddd
i.e., any color with 1, 2, 4, 5, 7, 8 or 9 digits. See the test case.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Updated•26 years ago
|
Resolution: FIXED → ---
Comment 1•26 years ago
|
||
Using 8/16 Apprunner and Viewer with the test case provided, the three rows are
not identical (tested in Nav Quirks and Standard mode). Given that this was
marked fixed over a month and a half ago, has something happened to make this
regress? Reopening bug - if not appropriate, please indicate.
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
This is working as designed. The three lines should only look the same in
standard mode (which you can't set via the DTD yet). In quirk mode they should
look the same as Nav (which they do).
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Unable to verify this as Standard mode is not available at present. I will mark
verified based on the fact that Peter has verified this works
in the code.
Reporter | ||
Updated•26 years ago
|
Blocks: 1312
Status: VERIFIED → REOPENED
Whiteboard: Cannot verify; awaiting DOCTYPE-based quirks mode
Reporter | ||
Comment 4•26 years ago
|
||
I am going to reopen this bug, then resolve it again, but NOT verify it. Instead
I will make it dependant on bug 1312, the Quirks-Mode-Based-On-DOCTYPE bug.
This is so that it doesn't dissapear off my radar (I would like to verify it
myself once the doctype-triggered quirks mode is done).
Reporter | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: Cannot verify; awaiting DOCTYPE-based quirks mode
Reporter | ||
Comment 5•26 years ago
|
||
Yup, it works fine in standard mode.
Reporter | ||
Comment 6•26 years ago
|
||
Migrating from {css1} to css1 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
You need to log in
before you can comment on or make changes to this bug.
Description
•