Skip to content

Commit 8e8c366

Browse files
authored
Fix spurious close tag (#253)
Remove spurious close tag to fix bikeshed run. Ref: https://github.com/WICG/sanitizer-api/actions/runs/12906292223/job/35987287332
1 parent 17a1956 commit 8e8c366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ These methods are mirrored on the {{ShadowRoot}}:
173173
</div>
174174

175175
<div algorithm>
176-
{{ShadowRoot}}'s <dfn for="ShadowRoot" export>setHTML</dfn>(|html|, |options|)</dfn> method steps are:
176+
{{ShadowRoot}}'s <dfn for="ShadowRoot" export>setHTML</dfn>(|html|, |options|) method steps are:
177177

178178
1. [=Set and filter HTML=] using [=this=] (as target), [=this=] (as context element),
179179
|html|, |options|, and true.

0 commit comments

Comments
 (0)