[Webkit-unassigned] [Bug 248182] New: Use block-size and inline-size for <meter> element native appearance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 10:40:49 PST 2022


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

            Bug ID: 248182
           Summary: Use block-size and inline-size for <meter> element
                    native appearance
           Product: WebKit
           Version: Safari 16
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dizhangg at chromium.org
                CC: cdumez at apple.com, wenson_hsieh at apple.com

For <meter> elements, we should use `block-size: 1em` instead of `height: 1em` and `inline-size: 5em` instead of `width: 5em`.
This change will not affect existing behavior for horizontal writing mode (the specced behavior) and help support vertical writing mode.

See spec PR: https://github.com/whatwg/html/pull/8536

WPT tests:
css/css-writing-modes/meter-appearance-native-computed-style.optional.html
css/css-writing-modes/meter-appearance-native-horizontal.optional.html
css/css-writing-modes/meter-appearance-native-vertical.optional.html

Related to bug 247754.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221121/3be30818/attachment.htm>


More information about the webkit-unassigned mailing list