Bug 261310 - VTTRegion::setScroll should ignore assignment of an invalid string instead of throwing SyntaxError
Summary: VTTRegion::setScroll should ignore assignment of an invalid string instead of...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-07 19:47 PDT by Kueno
Modified: 2023-09-09 05:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kueno 2023-09-07 19:47:41 PDT
The spec that VTTRegion::setScroll throws a SyntaxError in dead code has been removed at https://github.com/w3c/webvtt/pull/28, and now it should ignore assignment of an invalid string.

WebKit is failing the corresponding WPT: https://wpt.fyi/results/webvtt/api/VTTRegion/scroll.html?label=experimental&label=master&aligned&q=webvtt
Comment 1 Kueno 2023-09-07 19:50:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17567
Comment 2 EWS 2023-09-09 04:59:30 PDT
Committed 267828@main (8de0edf59961): <https://commits.webkit.org/267828@main>

Reviewed commits have been landed. Closing PR #17567 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-09-09 05:00:14 PDT
<rdar://problem/115215509>