From 84ac98767c17e818cecb0eeb3b3d0be1ca014c6b Mon Sep 17 00:00:00 2001 From: dawei-wang Date: Mon, 19 Dec 2022 02:09:47 -0800 Subject: [PATCH] Add playsinline attribute (#22998) Fixes https://github.com/mdn/content/issues/22989 --- files/en-us/web/html/attributes/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/files/en-us/web/html/attributes/index.md b/files/en-us/web/html/attributes/index.md index 47e9ef94c2089a5..e4ff59db765132a 100644 --- a/files/en-us/web/html/attributes/index.md +++ b/files/en-us/web/html/attributes/index.md @@ -1092,6 +1092,15 @@ Elements in HTML have **attributes**; these are additional values that configure Provides a hint to the user of what can be entered in the field. + + + playsinline + + + {{ HTMLElement("video") }} + + A Boolean attribute indicating that the video is to be played "inline"; that is, within the element's playback area. Note that the absence of this attribute does not imply that the video will always be played in fullscreen. + poster