Skip to content

Commit

Permalink
Add missing spec_url for NamedNodeMap.* (#13450)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 authored Nov 12, 2021
1 parent 16c2221 commit c234efa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/NamedNodeMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"getNamedItemNS": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NamedNodeMap/getNamedItemNS",
"spec_url": "https://dom.spec.whatwg.org/#dom-namednodemap-getnameditemns",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -170,6 +171,7 @@
"item": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NamedNodeMap/item",
"spec_url": "https://dom.spec.whatwg.org/#dom-namednodemap-item",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -218,6 +220,7 @@
"length": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NamedNodeMap/length",
"spec_url": "https://dom.spec.whatwg.org/#dom-namednodemap-length",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -266,6 +269,7 @@
"removeNamedItem": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NamedNodeMap/removeNamedItem",
"spec_url": "https://dom.spec.whatwg.org/#dom-namednodemap-removenameditem",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -314,6 +318,7 @@
"removeNamedItemNS": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NamedNodeMap/removeNamedItemNS",
"spec_url": "https://dom.spec.whatwg.org/#dom-namednodemap-removenameditemns",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -362,6 +367,7 @@
"setNamedItem": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NamedNodeMap/setNamedItem",
"spec_url": "https://dom.spec.whatwg.org/#dom-namednodemap-setnameditem",
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -410,6 +416,7 @@
"setNamedItemNS": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NamedNodeMap/setNamedItemNS",
"spec_url": "https://dom.spec.whatwg.org/#dom-namednodemap-setnameditemns",
"support": {
"chrome": {
"version_added": "1"
Expand Down

0 comments on commit c234efa

Please sign in to comment.