Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing sandbox keywords to indices #5406

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -118591,6 +118591,7 @@ interface <dfn>External</dfn> {
<td> <code data-x="attr-iframe-sandbox">iframe</code>
<td> Security rules for nested content
<td> <span>Unordered set of unique space-separated tokens</span>, <span>ASCII case-insensitive</span>, consisting of
"<code data-x="attr-iframe-sandbox-allow-downloads">allow-downloads</code>",
"<code data-x="attr-iframe-sandbox-allow-forms">allow-forms</code>",
"<code data-x="attr-iframe-sandbox-allow-modals">allow-modals</code>",
"<code data-x="attr-iframe-sandbox-allow-orientation-lock">allow-orientation-lock</code>",
Expand All @@ -118599,8 +118600,9 @@ interface <dfn>External</dfn> {
"<code data-x="attr-iframe-sandbox-allow-popups-to-escape-sandbox">allow-popups-to-escape-sandbox</code>",
"<code data-x="attr-iframe-sandbox-allow-presentation">allow-presentation</code>",
"<code data-x="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code>",
"<code data-x="attr-iframe-sandbox-allow-scripts">allow-scripts</code>" and
"<code data-x="attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</code>"
"<code data-x="attr-iframe-sandbox-allow-scripts">allow-scripts</code>",
"<code data-x="attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</code>" and
"<code data-x="attr-iframe-sandbox-allow-top-navigation-by-user-activation">allow-top-navigation-by-user-activation</code>"
<tr>
<th> <code data-x="">scope</code>
<td> <code data-x="attr-th-scope">th</code>
Expand Down