Supporting vertical writing captions #9
Labels
domain:captions-renderer
domain:ttml-adapter
domain:webvtt-adapter
enhancement
New feature or request
🙏 help wanted
Extra attention is needed
The vertical-writing mode is not supported in the current situation, either in WEBVTT or the upcoming TTML Renderer. In order to support it, we should change the CaptionsRenderer in order to paint them.
Also, we should change the
RenderingModifiers
in order to support eventual writing modifiers.For what concerns WEBVTT, these are for sure the affected rows:
sub37/packages/webvtt-adapter/src/Parser/RenderingModifiers.ts
Lines 83 to 89 in 7974fc9
sub37/packages/webvtt-adapter/src/Parser/RenderingModifiers.ts
Lines 134 to 145 in 7974fc9
sub37/packages/webvtt-adapter/src/Parser/RenderingModifiers.ts
Lines 163 to 167 in 7974fc9
In order to support vertical writing, this resource might be considered valid. It contains W3C References for CSS, to which we might translate RenderingModifiers: https://w3c.github.io/i18n-drafts/articles/vertical-text/index.en
The text was updated successfully, but these errors were encountered: