Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the region nullification from the parser #88

Merged
merged 1 commit into from
Jun 9, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 0 additions & 15 deletions webvtt.html
Original file line number Diff line number Diff line change
Expand Up @@ -2707,21 +2707,6 @@ <h3>WebVTT cue timings and settings parsing</h3>
</dl>
</li>

<li>

<p>If <var>cue</var>'s <a>text track cue line position</a> is not <a>text track cue automatic line position</a>
or <var>cue</var>'s <a>text track cue size</a> is not 100 or <var>cue</var>'s <a>text track cue writing direction</a>
is not <a title="text track cue horizontal writing direction">horizontal</a>, let <var>cue</var>'s <a>text track cue
region</a> be null.</p>

<p class="note">This makes sure that no matter in which order the cue settings are provided, if
if the cue has a <a>text track cue line position</a> or a <a>text track cue size</a> setting or
is <a title="text track cue vertical growing left writing direction">text track cue vertical
growing left</a> or <a title="text track cue vertical growing right writing direction">growing
right writing direction</a>, the <a>text track cue region</a> will be ignored.</p>

</li>

</ol>

<p>When this specification says that a user agent is to
Expand Down