ISSUE-43: Content Hierarchy Region Mapping Example Code

Content Hierarchy Region Mapping

Content Hierarchy Region Mapping Example Code

State:
CLOSED
Product:
TTML 1.0 (Editorial)
Raised by:
Sean Hayes
Opened on:
2008-12-11
Description:
foreach E in POSTORDER-TRAVERSE ( R )
if CONTENT-ELEMENT? ( E ) and TEMPORALLY-ACTIVE? ( E )
if EMPTY? ( E ) or REGION-OF ( E ) != R and
then PRUNE ( E )

Doesn’t seem right. It doesn’t prune elements which are not temporally active.

Perhaps:

foreach E in POSTORDER-TRAVERSE ( R )
if not CONTENT-ELEMENT? ( E ) or not TEMPORALLY-ACTIVE? ( E )
then PRUNE ( E )
if EMPTY? ( E ) or REGION-OF ( E ) != R and
then PRUNE ( E )
Related Actions Items:
No related actions
Related emails:
  1. {agenda} TTWG Meeting 2016-03-10 (from nigel.megitt@bbc.co.uk on 2016-03-08)
  2. Agenda for TT telecon 9th April (from Sean.Hayes@microsoft.com on 2009-04-09)

Related notes:

http://lists.w3.org/Archives/Public/public-tt/2008Dec/0107.html

Philippe Le Hégaret, 11 Dec 2008, 13:27:15

resolved in TTAF1-DFXP 20090415 update

Glenn Adams, 16 Apr 2009, 02:55:11

Display change log ATOM feed


David Singer <singer@apple.com>, Nigel Megitt <nigel.megitt@bbc.co.uk>, Chairs, Thierry Michel <tmichel@w3.org>, Philippe Le Hégaret <plh@w3.org>, Atsushi Shimono <atsushi@w3.org>, Staff Contacts
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 43.html,v 1.1 2019/11/12 10:07:49 carcone Exp $