Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion features/move-before.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: moveBefore()
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.
spec: https://github.com/whatwg/dom/pull/1307
spec:
- https://dom.spec.whatwg.org/#dom-parentnode-movebefore
- https://html.spec.whatwg.org/multipage/custom-elements.html#preserving-custom-element-state-when-moved
group: dom
compat_features:
- api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback
- api.Document.moveBefore
- api.DocumentFragment.moveBefore
- api.Element.moveBefore
1 change: 1 addition & 0 deletions features/move-before.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ status:
chrome_android: "133"
edge: "133"
compat_features:
- api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback
- api.Document.moveBefore
- api.DocumentFragment.moveBefore
- api.Element.moveBefore
4 changes: 0 additions & 4 deletions scripts/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ const defaultAllowlist: allowlistItem[] = [
"https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/DocumentSubtitle/explainer.md",
"Allowed because this is where the application-title meta tag is spec'd at the moment. Remove when https://github.com/whatwg/html/issues/8909 is fixed."
],
[
"https://github.com/whatwg/dom/pull/1307",
"This is only place moveBefore() is spec'd. Remove this exception when https://github.com/whatwg/dom/pull/1307 merges."
],
[
"https://www.w3.org/TR/2018/SPSD-html5-20180327/embedded-content-0.html#synchronising-multiple-media-elements",
"Allowed for the mediacontroller feature. This is the superseded HTML5 spec that still contains MediaController."
Expand Down