Hi,

In bug 1535438 I intend to remove three Shadow DOM v0 APIs that slipped
through when we shipped Shadow DOM v1:

 * ShadowRoot.getElementsByTagName
 * ShadowRoot.getElementsByTagNameNS
 * ShadowRoot.getElementsByClassName

These were implemented in bug 806506 as part of the initial Shadow DOM
v0 implementation by William Chen, and they remained there as we updated
to v1, looks like :)

No other browser is shipping these, so the earlier we remove it the
better, but let me know if you disagree.

The code implementing them remains untouched, since it's the same for
ShadowRoot and Document, so resurrecting them should we need that would
be trivial.

 -- Emilio
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to