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

Make text/plugin/media/ua-inline no-quirks documents #6745

Merged
merged 8 commits into from
Jun 24, 2021
Merged
Changes from 3 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
12 changes: 12 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -86855,6 +86855,9 @@ new PaymentRequest(…); // Allowed to use
object</span> given "<code data-x="">html</code>", <var>type</var>, and
<var>navigationParams</var>.</p></li>

<li><p>Set <var>document</var>'s <span data-x="concept-document-mode">mode</span> to
domenic marked this conversation as resolved.
Show resolved Hide resolved
<code data-x="">no-quirks</code>.</p></li>

domenic marked this conversation as resolved.
Show resolved Hide resolved
<li><p>Create an <span>HTML parser</span> and associate it with the <var>document</var>. Act as
mfreed7 marked this conversation as resolved.
Show resolved Hide resolved
if the tokenizer had emitted a start tag token with the tag name "pre" followed by a single
U+000A LINE FEED (LF) character<!-- to get eaten, so that a leading LF in the text/plain stream
Expand Down Expand Up @@ -86931,6 +86934,9 @@ new PaymentRequest(&hellip;); // Allowed to use
object</span> given "<code data-x="">html</code>", <var>type</var>, and
<var>navigationParams</var>.</p></li>

<li><p>Set <var>document</var>'s <span data-x="concept-document-mode">mode</span> to
<code data-x="">no-quirks</code>.</p></li>

<li><p>Append an <code>html</code> element to <var>document</var>.</p></li>

<li><p>Append a <code>head</code> element to the <code>html</code> element.</p></li>
Expand Down Expand Up @@ -86992,6 +86998,9 @@ new PaymentRequest(&hellip;); // Allowed to use
object</span> given "<code data-x="">html</code>", <var>type</var>, and
<var>navigationParmas</var>.</p></li>

<li><p>Set <var>document</var>'s <span data-x="concept-document-mode">mode</span> to
<code data-x="">no-quirks</code>.</p></li>

<li><p>Mark <var>document</var> as being a <dfn>plugin document</dfn></p></li>

<li><p>Append an <code>html</code> element to <var>document</var>.</p></li>
Expand Down Expand Up @@ -87061,6 +87070,9 @@ new PaymentRequest(&hellip;); // Allowed to use
object</span> given "<code data-x="">html</code>", "<code data-x="">text/html</code>", and
<var>navigationParams</var>.</p></li>

<li><p>Set <var>document</var>'s <span data-x="concept-document-mode">mode</span> to
<code data-x="">no-quirks</code>.</p></li>

<li><p>Either associate <var>document</var> with a custom rendering that is not rendered using
the normal <code>Document</code> rendering rules, or mutate <var>document</var> until it
represents the content the user agent wants to render.</p>
Expand Down