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)

x86
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 701

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.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
And it's fixed anyway. It's getting checked in this afternoon. *** This bug has been marked as a duplicate of 701 ***
Status: RESOLVED → VERIFIED
Works fine. Great.
Page moved, updating uri.
You need to log in before you can comment on or make changes to this bug.