Skip to content

Commit

Permalink
Add playsinline attribute (#22998)
Browse files Browse the repository at this point in the history
Fixes #22989
  • Loading branch information
dawei-wang authored Dec 19, 2022
1 parent b3e2e8c commit 84ac987
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions files/en-us/web/html/attributes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,15 @@ Elements in HTML have **attributes**; these are additional values that configure
</td>
<td>Provides a hint to the user of what can be entered in the field.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Element/video#attr-playsinline">playsinline</a></code>
</td>
<td>
{{ HTMLElement("video") }}
</td>
<td>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.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Element/video#attr-poster">poster</a></code>
Expand Down

0 comments on commit 84ac987

Please sign in to comment.