Skip to content

Commit

Permalink
Reformatted index.bs
Browse files Browse the repository at this point in the history
Reformatted index.bs & regenerated index.html
  • Loading branch information
rjksmith committed Apr 15, 2021
1 parent ab26278 commit 0ae61d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5694,7 +5694,8 @@ interface VTTCue : TextTrackCue {
interpreted as a time in seconds.</p></li>

<li><p>Let |cue|'s <a>text track cue end time</a> be the value of the |endTime| argument,
interpreted as a time in seconds or positive Infinity for an <a>unbounded text track cue</a>.</p></li>
interpreted as a time in seconds or positive Infinity for an <a>unbounded text track
cue</a>.</p></li>

<li><p>Let |cue|'s <a>cue text</a> be the value of the |text| argument, and let the <a>rules for
extracting the chapter title</a> be the <a>WebVTT rules for extracting the chapter
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4684,7 +4684,8 @@ <h3 class="heading settled algorithm" data-algorithm="The VTTCue interface" data
interpreted as a time in seconds.</p>
<li>
<p>Let <var>cue</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/embedded-content.html#text-track-cue-end-time" id="ref-for-text-track-cue-end-time②">text track cue end time</a> be the value of the <var>endTime</var> argument,
interpreted as a time in seconds or positive Infinity for an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/embedded-content.html#unbounded-text-track-cue" id="ref-for-unbounded-text-track-cue">unbounded text track cue</a>.</p>
interpreted as a time in seconds or positive Infinity for an <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/embedded-content.html#unbounded-text-track-cue" id="ref-for-unbounded-text-track-cue">unbounded text track
cue</a>.</p>
<li>
<p>Let <var>cue</var>’s <a data-link-type="dfn" href="#cue-text" id="ref-for-cue-text①⑥">cue text</a> be the value of the <var>text</var> argument, and let the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/embedded-content.html#rules-for-extracting-the-chapter-title" id="ref-for-rules-for-extracting-the-chapter-title">rules for
extracting the chapter title</a> be the <a data-link-type="dfn" href="#webvtt-rules-for-extracting-the-chapter-title" id="ref-for-webvtt-rules-for-extracting-the-chapter-title">WebVTT rules for extracting the chapter
Expand Down

0 comments on commit 0ae61d6

Please sign in to comment.