[webkit-changes] [WebKit/WebKit] 1d7ae3: Add `-webkit-` prefix for text-decoration in UA st...
Commit Queue
noreply at github.com
Mon Sep 9 16:20:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1d7ae3d9446e4a64ead21befb5e8b9e62402cca4
https://github.com/WebKit/WebKit/commit/1d7ae3d9446e4a64ead21befb5e8b9e62402cca4
Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M LayoutTests/fast/html/abbr-acronym-rendering-expected.html
M Source/WebCore/css/html.css
Log Message:
-----------
Add `-webkit-` prefix for text-decoration in UA stylesheet for <abbr> and <acronym> with title
https://bugs.webkit.org/show_bug.cgi?id=277889
rdar://problem/133580462
Reviewed by Tim Nguyen.
This patch fixes bug, which I tried to fix in 254710 at main but it seems
that it never worked due to our 'text-decoration' implementation issue
as covered by bug 230083.
This adds `-webkit-` to UA styles to make it work for "abbr" and "acronym"
with title in meanwhile.
* Source/WebCore/css/html.css:
(abbr[title], acronym[title]):
* LayoutTests/fast/html/abbr-acronym-rendering-expected.html: Rebaselined
Canonical link: https://commits.webkit.org/283368@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list