Skip to content

Commit

Permalink
fixup! Add Document member support notes for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 9, 2025
1 parent 3e054cd commit 70177cd
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -4679,9 +4679,17 @@
"version_added": "12",
"notes": "Before Edge 79, this method returns an `HTMLCollection`, not a `NodeList`."
},
"firefox": {
"version_added": "1"
},
"firefox": [
{
"version_added": "58"
},
{
"version_added": "1",
"version_removed": "58",
"partial_implementation": true,
"notes": "Only supported for [`HTMLDocument`](https://developer.mozilla.org/docs/Web/API/HTMLDocument), not all `Document` objects."
}
],
"firefox_android": "mirror",
"ie": {
"version_added": "5",
Expand Down Expand Up @@ -5659,11 +5667,11 @@
},
"firefox": [
{
"version_added": "61"
"version_added": "69"
},
{
"version_added": "1",
"version_removed": "61",
"version_removed": "69",
"partial_implementation": true,
"notes": "Only supported for [`HTMLDocument`](https://developer.mozilla.org/docs/Web/API/HTMLDocument), not all `Document` objects."
}
Expand Down Expand Up @@ -6381,11 +6389,11 @@
},
"firefox": [
{
"version_added": "61"
"version_added": "69"
},
{
"version_added": "1",
"version_removed": "61",
"version_removed": "69",
"partial_implementation": true,
"notes": "Only supported for [`HTMLDocument`](https://developer.mozilla.org/docs/Web/API/HTMLDocument), not all `Document` objects."
}
Expand Down Expand Up @@ -8504,11 +8512,11 @@
},
"firefox": [
{
"version_added": "61"
"version_added": "69"
},
{
"version_added": "1",
"version_removed": "61",
"version_removed": "69",
"partial_implementation": true,
"notes": "Only supported for [`HTMLDocument`](https://developer.mozilla.org/docs/Web/API/HTMLDocument), not all `Document` objects."
}
Expand Down

0 comments on commit 70177cd

Please sign in to comment.