[Webkit-unassigned] [Bug 45106] New: It's extremely complicated to reset <meter> styles

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 2 04:46:34 PDT 2010


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

           Summary: It's extremely complicated to reset <meter> styles
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mail at thomasbachem.com


The recently introduced <meter> browser styles seem to be very difficult to reset/change.

Is it really necessary to reset every single pseudo selector? Example:

    meter { -webkit-appearance: none; }
    meter::-webkit-meter-horizontal-bar { -webkit-appearance: none; background: none; }
    meter::-webkit-meter-horizontal-optimum-value { -webkit-appearance: none; background: none; }
    meter::-webkit-meter-horizontal-suboptimal-value { -webkit-appearance: none; background: none; }
    meter::-webkit-meter-horizontal-even-less-good-value { -webkit-appearance: none; background: none; }
    meter::-webkit-meter-vertical-bar { -webkit-appearance: none; background: none; }
    meter::-webkit-meter-vertical-optimum-value { -webkit-appearance: none; background: none; }
    meter::-webkit-meter-vertical-suboptimal-value { -webkit-appearance: none; background: none; }
    meter::-webkit-meter-vertical-even-less-good-value { -webkit-appearance: none; background: none; }

This would account for a large overhead in typical CSS reset files.

Is there an easier way?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list