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

Remove references to CSP plugin-types #6292

Merged
merged 2 commits into from
Feb 5, 2021
Merged
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
25 changes: 8 additions & 17 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3861,7 +3861,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<li>The <dfn data-x-href="https://w3c.github.io/webappsec-csp/#allow-base-for-document">Is base allowed for Document?</dfn> algorithm</li>
<li>The <dfn data-x-href="https://w3c.github.io/webappsec-csp/#frame-ancestors"><code data-x="">frame-ancestors</code> directive</dfn></li>
<li>The <dfn data-x-href="https://w3c.github.io/webappsec-csp/#sandbox"><code data-x="">sandbox</code> directive</dfn></li>
<li>The <dfn data-x-href="https://w3c.github.io/webappsec-csp/#should-plugin-element-be-blocked-a-priori-by-content-security-policy">Should plugin element be blocked <i lang="la">a priori</i> by Content Security Policy?</dfn> algorithm</li>
<li>The <dfn data-x-href="https://w3c.github.io/webappsec-csp/#contains-a-header-delivered-content-security-policy">contains a header-delivered Content Security Policy</dfn> property.</li>
</ul>
</dd>
Expand Down Expand Up @@ -30861,10 +30860,6 @@ interface <dfn>HTMLEmbedElement</dfn> : <span>HTMLElement</span> {
<li><p>If another <span data-x="concept-task">task</span> has since been queued to run <span>the
<code>embed</code> element setup steps</span> for <var>element</var>, then return.</p></li>

<li><p>If the <span>Should plugin element be blocked <i lang="la">a priori</i> by Content
Security Policy?</span> algorithm returns "<code data-x="">Blocked</code>" when executed on
<var>element</var>, then return. <ref spec=CSP></p></li>

<li>
<p>If <var>element</var> has a <code data-x="attr-embed-src">src</code> attribute set, then:</p>

Expand Down Expand Up @@ -31284,18 +31279,13 @@ interface <dfn>HTMLObjectElement</dfn> : <span>HTMLElement</span> {
be shown because that content uses a format that the user finds more accessible.</p>
</li>

<li>
<p>If the element has an ancestor <span>media element</span>, or has an ancestor
<code>object</code> element that is <em>not</em> showing its <span>fallback content</span>, or
if the element is not <span>in a document</span> whose <span
data-x="concept-document-bc">browsing context</span> is non-null, or if the element's <span>node
document</span> is not <span>fully active</span>, or if the element is still in the <span>stack
of open elements</span> of an <span>HTML parser</span> or <span>XML parser</span>, or if the
element is not <span>being rendered</span>, or if the <span>Should plugin element be blocked
<i lang="la">a priori</i> by Content Security Policy?</span> algorithm returns "<code
data-x="">Blocked</code>" when executed on the element, then jump to the step below labeled
<i>fallback</i>. <ref spec=CSP></p>
</li>
<li><p>If the element has an ancestor <span>media element</span>, or has an ancestor
<code>object</code> element that is <em>not</em> showing its <span>fallback content</span>, or if
the element is not <span>in a document</span> whose <span data-x="concept-document-bc">browsing
context</span> is non-null, or if the element's <span>node document</span> is not <span>fully
active</span>, or if the element is still in the <span>stack of open elements</span> of an
<span>HTML parser</span> or <span>XML parser</span>, or if the element is not <span>being
rendered</span>, then jump to the step below labeled <i>fallback</i>.</p></li>

<li>
antosart marked this conversation as resolved.
Show resolved Hide resolved
<!-- what if it's not in the document? if that should prevent plugin instantiation, then here
Expand Down Expand Up @@ -123164,6 +123154,7 @@ INSERT INTERFACES HERE
Anthony Ramine,
Anthony Ricaud,
Anton Vayvod,
Antonio Sartori,
Antti Koivisto,
Arfat Salman,
Arkadiusz Michalski,
Expand Down