- From: <bugzilla@jessica.w3.org>
- Date: Tue, 26 Nov 2013 20:20:40 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23860
--- Comment #22 from Marat Tanalin | tanalin.com <mtanalin@yandex.ru> ---
By the way, on syntax level, we could just add context element as optional
second parameter to existing `document.getElementById()` method so that
document.getElementById('example', someElement)
would be equivalent to
someElement.getElementById('example')
Same is probably applicable to DocumentFragment.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 26 November 2013 20:20:42 UTC