Closed
Bug 850
Opened 26 years ago
Closed 26 years ago
CSS Universal Selector should be supported
Categories
(Core :: CSS Parsing and Computation, enhancement, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: peterl-retired)
References
()
Details
In a style system where style sheets can cascade, it is important to support the
CSS2 universal selector, "*", as described in the CSS2 spec at the URL above,
and with priority rules as defined at
http://www.w3.org/TR/REC-CSS2/cascade.html#specificity
This is needed in case a user style sheet defines, for example, a color or
background-color for B, EM, DT, or some other similar element. The page author,
to override this, would either need to define his color and background-color on
every single element, or use the universal selector. This is why it is so
important (but is only useful in the context of *cascading* style sheets.)
‰
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 1•26 years ago
|
||
I just changed the URL to a test case that I made,
http://www.fas.harvard.edu/~dbaron/csstest/univsel.html
which has a link to the old URL field, which was
http://www.w3.org/TR/REC-CSS2/selector.html#universal-selector‰
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified Fixt
2/3/99 build
Reporter | ||
Updated•21 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•