Skip to content

Commit fd38372

Browse files
committed
[css-animations][css-transitions] Put a space between <production> and # so that the links are separated.
This makes the two hyperlinks actually appear as two separate hyperlinks rather than a single underlined link. I hope this might help avoid the confusion in https://bugzilla.mozilla.org/show_bug.cgi?id=1316341
1 parent 3ad0f9c commit fd38372

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

css-animations/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ The 'animation-duration' property</h3>
500500

501501
<pre class='propdef'>
502502
Name: animation-duration
503-
Value: <<time>>#
503+
Value: <<time>> #
504504
Initial: 0s
505505
Applies to: all elements, ::before and ::after pseudo-elements
506506
Inherited: no
@@ -540,7 +540,7 @@ The 'animation-timing-function' property</h3>
540540

541541
<pre class='propdef'>
542542
Name: animation-timing-function
543-
Value: <<single-timing-function>>#
543+
Value: <<single-timing-function>> #
544544
Initial: ease
545545
Applies to: all elements, ::before and ::after pseudo-elements
546546
Inherited: no
@@ -588,7 +588,7 @@ The 'animation-iteration-count' property</h3>
588588

589589
<pre class='propdef'>
590590
Name: animation-iteration-count
591-
Value: <<single-animation-iteration-count>>#
591+
Value: <<single-animation-iteration-count>> #
592592
Initial: 1
593593
Applies to: all elements, ::before and ::after pseudo-elements
594594
Inherited: no
@@ -631,7 +631,7 @@ The 'animation-direction' property</h3>
631631

632632
<pre class='propdef'>
633633
Name: animation-direction
634-
Value: <<single-animation-direction>>#
634+
Value: <<single-animation-direction>> #
635635
Initial: normal
636636
Applies to: all elements, ::before and ::after pseudo-elements
637637
Inherited: no
@@ -678,7 +678,7 @@ The 'animation-play-state' property</h3>
678678

679679
<pre class='propdef'>
680680
Name: animation-play-state
681-
Value: <<single-animation-play-state>>#
681+
Value: <<single-animation-play-state>> #
682682
Initial: running
683683
Applies to: all elements, ::before and ::after pseudo-elements
684684
Inherited: no
@@ -718,7 +718,7 @@ The 'animation-delay' property</h3>
718718

719719
<pre class='propdef'>
720720
Name: animation-delay
721-
Value: <<time>>#
721+
Value: <<time>> #
722722
Initial: 0s
723723
Applies to: all elements, ::before and ::after pseudo-elements
724724
Inherited: no
@@ -762,7 +762,7 @@ The 'animation-fill-mode' property</h3>
762762

763763
<pre class='propdef'>
764764
Name: animation-fill-mode
765-
Value: <<single-animation-fill-mode>>#
765+
Value: <<single-animation-fill-mode>> #
766766
Initial: none
767767
Applies to: all elements, ::before and ::after pseudo-elements
768768
Inherited: no
@@ -813,7 +813,7 @@ The 'animation' shorthand property</h3>
813813

814814
<pre class='propdef'>
815815
Name: animation
816-
Value: <<single-animation>>#
816+
Value: <<single-animation>> #
817817
Initial: see individual properties
818818
Applies to: all elements, ::before and ::after pseudo-elements
819819
Inherited: no

css-transitions/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Introduction {#introduction}
234234
</p>
235235
<pre class="propdef">
236236
Name: transition-property
237-
Value: ''transition-property/none'' | <<single-transition-property>>#
237+
Value: ''transition-property/none'' | <<single-transition-property>> #
238238
Initial: ''transition-property/all''
239239
Applies to: all elements, ::before and ::after pseudo elements
240240
Inherited: no
@@ -311,7 +311,7 @@ Introduction {#introduction}
311311
</p>
312312
<pre class="propdef">
313313
Name: transition-duration
314-
Value: <<time>>#
314+
Value: <<time>> #
315315
Initial: ''0s''
316316
Applies to: all elements, ::before and ::after pseudo elements
317317
Inherited: no
@@ -399,7 +399,7 @@ Introduction {#introduction}
399399
</p>
400400
<pre class="propdef">
401401
Name: transition-timing-function
402-
Value: <<single-transition-timing-function>>#
402+
Value: <<single-transition-timing-function>> #
403403
Initial: ''transition-timing-function/ease''
404404
Applies to: all elements, ::before and ::after pseudo elements
405405
Inherited: no
@@ -496,7 +496,7 @@ Introduction {#introduction}
496496
</p>
497497
<pre class="propdef">
498498
Name: transition-delay
499-
Value: <<time>>#
499+
Value: <<time>> #
500500
Initial: ''0s''
501501
Applies to: all elements, ::before and ::after pseudo elements
502502
Inherited: no
@@ -515,7 +515,7 @@ Introduction {#introduction}
515515
</p>
516516
<pre class="propdef">
517517
Name: transition
518-
Value: <<single-transition>>#
518+
Value: <<single-transition>> #
519519
Initial: see individual properties
520520
Applies to: all elements, ::before and ::after pseudo elements
521521
Inherited: no

0 commit comments

Comments
 (0)