w3c / accname

Accessible Name and Description Computation
https://w3c.github.io/accname/
Other
60 stars 23 forks source link

LabelledBy Recursion is not actually recursive, so it should be renamed. #222

Open cookiecrook opened 7 months ago

cookiecrook commented 7 months ago

LabelledBy Recursion is not actually recursive, so it (and the WPT test file) should be renamed.

Originally posted by @cookiecrook in https://github.com/w3c/accname/issues/209#issuecomment-1774181678

After the outcome of #209, it's clear this is not actually "recursion" so consider renaming that step name, ID, and test file.

cookiecrook commented 2 months ago

Let's just call it "traversal" instead of "recursion" I think that remains accurate. There may also be some minor word smithing to make it clear it doesn't loop back into the algorithm more than once... As opposed to a recursive inward loop.