[webkit-changes] [WebKit/WebKit] 35b22b: [Cocoa] Modern media controls should have accessib...

aestes noreply at github.com
Wed Oct 30 10:22:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 35b22b2be73b71b8dc5da677b8880696b9ce0dd2
      https://github.com/WebKit/WebKit/commit/35b22b2be73b71b8dc5da677b8880696b9ce0dd2
  Author: Andy Estes <aestes at apple.com>
  Date:   2024-10-30 (Wed, 30 Oct 2024)

  Changed paths:
    M Source/WebCore/Modules/modern-media-controls/controls/button.js
    M Source/WebCore/Modules/modern-media-controls/controls/metadata-container.js
    M Source/WebCore/Modules/modern-media-controls/controls/time-label.js

  Log Message:
  -----------
  [Cocoa] Modern media controls should have accessibility identifiers
https://bugs.webkit.org/show_bug.cgi?id=282022
rdar://138526033

Reviewed by Antoine Quint.

Assigned id attributes to buttons and labels in modern media controls that also have aria-labels.
In a future change, WebKit will use these attributes to assign accessibility identifiers to these
elements.

* Source/WebCore/Modules/modern-media-controls/controls/button.js:
(Button.prototype.set iconName):
* Source/WebCore/Modules/modern-media-controls/controls/metadata-container.js:
* Source/WebCore/Modules/modern-media-controls/controls/time-label.js:
(TimeLabel.prototype.switch):

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



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


More information about the webkit-changes mailing list