Re: [whatwg] Proposal: Adding methods like getElementById and getElementsByTagName to DocumentFragments

On Fri, Jun 28, 2013 at 6:51 PM, Tab Atkins Jr. <jackalmage@gmail.com>wrote:

> On Fri, Jun 28, 2013 at 2:28 PM, Zirak A <zirak@mail.com> wrote:
> > Besides my personal aversion towards selectors being in the DOM API,
> there's
> > also the simple fact that it makes sense for document fragments to have
> these
> > methods.
>
> That's far from obvious, given that I don't think it makes sense to
> spread those obsolete methods around any further.


They were already spread to ShadowRoot. Does anyone have a reference to
that discussion that led to that decision? It seems like if they're being
added to ShadowRoot, which inherits from DocumentFragment, we might as well
just add them to DocumentFragment and be done with it. At least from a
non-implementor's view that seems to make sense.

Received on Friday, 6 September 2013 12:48:22 UTC