dom
dom copied to clipboard
Support `getElementsByTagName(tag)` for DocumentFragment
What problem are you trying to solve?
https://github.com/w3c/webdriver/issues/1903
There is no reason we don't support getElementsByTagName(tag) for DocumentFragment, as it already supports querySelector, getElementById etc. Right now this causes trouble for WebDriver standard.
What solutions exist today?
Use querySelectorAll to mimic the behaviour.
How would you solve it?
No response
Anything else?
No response