[Webkit-unassigned] [Bug 23278] New: Implement document.createStyleSheet()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 12 15:27:35 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23278
Summary: Implement document.createStyleSheet()
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ml at graougraou.com
Currently, WebKit already supports the creation of a CSSStyleSheet by calling
document.implementation.createCSSStyleSheet(), which is the DOM standard way to
do it. However, once a CSSStyleSheet is created, there is no way to associate
it with a document. StyleSheetList is read-only, and the create CSSStyleSheet
has no .href that could be used to insert a <link> or @import rule in the
document.
Internet Explorer has an extension that would solve this, with the
document.createStyleSheet() method
http://msdn.microsoft.com/en-us/library/ms531194(VS.85).aspx
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list