Skip to content

Commit 6e3c03b

Browse files
committed
Move images used in specs into subdirectories that bikeshed echidna will automatically package.
(Also move a few *out* of such directories, in the case of css-layout-api.) Fixes more of w3c/csswg-drafts#7505.
1 parent 223258e commit 6e3c03b

14 files changed

+5
-5
lines changed

css-animation-worklet-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ interface WorkletAnimation : Animation {
704704

705705

706706
<figure>
707-
<img src="img/WorkletAnimation-timing-model.svg" width="600"
707+
<img src="images/WorkletAnimation-timing-model.svg" width="600"
708708
alt="Overview of the WorkletAnimation timing model.">
709709
<figcaption>
710710
Overview of the worklet animation timing model.

css-animation-worklet-1/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ instance that represent this particlar animation and then on each animation fram
115115
`animate` function to determine the local time which ultimately drives the keyframe effect.
116116

117117

118-
![Overview of the WorkletAnimation Timing Model](img/WorkletAnimation-timing-model.svg)
118+
![Overview of the WorkletAnimation Timing Model](images/WorkletAnimation-timing-model.svg)
119119

120120
Here the same simple example but using Animation Worklet instead.
121121

@@ -662,4 +662,4 @@ the most recent version.
662662
[input-for-worker]: https://discourse.wicg.io/t/proposal-exposing-input-events-to-worker-threads/3479
663663
[group-effect]: https://w3c.github.io/web-animations/level-2/#the-animationgroup-interfaces
664664
[group-effect-changes]: https://github.com/yi-gu/group_effects
665-
[scroll-timeline]: https://wicg.github.io/scroll-animations/#scrolltimeline
665+
[scroll-timeline]: https://wicg.github.io/scroll-animations/#scrolltimeline

css-layout-api/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ box</b>, before transform or positioning (e.g. if a fragment is [=relatively pos
818818
been applied.
819819

820820
<figure>
821-
<img src="img/layout-fragment-offsets.png" width="800"
821+
<img src="images/layout-fragment-offsets.png" width="800"
822822
alt="An example of position a fragment in different writing modes.">
823823
<figcaption>
824824
A simple visualization showing positioning a {{LayoutFragment}} using
@@ -1255,7 +1255,7 @@ The {{LayoutEdges/inline}}, and {{LayoutEdges/block}} on the {{LayoutEdges}} obj
12551255
attributes which represent the sum in that direction.
12561256

12571257
<figure>
1258-
<img src="img/edges.png" width="800"
1258+
<img src="images/edges.png" width="800"
12591259
alt="An example of layout edges.">
12601260
<figcaption>
12611261
A visualization showing the {{LayoutEdges}} object for a [=box=] with different sized
File renamed without changes.

0 commit comments

Comments
 (0)