[Webkit-unassigned] [Bug 256528] New: Sync `hr` element UA stylesheet for missing 'color: gray'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 9 09:24:32 PDT 2023


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

            Bug ID: 256528
           Summary: Sync `hr` element UA stylesheet for missing 'color:
                    gray'
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

HI Team,

While looking into failing testcase on WPT, I noticed that Firefox is passing this test case:

WPT Link - https://wpt.fyi/results/html/rendering/non-replaced-elements/the-hr-element-0/hr.html?label=experimental&label=master&aligned

Color - !EQ("rgb(128, 128, 128)", "rgb(0, 0, 0)")

While looking at HTML Standard: https://html.spec.whatwg.org/#the-hr-element-2

I noticed that it has:

color: gray;

^ it is also present in 'Firefox' html.css file (UA stylesheet).

Adding this in local build and checking above testcase, we start to pass failing test case.

Just wanted to raise so we can fix this and if we have any reason to not do this then we can do so.

NOTE - we are doing opposite in this regard for <table> border to ask for removing 'color: gray' while asking to have it for 'hr' element.

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/20230509/6670fc79/attachment.htm>


More information about the webkit-unassigned mailing list