WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug