Closed
Bug 44024
Opened 25 years ago
Closed 25 years ago
cannot access stylesheet of style element
Categories
(Core :: DOM: CSS Object Model, defect, P2)
Core
DOM: CSS Object Model
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: marcell, Assigned: jst)
References
()
Details
(Whiteboard: [nsbeta2-][nsbeta3+][HAVE FIX])
Attachments
(3 files)
415 bytes,
text/html
|
Details | |
10.59 KB,
patch
|
Details | Diff | Splinter Review | |
416 bytes,
text/html
|
Details |
The method insertRule() should add a CSS rule (in this case, H1 { color: red })
but does not.
The problem, according ot jst's email, is that there is no way of accessing the
stylesheet from the STYLE element. In other words, what we don't implement is
http://www.w3.org/TR/DOM-Level-2/stylesheets.html#StyleSheets-LinkStyle .
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: DOM method insertRule() does not work → cannot access stylesheet of style element
Assignee | ||
Comment 3•25 years ago
|
||
Nominating for nsbeta2 & 3, we could probably live without this in beta2, but
IMO this must be fixed for beta3. Fixing this probably takes less than one hour
so it could be done for beta2...
Assignee | ||
Updated•25 years ago
|
Keywords: correctness
Assignee | ||
Comment 6•25 years ago
|
||
Assignee | ||
Comment 7•25 years ago
|
||
I have a fix for this (see attachment), review and checking pending...
Whiteboard: [nsbeta2-][nsbeta3+] → [nsbeta2-][nsbeta3+][HAVE FIX]
Assignee | ||
Comment 8•25 years ago
|
||
Assignee | ||
Comment 9•25 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•25 years ago
|
||
Verified on build 2000-08-24-06-M18 on Win98
Status: RESOLVED → VERIFIED
Updated•24 years ago
|
Component: DOM Level 2 → DOM Style
You need to log in
before you can comment on or make changes to this bug.
Description
•