Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d7f31b3e792f662361dff46b5c9d9d12c36f6ee5
https://github.com/WebKit/WebKit/commit/d7f31b3e792f662361dff46b5c9d9d12c36f6ee5
Author: Dana Estra <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M Source/WebCore/html/track/VTTRegion.cpp
Log Message:
-----------
WebVTT region element's ID attribute should match the region ID
https://bugs.webkit.org/show_bug.cgi?id=300916
rdar://162798355
Reviewed by Jer Noble.
In a .vtt file, every region must be given a unique id. We should give the
region element
An id attribute equivalent to this id. This should make it possible in the
future to implement
The ::cue-region(#id) pseudo-element.
* Source/WebCore/html/track/VTTRegion.cpp:
(WebCore::VTTRegion::prepareRegionDisplayTree):
Canonical link: https://commits.webkit.org/302040@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications