Skip to content

Commit 9f049bb

Browse files
committed
Update moveBefore() spec and BCD keys
Spec changes were landed here: whatwg/dom#1307 whatwg/html#10657
1 parent eea0a5a commit 9f049bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

features/move-before.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: moveBefore()
22
description: The `moveBefore()` DOM method relocates a node while preserving its state. For example, you can move the active element without losing focus, move an animated element without resetting the animation, or move an iframe without reloading its content.
3-
spec: https://github.com/whatwg/dom/pull/1307
3+
spec:
4+
- https://dom.spec.whatwg.org/#dom-parentnode-movebefore
5+
- https://html.spec.whatwg.org/#preserving-custom-element-state-when-moved
46
group: dom
57
compat_features:
8+
- api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback
69
- api.Document.moveBefore
710
- api.DocumentFragment.moveBefore
811
- api.Element.moveBefore

features/move-before.yml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ status:
88
chrome_android: "133"
99
edge: "133"
1010
compat_features:
11+
- api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback
1112
- api.Document.moveBefore
1213
- api.DocumentFragment.moveBefore
1314
- api.Element.moveBefore

0 commit comments

Comments
 (0)