[Webkit-unassigned] [Bug 195016] WebKit has special UA stylesheet rule to give tables `border-color:grey`, which doesn't quite match spec & may be historical cruft

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 28 16:22:38 PDT 2022


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |WPTImpact
                 CC|                            |karlcow at apple.com

--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
These are causing us to fail:

Standard Mode:
https://wpt.fyi/results/html/rendering/non-replaced-elements/tables/table-border-3s.html?label=experimental&label=master&aligned

Quirk Mode:
https://wpt.fyi/results/html/rendering/non-replaced-elements/tables/table-border-3q.html?label=experimental&label=master&aligned

_____

We need to get rid of this:

https://github.com/WebKit/WebKit/blob/main/Source/WebCore/css/html.css#L235

I think from Comment 0, it seems that Webkit does not have any special quirk mode and I cannot find anything here as well:

https://github.com/WebKit/WebKit/blob/main/Source/WebCore/css/quirks.css

____

I am happy to do PR and change it to "currentColor". Although, I will wait for Karl to land his "hr" fix to html.css because it will lead to conflict for him otherwise. If it is something, we should avoid right now, happy to get broader view from others as well (for my learning).

-- 
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/20221028/1607aed4/attachment-0001.htm>


More information about the webkit-unassigned mailing list