@kcjpop/x-browser-compat
Version:
A Web Component to display browser compatibility data
1 lines • 2.83 kB
JSON
{"mdn_url":"https://developer.mozilla.org/docs/Web/API/Element/getElementsByTagNameNS","source_file":"api/Element.json","spec_url":"https://dom.spec.whatwg.org/#dom-element-getelementsbytagnamens","status":{"deprecated":false,"experimental":false,"standard_track":true},"support":{"chrome":{"notes":"Initially, this method was returning a <code>NodeList</code>; it was then changed to reflect the spec change.","version_added":"1"},"chrome_android":{"notes":"Initially, this method was returning a <code>NodeList</code>; it was then changed to reflect the spec change.","version_added":"18"},"edge":{"version_added":"12"},"firefox":{"notes":["The behavior of <code>element.getElementsByTagNameNS</code> 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 <a href='https://bugzil.la/542185#c5'>comment from Henri Sivonen about the change</a>. You can also look at the <a href='https://developer.mozilla.org/docs/Case_Sensitivity_in_class_and_id_Names'>relevant part of the standard, which states which parts of the API are case-sensitive and which parts aren't</a>.","Before Firefox 19, this method was returning a <code>NodeList</code>; it was then changed to reflects the spec change."],"version_added":"1"},"firefox_android":{"notes":"Before Firefox 19, this method was returning a <code>NodeList</code>; it was then changed to reflects the spec change.","version_added":"4"},"ie":{"version_added":"9"},"oculus":{"notes":"Initially, this method was returning a <code>NodeList</code>; it was then changed to reflect the spec change.","version_added":"5.0"},"opera":{"notes":"Initially, this method was returning a <code>NodeList</code>; it was then changed to reflect the spec change.","version_added":"≤12.1"},"opera_android":{"notes":"Initially, this method was returning a <code>NodeList</code>; it was then changed to reflect the spec change.","version_added":"≤12.1"},"safari":{"notes":"Initially, this method was returning a <code>NodeList</code>; it was then changed to reflect the spec change.","version_added":"1"},"safari_ios":{"notes":"Initially, this method was returning a <code>NodeList</code>; it was then changed to reflect the spec change.","version_added":"1"},"samsunginternet_android":{"notes":"Initially, this method was returning a <code>NodeList</code>; it was then changed to reflect the spec change.","version_added":"1.0"},"webview_android":{"notes":"Initially, this method was returning a <code>NodeList</code>; it was then changed to reflect the spec change.","version_added":"4.4"}}}