@@ -15,11 +15,11 @@ Authors: Florian Rivoal, Lea Verou
1515 1 . [ Sample Code Snippets] ( #sample-code-snippets )
1616 2 . [ Possible Extensions] ( #possible-extensions )
1717 1 . [ Control Over Iterations] ( #control-over-iterations )
18- 2 . [ Longhands And Further Controls] ( #Longhands -and-further-controls )
18+ 2 . [ Longhands And Further Controls] ( #longhands -and-further-controls )
1919 3 . [ Control Over the Paused State] ( #control-over-the-paused-state )
2020 3 . [ Accessibility Considerations] ( #accessibility-considerations )
2121 4 . [ Privacy Considerations] ( #privacy-considerations )
22- 5 . [ Complementary Solutions] ( #complementary-Solutions )
22+ 5 . [ Complementary Solutions] ( #complementary-solutions )
2323 1 . [ Images in the ` <video> ` Element] ( #images-in-the-video-element )
2424 2 . [ What About ` <img control> ` ?] ( #what-about-img-control )
25256 . [ Rejected Alternatives] ( #rejected-alternatives )
@@ -49,7 +49,7 @@ site authors have no control over this.
4949This leads to a user desire to control such animations.
5050However, due to the diversity of usage,
5151there is a wide range of use cases and desired UIs and user experiences,
52- so making this an automatic or opt-in UA feature would not be sufficient.
52+ so making this an automatic or opt-in UA feature [ would not be sufficient] ( #provide-this-as-a-ua-setting ) .
5353
5454To offer their users the best experience,
5555websites need to control the playback experience,
@@ -110,7 +110,7 @@ A few examples amongst many of people asking for that type of functionality.
110110### Current Workarounds
111111Numerous workarounds exist (further highlighting author/user demand),
112112all with a variety of downsides.
113- See https://github.com/webplatformco/explainers/tree/main/ images-in-video#user-content-current-workarounds for a brief discussion.
113+ See the [ “Current Workarounds” section of the Images-in-video explainer ] ( ../ images-in-video#user-content-current-workarounds) for a brief discussion.
114114
115115## Goals
116116* Provide declarative syntax to enable/disable animation of images
@@ -121,7 +121,7 @@ See https://github.com/webplatformco/explainers/tree/main/images-in-video#user-c
121121
122122### Non-goals
123123* Turning animated images into fully fledged video player.
124- (This [ could be pursued separately] ( https://github.com/webplatformco/explainers/blob/main /images-in-video/README.md) ,
124+ (This [ could be pursued separately] ( .. /images-in-video/README.md) ,
125125 but is not the focus of this explainer.)
126126
127127## Proposed Solution
@@ -341,7 +341,7 @@ We argue that this is an acceptable trade-off:
341341## Complementary Solutions
342342
343343### Images in the ` <video> ` Element
344- See [ the explainer for “Images in ` <video> ` ”] ( https://github.com/webplatformco/explainers/blob/main /images-in-video/README.md) .
344+ See [ the explainer for “Images in ` <video> ` ”] ( .. /images-in-video/README.md) .
345345
346346Animated images are effectively videos without a sound track.
347347Allowing images in the ` <video> ` element would take advantage of the rich controls
0 commit comments