Skip to content

Commit

Permalink
fixup embed/object
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Nov 25, 2019
1 parent d360a8d commit 6c188fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -30741,7 +30741,8 @@ interface <dfn>HTMLEmbedElement</dfn> : <span>HTMLElement</span> {
document</span>'s <span>relevant settings object</span>, <span
data-x="concept-request-destination">destination</span> is "<code data-x="">embed</code>",
<span data-x="concept-request-credentials-mode">credentials mode</span> is "<code
data-x="">include</code>", and whose <span>use-URL-credentials flag</span> is set.</p></li>
data-x="">include</code>", <span data-x="concept-request-mode">mode</span> is "<code
data-x="">navigate</code>", and whose <span>use-URL-credentials flag</span> is set.</p></li>

<li>
<p><span data-x="concept-fetch">Fetch</span> <var>request</var>.</p>
Expand Down Expand Up @@ -31223,7 +31224,8 @@ interface <dfn>HTMLObjectElement</dfn> : <span>HTMLElement</span> {
document</span>'s <span>relevant settings object</span>, <span
data-x="concept-request-destination">destination</span> is "<code data-x="">object</code>",
<span data-x="concept-request-credentials-mode">credentials mode</span> is "<code
data-x="">include</code>", and whose <span>use-URL-credentials flag</span> is set.</p></li>
data-x="">include</code>", <span data-x="concept-request-mode">mode</span> is "<code
data-x="">navigate</code>", and whose <span>use-URL-credentials flag</span> is set.</p></li>

<li>

Expand Down

0 comments on commit 6c188fb

Please sign in to comment.