Skip to content
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
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -26819,7 +26819,7 @@ document.body.appendChild(wbr);</code></pre>

<li><p>If <var>continue</var> is false, then return.</p></li>

<li><p><span>Inform the navigation API about aborting navigation</span> given <var>subject</var>'s <span>node navigable</span></p>
<li><p><span>Inform the navigation API about aborting navigation</span> given <var>subject</var>'s <span>node navigable</span>.</p>
</ol>
</li>

Expand Down Expand Up @@ -38225,7 +38225,7 @@ interface <dfn interface>MediaError</dfn> {
<ol>
<li><p>Let <var>isTopLevelSelfFetch</var> be false.</p></li>

<li><p>Let <var>settingsObject</var> be <span>media element</span>'s
<li><p>Let <var>settingsObject</var> be the <span>media element</span>'s
<span>node document</span>'s <span>relevant settings object</span>.</p></li>

<li><p>Let <var>global</var> be the <span>media element</span>'s
Expand All @@ -38245,7 +38245,7 @@ interface <dfn interface>MediaError</dfn> {

<li><p><var>settingsObject</var>'s <span
data-x="concept-environment-creation-url">creation URL</span> <span
data-x="concept-url-equals">equals</span> <span>URL record</span>,</p></li>
data-x="concept-url-equals">equals</span> the <span>URL record</span>,</p></li>
</ul>

<p>then set <var>isTopLevelSelfFetch</var> to true.</p>
Expand Down Expand Up @@ -117431,7 +117431,7 @@ document.querySelector("button").addEventListener("click", bound);
<span>string</span> <var>source</var>, an <span>environment settings object</span>
<var>settings</var>, a <span>URL</span> <var>baseURL</var>, a <span>script fetch options</span>
<var>options</var>, an optional boolean <var>mutedErrors</var> (default false), an optional
<span>URL</span>-or-null <var>sourceURLForWindowScripts</var> (default null) and an optional
<span>URL</span>-or-null <var>sourceURLForWindowScripts</var> (default null), and an optional
boolean <var>bypassDisabledScripting</var> (default false):</p>

<p class="note">The <var>bypassDisabledScripting</var> parameter is intended to be used for
Expand Down