[ttml11] add region and timing attributes to br element (issue 253, 254)
authorGlenn Adams <glenn@skynav.com>
Wed, 10 Jul 2013 17:07:59 -0600
changeset 445 c9004589f2bf
parent 444 1636cf429c84
child 446 154023f3de1f
[ttml11] add region and timing attributes to br element (issue 253, 254)
ttml11/spec/rnc/schema.zip
ttml11/spec/rnc/ttml11-content.rnc
ttml11/spec/ttml-changes.html
ttml11/spec/ttml11.xml
ttml11/spec/xsd/schema.zip
ttml11/spec/xsd/ttml11-content.xsd
Binary file ttml11/spec/rnc/schema.zip has changed
--- a/ttml11/spec/rnc/ttml11-content.rnc	Wed Jul 10 16:58:44 2013 -0600
+++ b/ttml11/spec/rnc/ttml11-content.rnc	Wed Jul 10 17:07:59 2013 -0600
@@ -94,7 +94,9 @@
 TTAF.br.attlist &=
   TTAF.Core.attrib.class,
   TTAF.Metadata.attrib.class,
-  TTAF.Styled.attrib.class
+  TTAF.RegionBinding.attrib.class,
+  TTAF.Styled.attrib.class,
+  TTAF.Timed.attrib.class
 
 TTAF.br.content.extra = empty
 TTAF.br.content =
--- a/ttml11/spec/ttml-changes.html	Wed Jul 10 16:58:44 2013 -0600
+++ b/ttml11/spec/ttml-changes.html	Wed Jul 10 17:07:59 2013 -0600
@@ -39,7 +39,9 @@
   including normative processing semantics.
 * In 6.1.5, add 'prohibited' value to 'value' attribute of ttp:extension element,
   including normative processing semantics.
-* In 8.1.2, restore Metadata.class children to 'style' element.
+* In 7.1.7, add region attribute to 'br' element.
+* In 7.1.7, add timing attributes to 'br' element.
+* In 8.1.2, add Metadata.class children to 'style' element.
 * In 8.2.1, add 'set' element to enumeration of element types to which 'style'
   attribute applies.
 * In 8.4.4, add semantics for determining specified style set and computed style set
--- a/ttml11/spec/ttml11.xml	Wed Jul 10 16:58:44 2013 -0600
+++ b/ttml11/spec/ttml11.xml	Wed Jul 10 17:07:59 2013 -0600
@@ -3246,6 +3246,10 @@
 <td>
 <eg xml:space="preserve">
 &lt;br
+  <loc href="#timing-attribute-begin">begin</loc> = <loc href="#timing-value-timeExpression">&lt;timeExpression&gt;</loc>
+  <loc href="#timing-attribute-dur">dur</loc> = <loc href="#timing-value-timeExpression">&lt;timeExpression&gt;</loc>
+  <loc href="#timing-attribute-end">end</loc> = <loc href="#timing-value-timeExpression">&lt;timeExpression&gt;</loc>
+  <loc href="#layout-attribute-region">region</loc> = IDREF
   <loc href="#style-attribute-style">style</loc> = IDREFS
   <loc href="#content-attribute-id">xml:id</loc> = ID
   <loc href="#content-attribute-lang">xml:lang</loc> = string
Binary file ttml11/spec/xsd/schema.zip has changed
--- a/ttml11/spec/xsd/ttml11-content.xsd	Wed Jul 10 16:58:44 2013 -0600
+++ b/ttml11/spec/xsd/ttml11-content.xsd	Wed Jul 10 17:07:59 2013 -0600
@@ -41,6 +41,8 @@
   </xs:attributeGroup>
   <xs:attributeGroup name="br.attlist">
     <xs:attributeGroup ref="tt:Core.attrib.class"/>
+    <xs:attributeGroup ref="tt:Timed.attrib.class"/>
+    <xs:attributeGroup ref="tt:RegionBinding.attrib.class"/>
     <xs:attributeGroup ref="tt:Styled.attrib.class"/>
     <xs:attributeGroup ref="ttm:Metadata.attrib.class"/>
   </xs:attributeGroup>