Skip to content

Commit ae54046

Browse files
committed
Move Animatable: line down to where it doesn't confuse the property table generator.
1 parent 5d2a203 commit ae54046

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

css-module/Overview.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,6 @@ <h3 id=the-display-model><span class=secno>2.1. </span> Internal display
356356

357357
<td>no
358358

359-
<tr>
360-
<th>Animatable:
361-
362-
<td>no
363-
364359
<tr>
365360
<th>Percentages:
366361

@@ -376,6 +371,11 @@ <h3 id=the-display-model><span class=secno>2.1. </span> Internal display
376371

377372
<td>specified value
378373

374+
<tr>
375+
<th>Animatable:
376+
377+
<td>no
378+
379379
<tr>
380380
<th>Canonical order:
381381

@@ -757,9 +757,9 @@ <h2 class=no-num id=property-index> Property index</h2>
757757

758758
<td>no
759759

760-
<td>no
761-
762760
<td>N/A
761+
762+
<td>visual
763763
</table>
764764
<!--end-properties-->
765765
</html>

css-module/Overview.src.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ <h3 id="the-display-model">
212212
<tr>
213213
<th>Inherited:
214214
<td>no
215-
<tr>
216-
<th>Animatable:
217-
<td>no
218215
<tr>
219216
<th>Percentages:
220217
<td>N/A
@@ -224,6 +221,9 @@ <h3 id="the-display-model">
224221
<tr>
225222
<th>Computed&nbsp;value:
226223
<td>specified value
224+
<tr>
225+
<th>Animatable:
226+
<td>no
227227
<tr>
228228
<th>Canonical order:
229229
<td><abbr title="follows order of property value definition">per grammar</abbr>

0 commit comments

Comments
 (0)