← Back to release summary

-webkit-appearance:none for METER element

Category
Miscellaneous
Type
New or changed feature
Status
Enabled by default (Chrome 52)
Intent stage
None

Summary

Web authors had no way to completely disable UA rendering of METER element, and were unable to render them with pure CSS. This feature is to implement the standard appearance:none behavior for METER element as -webkit-appearance:none. -webkit-appearance:none removes UA rendring at all, and renders the content of <meter> element.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/CSS/appearance

Samples: http://www.am530.de/lab/html5/meter.php

View on chromestatus.com