From d02ce6bf967244308b7e49c0cdb98efe80822dd8 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Tue, 24 Nov 2020 08:56:31 -0800 Subject: [PATCH 1/2] Set include shadow roots to "deny" --- xhr.bs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xhr.bs b/xhr.bs index b96846a..39dbf49 100644 --- a/xhr.bs +++ b/xhr.bs @@ -1300,9 +1300,10 @@ not be web compatible.
  • Let document be a document that - represents the result parsing xhr's received bytes following the rules set - forth in the HTML Standard for an HTML parser with scripting disabled and - a known definite encoding charset. + represents the result of parsing xhr's received bytes following the rules set + forth in the HTML Standard for an HTML parser with scripting disabled, + a known definite encoding charset, and include shadow roots state + set to "deny". [[!HTML]]

  • Flag document as an From 034457940b766b953ed8a67958b9448c8fa2e4c7 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Tue, 24 Nov 2020 09:04:48 -0800 Subject: [PATCH 2/2] Add name, convert to magic anchor --- xhr.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xhr.bs b/xhr.bs index 39dbf49..9173c69 100644 --- a/xhr.bs +++ b/xhr.bs @@ -1302,7 +1302,7 @@ not be web compatible. document that represents the result of parsing xhr's received bytes following the rules set forth in the HTML Standard for an HTML parser with scripting disabled, - a known definite encoding charset, and include shadow roots state + a known definite encoding charset, and include shadow roots state set to "deny". [[!HTML]] @@ -1988,6 +1988,7 @@ Mark Birbeck, Mark Nottingham, Mark S. Miller, Martin Hassman, +Mason Freed, Mike Pennisi, Mohamed Zergaoui, Ms2ger,