getElementsByTagNameNS |
1Initially, this method was returning a NodeList ; it was then changed to reflect the spec change. |
12 |
1["The behavior of element.getElementsByTagNameNS changed between Firefox 3.5 and Firefox 3.6. In Firefox 3.5 and before, this function would automatically case-fold any queries so that a search for \"foo\" would match \"Foo\" or \"foo\". In Firefox 3.6 and later this function is now case-sensitive so that a query for \"foo\" will only match \"foo\" and not \"Foo\". For more background on this, please see the comment from Henri Sivonen about the change. You can also look at the relevant part of the standard, which states which parts of the API are case-sensitive and which parts aren't.", "Before Firefox 19, this method was returning a NodeList ; it was then changed to reflects the spec change."] |
9 |
≤12.1Initially, this method was returning a NodeList ; it was then changed to reflect the spec change. |
1Initially, this method was returning a NodeList ; it was then changed to reflect the spec change. |
4.4Initially, this method was returning a NodeList ; it was then changed to reflect the spec change. |
18Initially, this method was returning a NodeList ; it was then changed to reflect the spec change. |
4Before Firefox 19, this method was returning a NodeList ; it was then changed to reflects the spec change. |
≤12.1Initially, this method was returning a NodeList ; it was then changed to reflect the spec change. |
1Initially, this method was returning a NodeList ; it was then changed to reflect the spec change. |
1.0Initially, this method was returning a NodeList ; it was then changed to reflect the spec change. |