Skip to content

Commit

Permalink
Fix #402 Use CCS Colour L4 definition for computed value of *-opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
dstorey committed May 2, 2018
1 parent 691e068 commit 2ce2900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions master/painting.html
Expand Up @@ -500,7 +500,7 @@ <h3 id="FillOpacity">Fill paint opacity: the <span class="property">'fill-opacit
</tr>
<tr>
<th>Value:</th>
<td>&lt;number&gt; | &lt;percentage&gt;</td>
<td><a>&lt;alpha-value&gt;</a></td>
</tr>
<tr>
<th>Initial:</th>
Expand All @@ -524,7 +524,7 @@ <h3 id="FillOpacity">Fill paint opacity: the <span class="property">'fill-opacit
</tr>
<tr>
<th>Computed&#160;value:</th>
<td>number clamped to the range [0, 1], or percentage</td>
<td>the specified value converted to a number, clamped to the range [0,1]</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
Expand Down Expand Up @@ -698,7 +698,7 @@ <h3 id="StrokeOpacity">Stroke paint opacity: the <span class="property">'stroke-
</tr>
<tr>
<th>Value:</th>
<td>&lt;number&gt; | &lt;percentage&gt;</td>
<td><a>&lt;alpha-value&gt;</a></td>
</tr>
<tr>
<th>Initial:</th>
Expand All @@ -722,7 +722,7 @@ <h3 id="StrokeOpacity">Stroke paint opacity: the <span class="property">'stroke-
</tr>
<tr>
<th>Computed&#160;value:</th>
<td>number clamped to the range [0, 1], or percentage</td>
<td>the specified value converted to a number, clamped to the range [0,1]</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
Expand Down
4 changes: 2 additions & 2 deletions master/pservers.html
Expand Up @@ -295,7 +295,7 @@ <h3 id="SolidcolorProperties">Properties</h3>
render the paint via <a>'fill'</a> or <a>'stroke'</a>.</p>

<dl class="propdef-svg2">
<dt>Value</dt> <dd>&lt;number&gt; | &lt;percentage&gt;</dd>
<dt>Value</dt> <dd><a>&lt;alpha-value&gt;</a></dd>
<dt>Initial</dt> <dd>1</dd>
<dt>Applies to</dt> <dd><a>'solid-color'</a> elements</dd>
<dt>Inherited</dt> <dd>no</dd>
Expand Down Expand Up @@ -2429,7 +2429,7 @@ <h4 id="StopColorProperties">Properties</h4>
component must be treated as 1.</span>
</p>
<dl class="propdef-svg2">
<dt>Value</dt> <dd>&lt;number&gt; | &lt;percentage&gt;</dd>
<dt>Value</dt> <dd><a>&lt;alpha-value&gt;</a></dd>
<dt>Initial</dt> <dd>1</dd>
<dt>Applies to</dt> <dd><a>'stop'</a> elements</dd>
<dt>Inherited</dt> <dd>no</dd>
Expand Down

0 comments on commit 2ce2900

Please sign in to comment.