Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8adbbacf241c8cd19dd73bdefbdb7a7e6b3045bd https://github.com/WebKit/WebKit/commit/8adbbacf241c8cd19dd73bdefbdb7a7e6b3045bd Author: Joshua Hoffman <josh_hoff...@apple.com> Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths: M Source/WebCore/Sources.txt M Source/WebCore/accessibility/AXObjectCache.cpp R Source/WebCore/accessibility/AccessibilityARIATable.cpp R Source/WebCore/accessibility/AccessibilityARIATable.h M Source/WebCore/accessibility/AccessibilityTable.cpp M Source/WebCore/accessibility/AccessibilityTable.h Log Message: ----------- AX: Merge AccessibilityARIATable into AccessibilityTable https://bugs.webkit.org/show_bug.cgi?id=296594 rdar://156952986 Reviewed by Tyler Wilcock. Merges all of the behavior from ARIA tables into AccessibilityTable. ARIA tables only had a few behavior differences from regular tables, so this change allows all of the logic to live in one spot with the addition of only one new member variable, m_isAriaTable. * Source/WebCore/Sources.txt: * Source/WebCore/accessibility/AXObjectCache.cpp: (WebCore::AXObjectCache::createObjectFromRenderer): (WebCore::AXObjectCache::createFromNode): * Source/WebCore/accessibility/AccessibilityARIATable.cpp: Removed. * Source/WebCore/accessibility/AccessibilityARIATable.h: Removed. * Source/WebCore/accessibility/AccessibilityTable.cpp: (WebCore::AccessibilityTable::AccessibilityTable): (WebCore::AccessibilityTable::create): (WebCore::AccessibilityTable::isMultiSelectable const): * Source/WebCore/accessibility/AccessibilityTable.h: (WebCore::AccessibilityTable::isAriaTable const): (WebCore::AccessibilityTable::computeIsTableExposableThroughAccessibility const): Canonical link: https://commits.webkit.org/297983@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes