[Webkit-unassigned] [Bug 179237] Automatic linebreaking of WebVTT subtitles is not supported
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 25 09:20:50 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=179237
--- Comment #3 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
We still have this code but in different shape here:
https://searchfox.org/wubkat/source/Source/WebCore/html/track/VTTCue.cpp#261
if (!cue->snapToLines()) {
setInlineStyleProperty(CSSPropertyWhiteSpaceCollapse, CSSValuePreserve);
setInlineStyleProperty(CSSPropertyTextWrapMode, CSSValueNowrap);
}
--
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/20231025/4d61fb3c/attachment.htm>
More information about the webkit-unassigned
mailing list