ISSUE-3: metadata element and element content
metadata content model
metadata element and element content
- State:
 - CLOSED
 - Product:
 - TTML 1.0
 - Raised by:
 - Philippe Le Hégaret
 - Opened on:
 - 2008-12-03
 - Description:
 - Currently the specification allows elements to have zero to n metadata class children elements. And that the ttm: namespace elements not have to be nested within a <metadata> parent. It has been suggested that it would be cleaner syntactically (without changing the semantics), to restrict elements to at most one <metadata> child element (as <tt> is restricted to at most one head element), and that ttm: elements be nested within a <metadata> parent.
e.g. to require:
<body>
<metadata>
<dc:xxx> </dc:xxx>
<ms:yyy> </ms:yyy>
<ttm:title>example</ttm:title>
</metadata>
...
</body>
As opposed to (would become ill formed):
<body>
<metadata>
<dc:xxx> </dc:xxx>
</metadata>
<ttm:title>example</ttm:title>
<metadata>
<ms:yyy> </ms:yyy>
</metadata>
...
Should elements be restricted to a single <metadata> child? - Related Actions Items:
 - No related actions
 - Related emails:
 - Re: [minutes] teleconference 20090123 (from geoff_freed@wgbh.org on 2009-01-27)
 - [minutes] teleconference 20090123 (from plh@w3.org on 2009-01-26)
 
Related notes:
No objection from Geoff
Philippe Le Hégaret, 27 Jan 2009, 14:41:41Display change log