Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change {vw,vh} unit names to {rw,rh} (#181). #199

Merged
merged 1 commit into from Oct 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/ttml2-changes.html
Expand Up @@ -391,8 +391,8 @@ <h3><a id="change-history-ttml1-rec-2e-to-ttml2-wd"/>1.1 Changes from TTML1 (2nd

* Add section 10.4.2.3 defining root style inheritance.

* 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.3.12, add 'rw' and 'rh' units of measure in order to
express lengths as a percentage of the root container region.

* In 10.4.4, add semantics for determining specified style set and computed
style set for 'set' element.
Expand Down
4 changes: 2 additions & 2 deletions spec/ttml2.html
Expand Up @@ -337,9 +337,9 @@
border: 2px solid black;
width: 100%
}
</style><link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED.css"></head><body>Last Modified: $Date: Tue Oct 11 12:56:48 2016 -0600 $<div id="revisions"></div><div class="head">
</style><link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED.css"></head><body>Last Modified: $Date: Fri Oct 7 20:35:16 2016 +0100 $<div id="revisions"></div><div class="head">
<h1><a id="title"></a>Timed Text Markup Language 2 (TTML2)</h1>
<h2><a id="w3c-doctype"></a>Editors' copy $Date: Tue Oct 11 12:56:48 2016 -0600 $ @@ @@@@ @@@@</h2><dl><dt>This version:</dt><dd>
<h2><a id="w3c-doctype"></a>Editors' copy $Date: Fri Oct 7 20:35:16 2016 +0100 $ @@ @@@@ @@@@</h2><dl><dt>This version:</dt><dd>
<a href="ttml2.html">ttml2.html</a>
</dd><dt>Latest editor's draft:</dt><dd><a href="http://w3c.github.io/ttml2/spec/ttml2.html">http://w3c.github.io/ttml2/spec/ttml2.html</a></dd><dt>Latest version:</dt><dd><a href="https://rawgit.com/w3c/ttml2/master/spec/ttml2.html?content-type=text/html;charset=utf-8">https://rawgit.com/w3c/ttml2/master/spec/ttml2.html?content-type=text/html;charset=utf-8</a></dd><dt>Latest recommendation:</dt><dd><a href="http://www.w3.org/TR/ttml1/">http://www.w3.org/TR/ttml1/</a></dd><dt>Previous version:</dt><dd>
<a href="http://www.w3.org/TR/2015/WD-ttml2-20150212/">http://www.w3.org/TR/2015/WD-ttml2-20150212/</a>
Expand Down
8 changes: 4 additions & 4 deletions spec/ttml2.xml
Expand Up @@ -13452,8 +13452,8 @@ units
: "px"
| "em"
| "c" // abbreviation of "cell"
| "vw"
| "vh"
| "rw"
| "rh"
</eg>
</td>
</tr>
Expand Down Expand Up @@ -13481,9 +13481,9 @@ font when used to specify lengths in the block progression direction.</p>
<p>The semantics of the unit of measure <code>c</code> (cell) are
defined by the parameter <specref
ref="parameter-attribute-cellResolution"/>.</p>
<p>The units of measure <code>vw</code> and <code>vh</code> are defined as
<p>The units of measure <code>rw</code> and <code>rh</code> are defined as
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
For example, the length <code>25rw</code> is interpreted as 25% of the width of
the <loc href="#terms-root-container-region">root container region</loc>.</p>
</div3>
<div3 id="style-value-lwsp">
Expand Down