Closed
Bug 9875
Opened 25 years ago
Closed 25 years ago
CSSRule.style implemented incorrectly
Categories
(Core :: DOM: CSS Object Model, defect, P2)
Tracking
()
VERIFIED
WONTFIX
M13
People
(Reporter: doyle.davidson, Assigned: vidur)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
According to the DOM-2 draft (1999/03/04), the CSSRule "style" member should be
a CSSStyleDeclaration. In M7, it is a "CSS2Properties" object. See attached
HTML example.
Reporter | ||
Comment 1•25 years ago
|
||
Target Milestone: M15
Not for beta -- CSS2/DOM2 support is secondary to lots of other issues.
HTML DOM bugs are M11/P2 for Vidur.
Updated•25 years ago
|
Target Milestone: M11 → M13
Comment 4•25 years ago
|
||
Moving to M13.
Per Vidur: there's no guarantee that the JavaScript class name matches the DOM
interface name, and it shouldn't matter as long as you can access the interfaces
methods and attributes from the object
Updated•24 years ago
|
Component: DOM Level 2 → DOM Style
Comment 6•24 years ago
|
||
Taking QA Contact on all open or unverified DOM Style bugs...
QA Contact: vidur → ian
You need to log in
before you can comment on or make changes to this bug.
Description
•