Skip to content

Commit 34faa6c

Browse files
Add spec urls for moveBefore() (mdn#26408)
1 parent 3f1589b commit 34faa6c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

api/Document.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5787,6 +5787,7 @@
57875787
},
57885788
"moveBefore": {
57895789
"__compat": {
5790+
"spec_url": "https://dom.spec.whatwg.org/#dom-parentnode-movebefore",
57905791
"tags": [
57915792
"web-features:move-before"
57925793
],

api/DocumentFragment.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
},
329329
"moveBefore": {
330330
"__compat": {
331+
"spec_url": "https://dom.spec.whatwg.org/#dom-parentnode-movebefore",
331332
"tags": [
332333
"web-features:move-before"
333334
],

api/Element.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7353,6 +7353,7 @@
73537353
},
73547354
"moveBefore": {
73557355
"__compat": {
7356+
"spec_url": "https://dom.spec.whatwg.org/#dom-parentnode-movebefore",
73567357
"tags": [
73577358
"web-features:move-before"
73587359
],

0 commit comments

Comments
 (0)