Skip to content

Commit

Permalink
Unify CSS properties, use new animation type attributes, allow number…
Browse files Browse the repository at this point in the history
… values for old CSS properties, align computed styles, fix prop index. #534, #529, #555
  • Loading branch information
dirkschulze committed Nov 26, 2018
1 parent 270928b commit 461bf61
Show file tree
Hide file tree
Showing 8 changed files with 202 additions and 164 deletions.
6 changes: 3 additions & 3 deletions master/coords.html
Original file line number Diff line number Diff line change
Expand Up @@ -1465,12 +1465,12 @@ <h2 id="VectorEffects">Vector effects</h2>
<td>visual</td>
</tr>
<tr>
<th>Computed&#160;value:</th>
<th>Computed value:</th>
<td>as specified</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
<td>yes</td>
<th><a>Animation type</a>:</th>
<td>discrete</td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions master/definitions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,7 @@
<interface name='CanvasDrawPath' href='https://html.spec.whatwg.org/multipage/canvas.html#canvasdrawpath' />

<!-- ... terms .......................................................... -->
<term name='Animation type' href='https://www.w3.org/TR/web-animations-1/#animating-properties'/>
<term name='event type' href='https://dom.spec.whatwg.org/#ref-for-dom-event-type'/>
<term name='event handler content attribute' href='https://html.spec.whatwg.org/multipage/webappapis.html#event-handler-content-attributes'/>
<term name='compound selector' href='http://dev.w3.org/csswg/selectors4/#compound'/>
Expand Down
42 changes: 21 additions & 21 deletions master/geometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ <h2 id='CX'>Horizontal center coordinate: The
</tr>
<tr>
<th>Computed value:</th>
<td>absolute length or percentage</td>
<td>an absolute length or percentage</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
<td>yes</td>
<th><a>Animation type</a>:</th>
<td>by computed value</td>
</tr>
</table>

Expand Down Expand Up @@ -103,11 +103,11 @@ <h2 id='CY'>Vertical center coordinate: The <span class="property">'cy'</span>
</tr>
<tr>
<th>Computed value:</th>
<td>absolute length or percentage</td>
<td>an absolute length or percentage</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
<td>yes</td>
<th><a>Animation type</a>:</th>
<td>by computed value</td>
</tr>
</table>

Expand Down Expand Up @@ -147,11 +147,11 @@ <h2 id='R'>Radius: The <span class="property">'r'</span> property</h2>
</tr>
<tr>
<th>Computed value:</th>
<td>absolute length or percentage</td>
<td>an absolute length or percentage</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
<td>yes</td>
<th><a>Animation type</a>:</th>
<td>by computed value</td>
</tr>
</table>

Expand Down Expand Up @@ -194,11 +194,11 @@ <h2 id='RX'>Horizontal radius: The <span class="property">'rx'</span>
</tr>
<tr>
<th>Computed value:</th>
<td>absolute length or percentage</td>
<td>an absolute length or percentage</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
<td>yes</td>
<th><a>Animation type</a>:</th>
<td>by computed value</td>
</tr>
</table>

Expand Down Expand Up @@ -252,11 +252,11 @@ <h2 id='RY'>Vertical radius: The <span class="property">'ry'</span>
</tr>
<tr>
<th>Computed value:</th>
<td>absolute length or percentage</td>
<td>an absolute length or percentage</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
<td>yes</td>
<th>Animatable type:</th>
<td>by computed value</td>
</tr>
</table>

Expand Down Expand Up @@ -310,11 +310,11 @@ <h2 id='X'>Horizontal coordinate: The <span class="property">'x'</span> property
</tr>
<tr>
<th>Computed value:</th>
<td>absolute length or percentage</td>
<td>an absolute length or percentage</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
<td>yes</td>
<th><a>Animation type</a>:</th>
<td>by computed value</td>
</tr>
</table>

Expand Down Expand Up @@ -356,11 +356,11 @@ <h2 id='Y'>Vertical coordinate: The <span class="property">'y'</span>
</tr>
<tr>
<th>Computed value:</th>
<td>absolute length or percentage</td>
<td>an absolute length or percentage</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
<td>yes</td>
<th><a>Animation type</a>:</th>
<td>by computed value</td>
</tr>
</table>

Expand Down
6 changes: 3 additions & 3 deletions master/interact.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,12 +576,12 @@ <h2 id="PointerEventsProp">The <span class="property">'pointer-events'</span> pr
<td>visual</td>
</tr>
<tr>
<th>Computed&#160;value:</th>
<th>Computed value:</th>
<td>as specified</td>
</tr>
<tr>
<th><a>Animatable</a>:</th>
<td>yes</td>
<th><a>Animation type</a>:</th>
<td>discrete</td>
</tr>
</table>

Expand Down
Loading

0 comments on commit 461bf61

Please sign in to comment.