--- a/ttml2/spec/ttml2-changes.html Thu Jan 08 00:04:08 2015 -0700
+++ b/ttml2/spec/ttml2-changes.html Thu Jan 08 00:10:27 2015 -0700
@@ -323,7 +323,7 @@
* Add section 10.4.2.3 defining root style inheritance.
-* In 10.3.12, add 'vw', 'vh', 'vmin', and 'vmax' units of measure in order to
+* In 10.3.12, add 'vw' and 'vh' units of measure in order to
express lengths as a percentage of the root container region (as viewport).
* In 10.4.4, add semantics for determining specified style set and computed
--- a/ttml2/spec/ttml2.xml Thu Jan 08 00:04:08 2015 -0700
+++ b/ttml2/spec/ttml2.xml Thu Jan 08 00:10:27 2015 -0700
@@ -12246,8 +12246,6 @@
| "c" // abbreviation of "cell"
| "vw"
| "vh"
- | "vmin"
- | "vmax"
</eg>
</td>
</tr>
@@ -12274,10 +12272,6 @@
one percent (1%) of the width and height of the <loc href="#terms-root-container-region">root container region</loc>, respectively.
For example, the length <code>25vw</code> is interpreted as 25% of the width of
the <loc href="#terms-root-container-region">root container region</loc>.</p>
-<p>The units of measure <code>vmin</code> and <code>vmax</code> are defined as
-the minimum and maxium of <code>vw</code> and <code>vh</code>, respectively. For example,
-the length <code>25vmin</code> is interpreted as the minimum of 25% of the width and
-25% of the height of the <loc href="#terms-root-container-region">root container region</loc>.</p>
</div3>
<div3 id="style-value-measure">
<head><measure></head>