[Webkit-unassigned] [Bug 23043] New: Internal css for unused features should not be included

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 30 14:13:02 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=23043

           Summary: Internal css for unused features should not be included
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com


CSS for the optional WML, SGV and VIDEO features is in static data even when
the feature is not enabled. The WML and SVG data isn't parsed and rules aren't
added if the feature is not enabled, but the media controller css is in
html4.css so it is always parsed and added. 

Media controls css should be split into a separate file and only parsed and
added when the feature is enabled. Data for WML, SGV and VIDEO should not be
included in UserAgentStyleSheetsData.cpp unless the feature is enabled.


-- 
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