Skip to content
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

Reference the move primitive in DOM mutations section #341

Draft
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Draft
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
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -951,10 +951,11 @@ <h2>
<a>live range</a>.
</p>
<p>
When the user agent is to [=remove=] or [=insert=] a [=node=], the user
agent must update the <a>range</a> associated with <a>selection</a> of
the [=Node/node document=] of the [=node=] as if it's a <a>live
range</a>.
When the user agent is to [=remove=], or, [=insert=], or [=move=] a
[=node=], the user agent must update the <a>range</a> associated with
<a>selection</a> of the [=Node/node document=] of the [=node=] as if
it's a <a>live range</a>, according to the {{Range}} updating logic in
the respective algorithms.
</p>
</section>
<section>
Expand Down
Loading