w3c / ttml1

Timed Text Markup Language 1 (TTML1)
http://w3c.github.io/ttml1/
Other
13 stars 12 forks source link

Misuse of span in sentences #335

Closed cconcolato closed 6 years ago

cconcolato commented 6 years ago

A small error was introduced in #318. In 10.4, the current text says:

The implicit duration of an anonymous span, a set element, or a span element whose children are exclusively text nodes, is defined as follows: if the span's parent time container is a parallel time container, then the implicit duration is equivalent to the indefinite duration value as defined by [SMIL 2.1]; if the span's parent time container is a sequential time container, then the implicit duration is equivalent to zero.

This is wrong as this applies to <set> elements. I propose to remove "span's" (twice).

palemieux commented 6 years ago

Good catch.

nigelmegitt commented 6 years ago

Hah, I spotted this and commented on it at https://github.com/w3c/ttml2/pull/603#discussion_r165139751 before I realised you'd opened this issue @cconcolato ! (I'm playing catch-up...) I agree with the proposal.