Skip to content

Commit 231c5fb

Browse files
authored
Fix error in "get a known shadow root" algorithm (w3c#1726)
1 parent a638d46 commit 231c5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4446,7 +4446,7 @@ <h3 id=shadow-root>Shadow Roots</h3>
44464446
<ol class="algorithm">
44474447
<li>If not <a>node reference is known</a> with <a>current session</a>,
44484448
<a>current browsing context</a>, and <var>reference</var> return
4449-
<a>error</a> with <a>error code</a> <a>no such element</a>.
4449+
<a>error</a> with <a>error code</a> <a>no such shadow root</a>.
44504450

44514451
<li>Let <var>node</var> be the result of <a>get a node</a> with
44524452
<a>current session</a>, <a>current browsing context</a>, and

0 commit comments

Comments
 (0)