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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 11:26:20 PST 2022


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

            Bug ID: 247754
           Summary: Use block-size and inline-size for <progress> element
                    native appearance
           Product: WebKit
           Version: Safari 16
          Hardware: Unspecified
                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 <progress> elements, we should use `block-size: 1em` instead of `height: 1em` and `inline-size: 10em` instead of `width: 10em`.
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/8471

WPT tests:
css/css-writing-modes/progress-appearance-native-computed-style.optional.html
css/css-writing-modes/progress-appearance-native-horizontal.optional.html
css/css-writing-modes/progress-appearance-native-vertical.optional.html
css/css-writing-modes/progress-appearance-none-horizontal.optional.html
css/css-writing-modes/progress-appearance-none-vertical.optional.html
https://wpt.fyi/results/css/css-writing-modes?label=master&label=experimental&aligned&view=subtest&q=css%2Fcss-writing-modes%2Fprogress

-- 
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/20221110/5bf5fdb5/attachment-0001.htm>


More information about the webkit-unassigned mailing list