[Webkit-unassigned] [Bug 12281] New: CSS style sharing system should work with inline style declarations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 15 06:52:00 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12281

           Summary: CSS style sharing system should work with inline style
                    declarations
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: macdome at opendarwin.org
                CC: hyatt at apple.com


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.


-- 
Configure bugmail: http://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