Skip to content

Commit

Permalink
Rewrap at 100; Added comam after e.g.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyb committed Aug 30, 2023
1 parent d8990aa commit 3bf0558
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -10699,7 +10699,7 @@ partial interface <dfn id="document" data-lt="">Document</dfn> {
<p>Can be set, to add a new cookie to the element's set of HTTP cookies.</p>

<p>If the contents are <span data-x="sandboxed origin browsing context flag">sandboxed into an
opaque origin</span> (e.g. in an <code>iframe</code> with the <code
opaque origin</span> (e.g., in an <code>iframe</code> with the <code
data-x="attr-iframe-sandbox">sandbox</code> attribute), a
<span>"<code>SecurityError</code>"</span> <code>DOMException</code> will be thrown on getting
and setting.</p>
Expand Down Expand Up @@ -33051,10 +33051,11 @@ interface <dfn interface>HTMLIFrameElement</dfn> : <span>HTMLElement</span> {
forms, scripts, and various potentially annoying APIs are disabled, and links are prevented from
targeting other <span data-x="navigable">navigables</span>. The <code
data-x="attr-iframe-sandbox-allow-same-origin">allow-same-origin</code> keyword causes the
content to be treated as being from its real origin instead of forcing it into an <span data-x="concept-origin-opaque">opaque origin</span>;
the <code data-x="attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</code> keyword
allows the content to <span>navigate</span> its <span data-x="nav-traversable">traversable
navigable</span>; the <code
content to be treated as being from its real origin instead of forcing it into an <span
data-x="concept-origin-opaque">opaque origin</span>; the <code
data-x="attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</code> keyword allows the
content to <span>navigate</span> its <span data-x="nav-traversable">traversable navigable</span>;
the <code
data-x="attr-iframe-sandbox-allow-top-navigation-by-user-activation">allow-top-navigation-by-user-activation</code>
keyword behaves similarly but allows such <span data-x="navigate">navigation</span> only when the
browsing context's <span data-x="nav-window">active window</span> has <span>transient
Expand Down

0 comments on commit 3bf0558

Please sign in to comment.