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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 15 17:53:34 PDT 2023


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

--- Comment #4 from Tim Nguyen (:ntim) <ntim at apple.com> ---
I think all browsers display it gray, or some variation. Blink & WebKit display it at rgb(154,154,154) which is close to gray (rgb(128,128,128)).

The only difference is that the spec suggests to use `border-color: currentColor` and then set the `color` to the actual color (which is nicer, since you can tweak the color the HR using the color property as well).

-- 
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/20230516/70f87360/attachment.htm>


More information about the webkit-unassigned mailing list