[Webkit-unassigned] [Bug 245516] New: legend element does not compute flex as value for display property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 00:53:59 PDT 2022


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

            Bug ID: 245516
           Summary: legend element does not compute flex as value for
                    display property
           Product: WebKit
           Version: Safari 16
          Hardware: Mac (Intel)
                OS: macOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: carrots.profuse.0b at icloud.com

Overview

The legend element does compute `display: block;` when `display: flex;` is set.
The styles attributes seems to be set correctly (no errors or warnings), but the element's computed display style is still set to `block`.

Steps to reproduce

Set `display: flex;` to a legend element and open the inspector. The applied styles and computed styles does not match.

Actual result

The `display: flex;` attribute gets overwritten with `display: block`.

Expected result

The legend element should have `display: flex` applied.

Build Date & Hardware

I discovered this 2022-09-22 in Safari 16 on macOS 12.6.
I've tested in Safari 16 on macOS 12.6 and Safari on iOS 16.0 and `display: flex;` is ignored in both cases.

-- 
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/20220922/0cb790f3/attachment.htm>


More information about the webkit-unassigned mailing list