[webkit-changes] [WebKit/WebKit] 543702: Align "UA" stylesheet for "abbr" and "acronym" wit...
Ahmad Saleem
noreply at github.com
Tue Sep 20 21:30:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 543702eba9948fbaf1c8c032661e14e69560be9d
https://github.com/WebKit/WebKit/commit/543702eba9948fbaf1c8c032661e14e69560be9d
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
A LayoutTests/fast/html/abbr-acronym-rendering-expected.html
A LayoutTests/fast/html/abbr-acronym-rendering.html
M Source/WebCore/css/html.css
Log Message:
-----------
Align "UA" stylesheet for "abbr" and "acronym" with HTML Spec
Align "UA" stylesheet for "abbr" and "acronym" with HTML Spec
https://bugs.webkit.org/show_bug.cgi?id=245441
Reviewed by Alan Bujtas.
This is to align "UA" stylesheet with HTML Specifications:
https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3
We were missing following styling for:
> abbr
> acronym
Merge for Test Case - https://chromium.googlesource.com/chromium/src.git/+/fb579cdb6aa334f44e57072a3c1fd803aa2cb082
* Source/WebCore/css/html.css: Add missing "abbr" and "acronym" styling in UA stylesheet
* LayoutTests/fast/html/abbr-acronym-rendering.html: Added Test Case from Chrome Patch
* LayoutTests/fast/html/abbr-acronym-rendering-expected.html: Added Test Case Expectations
Canonical link: https://commits.webkit.org/254710@main
More information about the webkit-changes
mailing list