[webkit-changes] [WebKit/WebKit] 71bc53: Implement focus fixup rule

Ryosuke Niwa noreply at github.com
Thu Feb 9 09:46:58 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 71bc5343fd7bfd20cde526af2f9941b8ed980b6f
      https://github.com/WebKit/WebKit/commit/71bc5343fd7bfd20cde526af2f9941b8ed980b6f
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/css/css-contain/container-queries/layout-dependent-focus-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-display-none-001-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-within-display-none-001-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/inert/dynamic-inert-on-focused-element-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/shadow-dom/focus/focus-shadowhost-display-none-expected.txt
    M Source/WebCore/page/Page.cpp
    M Source/WebCore/page/Page.h

  Log Message:
  -----------
  Implement focus fixup rule
https://bugs.webkit.org/show_bug.cgi?id=237273

Reviewed by Tim Nguyen.

Implement step 15 of update the rendering between 14. servicing resize observers and 16. updating intersection observations:
https://github.com/whatwg/html/pull/8392

* LayoutTests/imported/w3c/web-platform-tests/css/css-contain/container-queries/layout-dependent-focus-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-display-none-001-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-within-display-none-001-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/inert/dynamic-inert-on-focused-element-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/shadow-dom/focus/focus-shadowhost-display-none-expected.txt:
* Source/WebCore/page/Page.cpp:
(WebCore::Page::updateRendering):
(WebCore::operator<<):
* Source/WebCore/page/Page.h:

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




More information about the webkit-changes mailing list