-
Notifications
You must be signed in to change notification settings - Fork 317
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest
Description
What problem are you trying to solve?
w3c/webdriver#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
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest