[webkit-changes] [WebKit/WebKit] 93d700: Sync and add missing 'readonly' in [Audio|Video|Te...

Ahmad Saleem noreply at github.com
Thu Sep 28 06:38:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 93d70016b8882ffa3490fa3117ea60eb6f5ce8b3
      https://github.com/WebKit/WebKit/commit/93d70016b8882ffa3490fa3117ea60eb6f5ce8b3
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2023-09-28 (Thu, 28 Sep 2023)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https_exclude=(Document_Window_HTML._)-expected.txt
    M LayoutTests/media/media-source/only-bcp47-language-tags-accepted-as-valid-expected.txt
    M LayoutTests/media/media-source/only-bcp47-language-tags-accepted-as-valid.html
    M LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/dom/idlharness.https_exclude=(Document_Window_HTML._)-expected.txt
    M Source/WebCore/html/track/AudioTrack.idl
    M Source/WebCore/html/track/TextTrack.idl
    M Source/WebCore/html/track/VideoTrack.idl

  Log Message:
  -----------
  Sync and add missing 'readonly' in [Audio|Video|Text]Track.idl as per web specification

https://bugs.webkit.org/show_bug.cgi?id=262060

Reviewed by Chris Dumez and Eric Carlson.

This PR adds missing `readonly` for 'kind' and 'language' as
required by web specification [1], [2], [3], it was missed
unintentionally.

[1] https://html.spec.whatwg.org/#texttrack
[2] https://html.spec.whatwg.org/#audiotrack
[3] https://html.spec.whatwg.org/#videotrack

* Source/WebCore/html/track/TextTrack.idl:
* Source/WebCore/html/track/VideoTrack.idl:
* Source/WebCore/html/track/AudioTrack.idl:
* LayoutTests/imported/w3c/web-platform-tests/html/dom/idlharness.https_exclude=(Document_Window_HTML._)-expected.txt: Rebaselined
* LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/dom/idlharness.https_exclude=(Document_Window_HTML._)-expected.txt: Rebaselined
* LayoutTests/media/media-source/only-bcp47-language-tags-accepted-as-valid.html: Rebaselined
* LayoutTests/media/media-source/only-bcp47-language-tags-accepted-as-valid-expected.txt: Rebaselined

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




More information about the webkit-changes mailing list