- From: Simon Pieters via GitHub <noreply@w3.org>
- Date: Fri, 13 Mar 2026 12:17:33 +0000
- To: public-texttracks@w3.org
zcorpan has just created a new issue for https://github.com/w3c/webvtt:
== WebVTT cue setting syntax incorrectly says colon and value are optional ==
https://github.com/w3c/webvtt/commit/b82c0c5cce22d3bc7ae80087e2add3d6165b3564 introduced superfluous and incorrect syntax rule for cue settings
```
<ol>
<li>A <a title="WebVTT cue setting name">WebVTT cue setting name</a>.</li>
<li>An optional U+003A COLON (colon) character.</li>
<li>An optional <a title="WebVTT cue setting value">WebVTT cue setting value</a>.</li>
</ol>
```
Each individual cue setting defines its own syntax, where the colon and value are both required for all defined cue settings.
Either this text should be removed, or fixed to remove the word "optional" for both the colon and the value.
Please view or discuss this issue at https://github.com/w3c/webvtt/issues/541 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 13 March 2026 12:17:34 UTC