Skip to content

Commit

Permalink
Add missing description for the allow-downloads keyword
Browse files Browse the repository at this point in the history
Closes #6411.
  • Loading branch information
triple-underscore authored Mar 17, 2021
1 parent 60c283d commit 3dd9861
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -30460,8 +30460,9 @@ interface <dfn>HTMLIFrameElement</dfn> : <span>HTMLElement</span> {
data-x="attr-iframe-sandbox-allow-popups-to-escape-sandbox">allow-popups-to-escape-sandbox</code>
keywords re-enable forms, modal dialogs, screen orientation lock, the pointer lock API, popups,
the presentation API, scripts, and the creation of unsandboxed <span data-x="auxiliary browsing
context">auxiliary browsing contexts</span> respectively. <ref spec=POINTERLOCK>
<ref spec=SCREENORIENTATION> <ref spec=PRESENTATION></p>
context">auxiliary browsing contexts</span> respectively. The <code
data-x="attr-iframe-sandbox-allow-downloads">allow-downloads</code> keyword allows content to
perform downloads. <ref spec=POINTERLOCK> <ref spec=SCREENORIENTATION> <ref spec=PRESENTATION></p>

<p>The <code
data-x="attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</code> and <code
Expand Down

0 comments on commit 3dd9861

Please sign in to comment.