Skip to content

Commit 52138d3

Browse files
committed
Clarify which elements focusability applies to
1 parent 14ecbc0 commit 52138d3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

image-animation-property/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,10 @@ The `paused` value could be extended to give control over which frame of the ima
293293
though they could if they wanted to.
294294
Similarly, it is not expected that they would announce paused or playing images any differently,
295295
though they could if they wanted to.
296-
* Conversely, when the `controlled` value is specified,
297-
the element does become focusable screen readers should announce the element distinctly,
296+
* Conversely, when the `controlled` value is specified
297+
on an element containing an actually animated content image,
298+
the element does become focusable so that its controls can be operated,
299+
and screen readers should announce the element distinctly,
298300
similar to how they do for `<video>` elements.
299301
Note that there is precedent for changing the focusability of elements based on CSS:
300302
in addition to a few of properties which can suppress an elements focusability (e.g. `display`, `visibility`…),

0 commit comments

Comments
 (0)