NEW 12281
CSS style sharing system should work with inline style declarations
https://bugs.webkit.org/show_bug.cgi?id=12281
Summary CSS style sharing system should work with inline style declarations
Eric Seidel (no email)
Reported 2007-01-15 06:52:00 PST
CSS style sharing system should work with inline style declarations Currently in bool CSSStyleSelector::canShareStyleWithElement(Node* n) there is an explicit check for !s->inlineStyleDecl() This makes style sharing much less useful for SVG, since sooo much of SVG uses style="" for setting styles on elements. Ugly, I know, but SVGs are generally created by editors, and editors often just spit out style tags.
Attachments
Dave Hyatt
Comment 1 2007-01-15 14:38:02 PST
This is very hard to do, since the CSSStyleDeclaration exposed by inline style is accessible from JS.
Note You need to log in before you can comment on or make changes to this bug.