[webkit-changes] [WebKit/WebKit] f02c25: Align "UA" stylesheet for hidden elements with HTM...

EWS noreply at github.com
Fri Sep 16 23:23:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f02c256038a1d59ba92944f41cb05f31a54dfd7d
      https://github.com/WebKit/WebKit/commit/f02c256038a1d59ba92944f41cb05f31a54dfd7d
  Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
    M LayoutTests/fast/borders/empty-outline-border-assert-expected.txt
    M LayoutTests/imported/blink/fast/forms/file/file-crash-by-runin-parent-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/the-innertext-and-outertext-properties/getter-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/hidden-elements-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/innerText/getter-expected.txt
    M LayoutTests/mathml/presentation/foreign-element-in-token-expected.txt
    M LayoutTests/platform/glib/tables/mozilla/bugs/adforce_imgis_com-expected.txt
    M LayoutTests/platform/gtk/tables/mozilla/bugs/bug4527-expected.png
    M LayoutTests/platform/gtk/tables/mozilla/bugs/bug4527-expected.txt
    M LayoutTests/platform/ios/tables/mozilla/bugs/adforce_imgis_com-expected.txt
    M LayoutTests/platform/ios/tables/mozilla/bugs/bug4527-expected.txt
    M LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/hidden-elements-expected.txt
    M LayoutTests/platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.txt
    M LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.png
    M LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt
    M LayoutTests/tables/mozilla/bugs/adforce_imgis_com-expected.txt
    M Source/WebCore/css/html.css

  Log Message:
  -----------
  Align "UA" stylesheet for hidden elements with HTML Spec and consolidate "display: none"

Align "UA" stylesheet for hidden elements with HTML Spec and consolidate "display: none"

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

Reviewed by Ryosuke Niwa.

This patch is to consolidate all "display: none" use cases and also add remaining 'hidden elements' aligned with web-specifications.

https://html.spec.whatwg.org/#hidden-elements

* Source/WebCore/css/html.css: Update 'UA' stylesheet to add remaining elements and consolidate all 'display: none' at same place
* LayoutTests/fast/borders/empty-outline-border-assert-expected.txt: Updated Expectations
* LayoutTests/imported/blink/fast/forms/file/file-crash-by-ruin-parent-expected.txt: Updated Expectations
* LayoutTests/imported/w3c/web-platform-tests/html/dom/elements/the-innertext-and-outertext-properties/getter-expected.txt: Updated Expectations
* LayoutTests/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/hidden-elements-expected.txt: Updated Expectations
* LayoutTests/imported/w3c/web-platform-tests/innerText/getter-expected.txt: Updated Expectations
* LayoutTests/mathml/presentation/foreign-element-in-token-expected.txt: Updated Expectations
* LayoutTests/platform/glib/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Updated Expectations
* LayoutTests/platform/gtk/tables/mozilla/bugs/bug4527-expected.png: Updated Expectations
* LayoutTests/platform/gtk/tables/mozilla/bugs/bug4527-expected.txt: Updated Expectations
* LayoutTests/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Updated Expectations
* LayoutTests/platform/ios/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Updated Expectations
* LayoutTests/platform/ios//tables/mozilla/bugs/bug4527-expected.txt: Updated Expectations
* LayoutTests/platform/mac/tables/mozilla/bugs/adforce_imgis_com-expected.txt: Updated Expectations
* LayoutTests/platform/mac//tables/mozilla/bugs/bug4527-expected.txt: Updated Expectations
* LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.png: Updated Expectations
* LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/hidden-elements-expected.txt: Updated Expectations

Canonical link: https://commits.webkit.org/254584@main




More information about the webkit-changes mailing list