Skip to content

Commit

Permalink
Pass in is value
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed May 15, 2019
1 parent 9773234 commit 3d4148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6775,7 +6775,7 @@ invoked, must run these steps:
<li><p>Let <var>definition</var> be the result of
<a lt="look up a custom element definition">looking up a custom element definition</a> given
<a>context object</a>'s <a for=Node>node document</a>, its <a for=Element>namespace</a>, its
<a for=Element>local name</a>, and null as <a><code>is</code> value</a>.
<a for=Element>local name</a>, and its <a for=Element><code>is</code> value</a>.

<li><p>If <var>definition</var> is not null and <var>definition</var>'s
<a for="custom element definition">disable shadow</a> is true, then <a>throw</a> a
Expand Down

0 comments on commit 3d4148b

Please sign in to comment.