Closed
Bug 1993
Opened 26 years ago
Closed 26 years ago
Multiple keywords are not accepted for the class attribute.
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Tracking
()
People
(Reporter: ian, Assigned: peterl-retired)
References
()
Details
The class attribute should be able to take multiple, space separated values.
Like this:
<CODE style="correct css"></CODE>
Then, a stylesheet can apply styles to all the classes listed, like this:
.css { font-style: italic; }
.correct { color: green; }
.wrong { color: red; }
I *highly* recommend that NGLayout support this soon as the
Web Standards Project (http://www.webstandards.org/) is about to release
a document that makes heavy use of this. The document includes
many CSS tests, and it would reflect badly on NGLayout if it did not
display the tests correctly merely because of this minor problem.
The quoted uri is a ready made test page for this feature.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 1•26 years ago
|
||
And it's fixed anyway. It's getting checked in this afternoon.
*** This bug has been marked as a duplicate of 701 ***
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Works fine. Great.
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 3•26 years ago
|
||
Page moved, updating uri.
You need to log in
before you can comment on or make changes to this bug.
Description
•