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!
<rdar://problem/114859668>
Pull request: https://github.com/WebKit/WebKit/pull/17626
Committed 267842@main (48210b2e0db4): <https://commits.webkit.org/267842@main> Reviewed commits have been landed. Closing PR #17626 and removing active labels.