[whatwg/dom] Redundant step in `find slottables` (Issue #1349)

### What is the issue with the DOM Standard?

In https://dom.spec.whatwg.org/#find-slotables, Step 5.1 says
> Let result be « ». 

But `result` was already declared as 

> Let result be an empty list.

in Step 1. (and cannot possibly have changed in the meantime)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1349
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1349@github.com>

Received on Sunday, 19 January 2025 17:32:07 UTC