RESOLVED FIXED 260766
Use 'ScrollSetting' enum in 'VTTRegion.idl' align with IDL Spec
https://bugs.webkit.org/show_bug.cgi?id=260766
Summary Use 'ScrollSetting' enum in 'VTTRegion.idl' align with IDL Spec
Ahmad Saleem
Reported 2023-08-25 23:49:52 PDT
SSIA As per Web-Spec: https://www.w3.org/TR/webvtt1/#the-vttregion-interface In Web-Spec, we have: enum ScrollSetting { "" /* none */, "up" }; and then have changed below as well: attribute [AtomString] DOMString scroll; <- this to: attribute ScrollSetting scroll; _ Just raising, so we can fix it. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-01 23:50:14 PDT
Anne van Kesteren
Comment 2 2023-09-09 09:39:04 PDT
EWS
Comment 3 2023-09-10 06:06:34 PDT
Committed 267842@main (48210b2e0db4): <https://commits.webkit.org/267842@main> Reviewed commits have been landed. Closing PR #17626 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.