[Webkit-unassigned] [Bug 252541] New: Computed display of form inside should be display:none

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 18 17:18:27 PST 2023


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

            Bug ID: 252541
           Summary: Computed display of form inside should be display:none
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tables
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: ntim at apple.com, rniwa at webkit.org,
                    simon.fraser at apple.com, zalan at apple.com

Hi Team,

While going through HTML Standard, I noticed this peculiar UA stylesheet rule:

:is(table, thead, tbody, tfoot, tr) > form { display: none !important; }

in - https://html.spec.whatwg.org/multipage/rendering.html#tables-2

and adding this will lead to fix 10 WPT tests:

http://wpt.live/html/rendering/non-replaced-elements/tables/form-in-tables.html

I have tested this locally as well.

Just wanted to get input whether if anything else is required or I can do this change?

Thanks!

-- 
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/20230219/2ca1cd9c/attachment-0001.htm>


More information about the webkit-unassigned mailing list