Oops, removed left-over specs from previous commit.
--- a/webvtt/webvtt.html Mon Jul 08 13:28:38 2013 +1000
+++ b/webvtt/webvtt.html Mon Jul 08 13:30:00 2013 +1000
@@ -1575,14 +1575,6 @@
<section>
<h4>WebVTT file using only nested cues</h4>
- <p>A <a>WebVTT file</a> whose cues all have an end time offset
- <var title="">x</var> greater than or equal to the end time offsets
- of all the cues whose start time offsets are less than <var
- title="">x</var> is said to be a <dfn>WebVTT file using only nested
- cues</dfn>.</p>
-
-A WebVTT file which, given any two cues with start and end time offsets (x1, y1) and (x2, y2) respectively, has either (x1 <= x2 and y1 >= y2) or (x1 >= x2 and y1 <= y2), is said to be a WebVTT file using only nested cues.
-
<p>A <a>WebVTT file</a> whose cues all follow the following rules
is said to be a <dfn>WebVTT file using only nested cues</dfn>:</p>