[Bug 14552] <track> support // and /* */ comments everywhere except in the signature line

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14552

--- Comment #10 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> 2011-10-26 09:44:23 UTC ---
> /* */ (and //) isn't really intended to be intra-cue or inter-cue, it's
> pre-processor-like and works as if it wasn't there at all. For example, this
> would work:
> 
> 00:01.000 --> /*00:02.000
> Foo
> 
> 00:02.000 --> */00:03.000
> Bar

This can already be done as:

00:01.000 --> <00:02.000
Foo

00:02.000 --> 00:03.000
Bar


Now, however, the --> is an end marker, so it won't work for multiple cues.

I agree that /* */ is a more powerful and future-proof way of commenting out
sections, including several cues.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 26 October 2011 09:44:25 UTC