Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: beaf8935202344cba601a2641ff0833e626e6bb4
      
https://github.com/WebKit/WebKit/commit/beaf8935202344cba601a2641ff0833e626e6bb4
  Author: Anne van Kesteren <[email protected]>
  Date:   2026-05-31 (Sun, 31 May 2026)

  Changed paths:
    A 
LayoutTests/imported/w3c/web-platform-tests/html-aam/aside-in-prefixed-article-expected.txt
    A 
LayoutTests/imported/w3c/web-platform-tests/html-aam/aside-in-prefixed-article.html
    M Source/WebCore/Headers.cmake
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/accessibility/AccessibilityNodeObject.cpp
    M Source/WebCore/accessibility/AccessibilityNodeObject.h
    A Source/WebCore/dom/LocalNameWithNamespace.h
    M Source/WebCore/page/ElementTargetingController.cpp

  Log Message:
  -----------
  Fix role computation and ElementTargetingController for elements with prefixes
https://bugs.webkit.org/show_bug.cgi?id=315941

Reviewed by Tyler Wilcock.

Introduce a wrapper class LocalNameWithNamespace for QualifiedName that
disregards the prefix for hashing and comparison purposes as the
identity of an element is established by its local name and namespace
alone.

As a start we adopt it in two places to address a bug. Long term it
could potentially replace QualifiedName with prefix becoming a rare
data concept.

Test: imported/w3c/web-platform-tests/html-aam/aside-in-prefixed-article.html
Canonical link: https://commits.webkit.org/314273@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to