-
Notifications
You must be signed in to change notification settings - Fork 2.9k
source element move and removing steps are wrong #11113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
5 tasks
6 tasks
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this issue
Mar 17, 2025
See whatwg/html#11113. Since the test added here passes in all browsers, we can remove the spec text indicating that the source element's removing and moving steps somehow keep track of the previous position's "next sibling" pointer. See also whatwg/html#11137. R=domenic Bug: N/A Change-Id: I572939ee5f7acb0c8980707a46aa581c449eb96d
aarongable
pushed a commit
to chromium/chromium
that referenced
this issue
Mar 17, 2025
See whatwg/html#11113. Since the test added here passes in all browsers, we can remove the spec text indicating that the source element's removing and moving steps somehow keep track of the previous position's "next sibling" pointer. See also whatwg/html#11137. R=domenic Bug: N/A Change-Id: I572939ee5f7acb0c8980707a46aa581c449eb96d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357453 Reviewed-by: Domenic Denicola <[email protected]> Commit-Queue: Dominic Farolino <[email protected]> Cr-Commit-Position: refs/heads/main@{#1433512}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this issue
Mar 17, 2025
See whatwg/html#11113. Since the test added here passes in all browsers, we can remove the spec text indicating that the source element's removing and moving steps somehow keep track of the previous position's "next sibling" pointer. See also whatwg/html#11137. R=domenic Bug: N/A Change-Id: I572939ee5f7acb0c8980707a46aa581c449eb96d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357453 Reviewed-by: Domenic Denicola <[email protected]> Commit-Queue: Dominic Farolino <[email protected]> Cr-Commit-Position: refs/heads/main@{#1433512}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this issue
Mar 17, 2025
See whatwg/html#11113. Since the test added here passes in all browsers, we can remove the spec text indicating that the source element's removing and moving steps somehow keep track of the previous position's "next sibling" pointer. See also whatwg/html#11137. R=domenic Bug: N/A Change-Id: I572939ee5f7acb0c8980707a46aa581c449eb96d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357453 Reviewed-by: Domenic Denicola <[email protected]> Commit-Queue: Dominic Farolino <[email protected]> Cr-Commit-Position: refs/heads/main@{#1433512}
moz-v2v-gh
pushed a commit
to mozilla/gecko-dev
that referenced
this issue
Mar 18, 2025
…ion test, a=testonly Automatic update from web-platform-tests Add 'next sibling' source relevant mutation test See whatwg/html#11113. Since the test added here passes in all browsers, we can remove the spec text indicating that the source element's removing and moving steps somehow keep track of the previous position's "next sibling" pointer. See also whatwg/html#11137. R=domenic Bug: N/A Change-Id: I572939ee5f7acb0c8980707a46aa581c449eb96d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357453 Reviewed-by: Domenic Denicola <[email protected]> Commit-Queue: Dominic Farolino <[email protected]> Cr-Commit-Position: refs/heads/main@{#1433512} -- wpt-commits: c29189937f2794b23486f6d7b3bdf8326fb05ddb wpt-pr: 51381
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the issue with the HTML Standard?
They start with something along these lines:
but that would mean you'd actually have to pass the next sibling in. However, as @domfarolino discovered implementations don't actually do this https://github.com/whatwg/html/pull/10657/files#r1894423255:
The text was updated successfully, but these errors were encountered: