Closed
Bug 38934
Opened 25 years ago
Closed 25 years ago
Class selector works only for the first class
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bernd.mielke, Assigned: clayton)
Details
(Keywords: testcase)
Attachments
(1 file)
|
305 bytes,
text/html
|
Details |
Build ID debug build from 20000510
The class selector honours only the first class for an in the style section. In
the attachment, the first line should be red and the second blue. This is at
least the case for NV4.6 and IE5.
Reproducible: Always
Steps to Reproduce:
1.Load the attachment
2 [details] [diff] [review].
3.
Actual Results: The second line remains black.
Expected Results: The second line should be blue
I tested it wirth a debug build from 20000510 under Win98.
| Reporter | ||
Comment 1•25 years ago
|
||
The problem here is that the stylesheet is invalid: there should not be ";"
after the rule (i.e., outside the braces). Changing component to Style System
and marking invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Component: HTML Element → Style System
Resolution: --- → INVALID
Comment 3•25 years ago
|
||
Source code problem not ours. Marking as verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•