[Bug 27623] A node.index() method for the ChildNode interface?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27623

donjjordan@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |donjjordan@gmail.com

--- Comment #5 from donjjordan@gmail.com ---
Since a node.index() function is required by many of the DOM's internal
algorithms (i.e. https://dom.spec.whatwg.org/#concept-tree-index), all of the
DOM implementations already have a privately-defined method like this. If a use
is ever found for this function outside of what is already provided by the DOM,
then node.index() would be a freebie to expose in the IDL. For now, there is no
point in cluttering up the API.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 16 December 2014 15:54:25 UTC