[Webkit-unassigned] [Bug 189767] New: [WebVTT] Update the parser according to the new region syntax.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 19 15:55:43 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189767
Bug ID: 189767
Summary: [WebVTT] Update the parser according to the new region
syntax.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pvollan at apple.com
The syntax of WebVTT region declarations has changed. The previous declaration style can be found in https://www.w3.org/2013/07/webvtt.html. The new style is defined in https://w3c.github.io/webvtt/.
Example of the new syntax:
REGION
id=region_floating_point_anchor
regionanchor=41.133%,20.42%
viewportanchor=32.33%,32.44%
This is how this would have been written using the old syntax:
Region: id=region_floating_point_anchor regionanchor=41.133%,20.42% viewportanchor=32.33%,32.44%
--
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/20180919/1bc8bd73/attachment.html>
More information about the webkit-unassigned
mailing list