Skip to content

Commit

Permalink
Fix color contrast (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
palemieux authored Sep 10, 2018
1 parent d8db377 commit 39703fa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions imsc1/spec/ttml-ww-profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
.equation {text-indent: 10%;}
.example {font-size: small}
.inline-note {font-size: small}
.deprecation {background-color: lavender; border: 3px double; margin: 2px;}
.deprecation {background-color: #EBEBFE; border: 3px double; margin: 2px;}
.deprecation::before {content: "\26A0"; margin:0.2em; font-size:2em; float:left;}
body {
font-family: sans-serif;
Expand Down Expand Up @@ -2330,7 +2330,7 @@ <h3>Mapping the <a>Root Container Region</a> to the <a>Related Video Object</a><
<aside class='example'>
<p>Region with <code>xml:id="A"</code> in the following document would be positioned 20% from the left edge of an image
frame with an aspect ratio of 16:9, or 10% from the left edge of an image frame with an aspect ratio of 4:3.</p>
<pre>
<pre class="nohighlight">
&lt;tt
xmlns=&quot;http://www.w3.org/ns/ttml&quot;
xmlns:ttm=&quot;http://www.w3.org/ns/ttml#metadata&quot;
Expand Down Expand Up @@ -2399,13 +2399,13 @@ <h4>ittp:aspectRatio</h4>
<tr>
<td>
<div class="exampleInner">
<pre>
<pre class="nohighlight">
ittp:aspectRatio
: numerator denominator // with int(numerator) != 0 and int(denominator) != 0
// where int(s) parses string s as a decimal integer.

numerator | denominator
: &lt;digit&gt;+ // no linear white-space is implied or permitted
: &lt;digit&gt;+ // no linear white-space is implied or permitted
// between each &lt;digit&gt; token
</pre>
</div>
Expand Down Expand Up @@ -2455,7 +2455,7 @@ <h4>ittp:progressivelyDecodable</h4>
<tr>
<td>
<div class="exampleInner">
<pre>
<pre class="nohighlight">
ittp:progressivelyDecodable
: "true"
| "false"
Expand Down Expand Up @@ -2630,7 +2630,7 @@ <h4>ittm:altText</h4>
<tr>
<td>
<div class="exampleInner">
<pre>
<pre class="nohighlight">
&lt;ittm:altText
xml:id = ID
xml:lang = string
Expand Down Expand Up @@ -2681,7 +2681,7 @@ <h4>ittp:activeArea</h4>
<tr>
<td>
<div class="exampleInner">
<pre>
<pre class="nohighlight">
ittp:activeArea
: leftOffset topOffset width height

Expand All @@ -2704,7 +2704,7 @@ <h4>ittp:activeArea</h4>
Container Region</a> and the <a>Active Area</a>.</p>

<p>The origin top left {x, y} percentage coordinates of the <a>Active Area</a> SHALL be calculated as follows:</p>
<pre>
<pre class="nohighlight">
x = leftOffset * (1 - width/100)
y = topOffset * (1 - height/100)

Expand Down Expand Up @@ -4685,7 +4685,7 @@ <h3>IMSC1 and IMSC1.0.1</h3>
permitted-deprecated in the <a>Image Profile</a>. As such, this example document is susceptible to being incompatible with
future versions of this specification.
</aside>
<pre>
<pre class="nohighlight">



Expand Down

0 comments on commit 39703fa

Please sign in to comment.