From 3d4148b8809a63ee60c1a20cf29cf501d48368a5 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 15 May 2019 14:53:18 -0400 Subject: [PATCH] Pass in is value --- dom.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom.bs b/dom.bs index 54e42dffd..5a6171625 100644 --- a/dom.bs +++ b/dom.bs @@ -6775,7 +6775,7 @@ invoked, must run these steps:
  • Let definition be the result of looking up a custom element definition given context object's node document, its namespace, its - local name, and null as is value. + local name, and its is value.

  • If definition is not null and definition's disable shadow is true, then throw a