Error in definition of 'WebVTT file using only nested cues'?

The January 3rd, 2013 version of the spec says:

A WebVTT file <http://dev.w3.org/html5/webvtt/#webvtt-file> whose cues all
have an end time offset x greater than or equal to the end time offsets of
all the cues whose start time offsets are less than x is said to be a
WebVTT file using only nested cues.

An example of such a file is then given, starting as follows:

WEBVTT

00:00.000 --> 01:24.000
Introduction

00:00.000 --> 00:44.000
Topics


If you look at the second cue (x = 00:44.000), then the first cue is a cue
whose start time is less than x (it's 00:00.000), however x is not greater
than or equal to the end time offset of the first cue (which is 01:24.000).

I ran this through a few times in my head before writing this email, and I
still think that the definition is wrong, but please correct me if I'm
just being an idiot!

Thanks,
Lawrence

Received on Wednesday, 16 January 2013 17:29:14 UTC