401
edits
(missed a style element) |
(started some edits to adapt to actual spec of WebSRT) |
||
| Line 33: | Line 33: | ||
<pre> | <pre> | ||
; not sure how to specify that this is in en-US | ; not sure how to specify that this is in en-US | ||
; not sure how to specify that these are subtitles | ; not sure how to specify that these are subtitles semantically | ||
; not sure how to specify that this is pure text only | |||
1 | 1 | ||
| Line 74: | Line 75: | ||
* You cannot specify the default language in WebSRT. | * You cannot specify the default language in WebSRT. | ||
* You cannot specify the type of time-aligned text in WebSRT. | * You cannot specify the type of time-aligned text in WebSRT. | ||
* You cannot specify the type of cue text in WebSRT. | |||
| Line 129: | Line 131: | ||
<pre> | <pre> | ||
; not sure how to specify that this is in de-DE | ; not sure how to specify that this is in de-DE | ||
; not sure how to specify that these are subtitles | ; not sure how to specify that these are subtitles semantically | ||
; not sure how to | ; not sure how to specify that basic markup is used in cues | ||
1 | 1 | ||
| Line 153: | Line 155: | ||
Vollkommen sicher. | Vollkommen sicher. | ||
</pre> | </pre> | ||
A CSS file would accompany this WebSRT file to provide for the background color: | |||
::cue {background: rgba(0,0,0,0.5);} | |||
edits