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

Add link to declarative shadow dom opt-in #300

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
8 changes: 5 additions & 3 deletions xhr.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1300,9 +1300,10 @@ not be web compatible.

<li><p>Let <var>document</var> be a
<a>document</a> that
represents the result parsing <var>xhr</var>'s <a>received bytes</a> following the rules set
forth in the HTML Standard for an HTML parser with scripting disabled and
<a>a known definite encoding</a> <var>charset</var>.
represents the result of parsing <var>xhr</var>'s <a>received bytes</a> following the rules set
forth in the HTML Standard for an HTML parser with scripting disabled,
<a>a known definite encoding</a> <var>charset</var>, and <a>include shadow roots state</a>
set to "deny".
[[!HTML]]

<li><p>Flag <var>document</var> as an
Expand Down Expand Up @@ -1987,6 +1988,7 @@ Mark Birbeck,
Mark Nottingham,
Mark S. Miller,
Martin Hassman,
Mason Freed,
Mike Pennisi,
Mohamed Zergaoui,
Ms2ger,
Expand Down