Skip to content

Commit 79f9543

Browse files
committed
[motion-1][editorial] bikeshed cleanup
1 parent 3956ff6 commit 79f9543

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

motion-1/Overview.bs

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ spec:css-transforms-1; type:dfn;
2323
text:local coordinate system
2424
spec:svg2; type:dfn;
2525
text: segment-completing close path
26+
spec: css-backgrounds-3; type:property;
27+
text: border-radius
2628
</pre>
2729

2830

@@ -399,7 +401,7 @@ Issue: all of these examples need to be rewritten.
399401
&lt;/body>
400402
</code></pre>
401403
<figure>
402-
<img alt="An image of boxes positioned without contain" src="images/offset_distance_without_contain.png" style="width: 200px;"/>
404+
<img alt="An image of boxes positioned without contain" src="images/offset_distance_without_contain.png" style="width: 200px;">
403405
<figcaption>'offset-path' without 'contain'</figcaption>
404406
</figure>
405407

@@ -434,7 +436,7 @@ Issue: all of these examples need to be rewritten.
434436
&lt;/body>
435437
</code></pre>
436438
<figure>
437-
<img alt="An image of boxes positioned with contain" src="images/offset_distance_with_contain.png" width=200 height=220/>
439+
<img alt="An image of boxes positioned with contain" src="images/offset_distance_with_contain.png" width=200 height=220>
438440
<figcaption>'offset-path' with 'contain'</figcaption>
439441
</figure>
440442

@@ -465,7 +467,7 @@ Issue: all of these examples need to be rewritten.
465467
&lt;/body>
466468
</code></pre>
467469
<figure>
468-
<img alt="An image of an increased path size" src="images/increase-size.svg" width="400" height="335" />
470+
<img alt="An image of an increased path size" src="images/increase-size.svg" width="400" height="335" >
469471
<figcaption>'offset-path' with path size increased</figcaption>
470472
</figure>
471473

@@ -498,7 +500,7 @@ Issue: all of these examples need to be rewritten.
498500
&lt;/div>
499501
</code></pre>
500502
<figure>
501-
<img alt="An image with initial position outside the containing block" src="images/initial-outside.svg" width=700 height=460 />
503+
<img alt="An image with initial position outside the containing block" src="images/initial-outside.svg" width=700 height=460 >
502504
<figcaption>Initial position outside the containing block</figcaption>
503505
</figure>
504506
</div>
@@ -567,7 +569,7 @@ Issue: all of these examples need to be rewritten.
567569
&lt;/body>
568570
</code></pre>
569571
<figure>
570-
<img alt="An image of example for geometry-box with border-radius" src="images/geometry-box.svg" width=470 height=270 />
572+
<img alt="An image of example for geometry-box with border-radius" src="images/geometry-box.svg" width=470 height=270 >
571573
<figcaption>The initial position is the left end of the top horizontal line.</figcaption>
572574
</figure>
573575
</div>
@@ -679,7 +681,7 @@ This example shows boxes placed along an unclosed interval.
679681
</code></pre>
680682
<figure>
681683
<img src="images/offset-distance-unclosed.svg" width=700 height=270
682-
alt="An example of boxes placed along an unclosed interval"/>
684+
alt="An example of boxes placed along an unclosed interval">
683685
<figcaption>An example of boxes placed along an unclosed interval</figcaption>
684686
</figure>
685687
</div>
@@ -711,7 +713,7 @@ This example shows boxes placed along a closed interval.
711713
</code></pre>
712714
<figure>
713715
<img src="images/offset-distance-closed.svg" width=700 height=270
714-
alt="An example of boxes placed along a closed interval"/>
716+
alt="An example of boxes placed along a closed interval">
715717
<figcaption>An example of boxes placed along a closed interval</figcaption>
716718
</figure>
717719
</div>
@@ -757,7 +759,7 @@ This example shows boxes placed along a closed interval.
757759
&lt;/body>
758760
</code></pre>
759761
<figure>
760-
<img alt="An image of three boxes positioned to polar coordinates" src="images/simple_offset_position.png" style="width: 300px;"/>
762+
<img alt="An image of three boxes positioned to polar coordinates" src="images/simple_offset_position.png" style="width: 300px;">
761763
<figcaption>An example of positioning box in polar coordinates</figcaption>
762764
</figure>
763765
</div>
@@ -848,7 +850,7 @@ Values are defined as follows:
848850
&lt;/body>
849851
</code></pre>
850852
<figure>
851-
<img alt="An image of offset-position: auto" src="images/offset_position_auto.png" width="300"/>
853+
<img alt="An image of offset-position: auto" src="images/offset_position_auto.png" width="300">
852854
<figcaption>An example when ''offset-position/auto'' is given to 'offset-position'</figcaption>
853855
</figure>
854856
</div>
@@ -900,7 +902,7 @@ This example shows the interaction with the 'transform' property, and with an in
900902
&lt;/body>
901903
</code></pre>
902904
<figure>
903-
<img alt="An example when motion path and other transforms interact" src="images/position-transform.svg" width="400" height="350"/>
905+
<img alt="An example when motion path and other transforms interact" src="images/position-transform.svg" width="400" height="350">
904906
<figcaption>An example when motion path and other transforms interact</figcaption>
905907
</figure>
906908
</div>
@@ -951,7 +953,7 @@ This example uses 'position' ''static'', so 'offset-position' generates translat
951953
&lt;/body>
952954
</code></pre>
953955
<figure>
954-
<img alt="An example when motion path and scale interact" src="images/position-scale.svg" width="604" height="304"/>
956+
<img alt="An example when motion path and scale interact" src="images/position-scale.svg" width="604" height="304">
955957
<figcaption>An example when motion path and scale interact</figcaption>
956958
</figure>
957959
</div>
@@ -1012,7 +1014,7 @@ In this example, each 'offset-position' value is ignored as 'offset-path' is a <
10121014
&lt;/body>
10131015
</code></pre>
10141016
<figure>
1015-
<img alt="An example when offset-position is ignored" src="images/position-absolute.svg" width="550" height="430"/>
1017+
<img alt="An example when offset-position is ignored" src="images/position-absolute.svg" width="550" height="430">
10161018
<figcaption>An example when offset-position is ignored</figcaption>
10171019
</figure>
10181020
</div>
@@ -1397,7 +1399,7 @@ Values have the following meanings:
13971399
&lt;/body>
13981400
</code></pre>
13991401
<figure>
1400-
<img alt="An image of example for offset-rotate" src="images/rotate_by_angle_with_auto.png" style="width: 250px; text-align: center"/>
1402+
<img alt="An image of example for offset-rotate" src="images/rotate_by_angle_with_auto.png" style="width: 250px; text-align: center">
14011403
<figcaption>The boxes are rotated by the value of ''offset-rotate/auto'' with a fixed amount of degree.</figcaption>
14021404
</figure>
14031405
</div>

0 commit comments

Comments
 (0)