[ttml2] remove deprecation of ttp:markerMode (issue 349)
authorGlenn Adams <glenn@skynav.com>
Wed, 24 Sep 2014 14:05:19 -0600
changeset 722 a6bb3d520681
parent 721 3879885151e0
child 723 32a8268a5577
[ttml2] remove deprecation of ttp:markerMode (issue 349)
ttml2/spec/ttml2.xml
--- a/ttml2/spec/ttml2.xml	Wed Sep 24 13:17:59 2014 -0600
+++ b/ttml2/spec/ttml2.xml	Wed Sep 24 14:05:19 2014 -0600
@@ -3636,14 +3636,11 @@
 </div3>
 <div3 id="parameter-attribute-markerMode">
 <head>ttp:markerMode</head>
-<p>The <att>ttp:markerMode</att> attribute is <phrase role="deprecated">deprecated</phrase>. In <bibref ref="ttml1"/>, it was used to specify
+<p>The <att>ttp:markerMode</att> attribute is used to specify
 constraints on the interpretation and use of time expressions
 that correspond with <bibref ref="smpte12m"/> time coordinates when operating
 with time base of <code>smpte</code> as defined by
 <specref ref="parameter-attribute-timeBase"/>.</p>
-<p>If specified and support for neither <code>#markerMode</code> nor <code>#markerMode-continuous</code> feature
-is required by a document's <loc href="#terms-effective-processor-profile">effective processor profile</loc>,
-then the specified value must be ignored and the value <code>discontinuous</code> applied.</p>
 <p>If specified, the value of this attribute must adhere to the following syntax:</p>
 <table id="parameter-attribute-markerMode-syntax" role="syntax">
 <caption>Syntax Representation &ndash; ttp:markerMode</caption>
@@ -3651,7 +3648,7 @@
 <tr>
 <td>
 <eg xml:space="preserve">
-<phrase role="deprecated">ttp:markerMode</phrase>
+ttp:markerMode
   : "continuous"
   | "discontinuous"
 </eg>