Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 24feebda7c8a93ad410c32f9468b802020043f34
      
https://github.com/WebKit/WebKit/commit/24feebda7c8a93ad410c32f9468b802020043f34
  Author: Luke Warlow <[email protected]>
  Date:   2026-05-14 (Thu, 14 May 2026)

  Changed paths:
    M Source/WebCore/CMakeLists.txt
    M Source/WebCore/DerivedSources-input.xcfilelist
    M Source/WebCore/DerivedSources-output.xcfilelist
    M Source/WebCore/DerivedSources.make
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/html/HTMLAnchorElement.idl
    M Source/WebCore/html/HTMLAreaElement.idl
    M Source/WebCore/html/HTMLHyperlinkElementUtils.idl
    A Source/WebCore/html/HyperlinkElementUtils.idl

  Log Message:
  -----------
  Introduce HyperlinkElementUtils IDL mixin
https://bugs.webkit.org/show_bug.cgi?id=314727

Reviewed by Anne van Kesteren.

Adds the HyperlinkElementUtils mixin and move most members from 
HTMLHyperlinkElementUtils into it.
Also move target from HTMLAnchorElement and HTMLAreaElement into 
HTMLHyperlinkElementUtils per recent spec change.

This patch does NOT include the new mixin in SVGAElement.

No behaviour changes so no test expectations have changed.

* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources-output.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/html/HTMLAnchorElement.idl:
* Source/WebCore/html/HTMLAreaElement.idl:
* Source/WebCore/html/HTMLHyperlinkElementUtils.idl:
* Source/WebCore/html/HyperlinkElementUtils.idl: Copied from 
Source/WebCore/html/HTMLHyperlinkElementUtils.idl.

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



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

Reply via email to