[webkit-changes] [WebKit/WebKit] 629d6a: HTMLDocument::isCaseSensitiveAttribute() misses di...

Anne van Kesteren noreply at github.com
Mon Dec 18 08:50:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 629d6a1da6c465da365f378d4c741305476467b5
      https://github.com/WebKit/WebKit/commit/629d6a1da6c465da365f378d4c741305476467b5
  Author: Anne van Kesteren <annevk at annevk.nl>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    A LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/case-sensitivity/values.window-expected.txt
    A LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/case-sensitivity/values.window.html
    A LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/case-sensitivity/values.window.js
    A LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/case-sensitivity/w3c-import.log
    M Source/WebCore/html/HTMLDocument.cpp

  Log Message:
  -----------
  HTMLDocument::isCaseSensitiveAttribute() misses direction attribute
https://bugs.webkit.org/show_bug.cgi?id=265719
rdar://119432066

Reviewed by Tim Nguyen.

Add the missing attribute. New tests are upstreamed here:
https://github.com/web-platform-tests/wpt/pull/43709

* LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/case-sensitivity/values.window-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/case-sensitivity/values.window.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/case-sensitivity/values.window.js: Added.
(forEach.attributeName.forEach):
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/selectors/case-sensitivity/w3c-import.log: Added.
* Source/WebCore/html/HTMLDocument.cpp:
(WebCore::HTMLDocument::isCaseSensitiveAttribute):

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




More information about the webkit-changes mailing list