Skip to content

Commit a2fa0c1

Browse files
committed
[css-image-animation] Treat video poster image as image
Closes #13641
1 parent 58b32c8 commit a2fa0c1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

css-image-animation-1/Overview.bs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ Terminology {#terminology}
343343
or the <{image}> [[SVG2]] element
344344
represent [=content images=].
345345

346+
When it represents its <a spec=html>poster frame</a> (and only then),
347+
the HTML <{video}> element
348+
is considered a [=content image=].
349+
346350
<dt><dfn>decorative image</dfn>
347351
<dd>
348352
An image inserted into the document rendering by CSS,
@@ -391,12 +395,6 @@ Terminology {#terminology}
391395
distinctly from the initial state of the animation.
392396
</dl>
393397

394-
Issue(w3c/csswg-drafts#13641): Should the <{video}> element
395-
when it represents its <a spec=html>poster frame</a>
396-
be treated as a [=content image=],
397-
a [=decorative image=],
398-
or as (a state of) a [=video=] and not an image at all?
399-
400398

401399
Accessibility Considerations {#a11y}
402400
====================================

0 commit comments

Comments
 (0)