Skip to content

Commit 5e06949

Browse files
committed
[css-transitions-1] Update propdef tables to new format
1 parent d7be0ac commit 5e06949

1 file changed

Lines changed: 21 additions & 27 deletions

File tree

css-transitions-1/Overview.bs

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,13 @@ Introduction {#introduction}
261261
</p>
262262
<pre class="propdef">
263263
Name: transition-property
264-
Value: ''transition-property/none'' | <<single-transition-property>> #
265-
Initial: ''transition-property/all''
266-
Applies to: all elements, ::before and ::after pseudo elements
264+
Value: none | <<single-transition-property>>#
265+
Initial: all
266+
Applies to: all elements
267267
Inherited: no
268-
Animatable: no
269268
Percentages: N/A
270-
Computed value: Same as specified value.
271-
Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
269+
Computed value: the keyword ''transition-property/none'' else a list of identifiers
270+
Animation type: not animatable
272271
</pre>
273272

274273
<div class="prod">
@@ -337,14 +336,13 @@ Introduction {#introduction}
337336
</p>
338337
<pre class="propdef">
339338
Name: transition-duration
340-
Value: <<time>> #
339+
Value: <<time>>#
341340
Initial: ''0s''
342-
Applies to: all elements, ::before and ::after pseudo elements
341+
Applies to: all elements
343342
Inherited: no
344-
Animatable: no
345343
Percentages: N/A
346-
Computed value: Same as specified value.
347-
Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
344+
Computed value: list, each item a time (duration) in seconds
345+
Animation type: not animatable
348346
</pre>
349347
<p>
350348
This property specifies how long the transition from the old value to the new value should take. By default the value is ''0s'', meaning that the transition is immediate (i.e. there will be no animation). A negative value for 'transition-duration' renders the declaration invalid.
@@ -369,14 +367,13 @@ Introduction {#introduction}
369367
</p>
370368
<pre class="propdef">
371369
Name: transition-timing-function
372-
Value: <<timing-function>> #
370+
Value: <<timing-function>>#
373371
Initial: ''transition-timing-function/ease''
374-
Applies to: all elements, ::before and ::after pseudo elements
372+
Applies to: all elements
375373
Inherited: no
376-
Animatable: no
377374
Percentages: N/A
378-
Computed value: Same as specified value.
379-
Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
375+
Computed value: as specified
376+
Animation type: not animatable
380377
</pre>
381378

382379

@@ -391,14 +388,13 @@ Introduction {#introduction}
391388
</p>
392389
<pre class="propdef">
393390
Name: transition-delay
394-
Value: <<time>> #
391+
Value: <<time>>#
395392
Initial: ''0s''
396-
Applies to: all elements, ::before and ::after pseudo elements
393+
Applies to: all elements
397394
Inherited: no
398-
Animatable: no
399395
Percentages: N/A
400-
Computed value: Same as specified value.
401-
Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
396+
Computed value: list, each item a time (duration) in seconds
397+
Animation type: not animatable
402398
</pre>
403399

404400
<span id="the-transition-shorthand-property-">The 'transition' Shorthand Property</span> {#transition-shorthand-property}
@@ -407,16 +403,14 @@ Introduction {#introduction}
407403
<p>
408404
The 'transition' shorthand property combines the four properties described above into a single property.
409405
</p>
410-
<pre class="propdef">
406+
<pre class="propdef shorthand">
411407
Name: transition
412-
Value: <<single-transition>> #
413-
Initial: see individual properties
414-
Applies to: all elements, ::before and ::after pseudo elements
408+
Value: <<single-transition>>#
409+
Applies to: all elements
415410
Inherited: no
416411
Animatable: no
417412
Percentages: N/A
418-
Computed value: see individual properties
419-
Canonical order: <abbr title="follows order of property value definition">per grammar</abbr>
413+
Animation type: not animatable
420414
</pre>
421415

422416
<div class="prod">

0 commit comments

Comments
 (0)