Skip to content
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
14 changes: 10 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -40178,10 +40178,16 @@ interface <dfn interface>MediaError</dfn> {
<li><p>it has an <code data-x="attr-media-autoplay">autoplay</code> attribute
specified;</p></li>

<li><p>if it is an <code>audio</code> or <code>video</code> element and its <span>lazy loading attribute</span> is either in the <span
data-x="attr-loading-eager-state">Eager</span> state or has started loading while in the <span
data-x="attr-loading-lazy-state">Lazy</span> state, or <span data-x="concept-n-noscript">scripting is
disabled</span> for the element;</p></li>
<li>
<p>any of the following conditions are true:</p>
<ul>
<li>its <span>lazy loading attribute</span> is in the <span
data-x="attr-loading-eager-state">Eager</span> state;</li>
<li>its <span>lazy loading attribute</span> is in the <span
data-x="attr-loading-lazy-state">Lazy</span> state, and it has started loading; or</li>
<li><span data-x="concept-n-noscript">scripting is disabled</span> for the element;</li>
</ul>
</li>

<li><p>its <span>node document</span>'s <span>active sandboxing flag set</span> does not have
the <span>sandboxed automatic features browsing context flag</span> set; and</p></li>
Expand Down
Loading