[Webkit-unassigned] [Bug 260766] New: Use 'ScrollSetting' enum in 'VTTRegion.idl' align with IDL Spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 25 23:49:52 PDT 2023


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

            Bug ID: 260766
           Summary: Use 'ScrollSetting' enum in 'VTTRegion.idl' align with
                    IDL Spec
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230826/b1eac721/attachment.htm>


More information about the webkit-unassigned mailing list