Re: [whatwg/dom] Editorial: unconjugate "pre-insertion" and "pre-removing" (PR #1330)

@annevk commented on this pull request.

Thanks, nice!

> @@ -2583,8 +2583,8 @@ steps:
 <h4 id=mutation-algorithms>Mutation algorithms</h4>
 
 <p>To
-<dfn export for=Node id=concept-node-ensure-pre-insertion-validity>ensure pre-insertion validity</dfn>
-of a <var>node</var> into a <var>parent</var> before a <var>child</var>, run these steps:
+<dfn export for=Node id=concept-node-ensure-pre-insert-validity>ensure pre-insert validity</dfn> of

Let's keep the ID unchanged (no need to add an alias either, I like that the IDs sometimes leak a bit of editing history).

> @@ -9380,7 +9379,7 @@ filter matches any <a for=/>node</a>.
 <a for=traversal>active flag</a>, <a for=traversal>root</a>, <a for=traversal>whatToShow</a>, and
 <a for=traversal>filter</a> as well.
 
-<p>The <dfn><code>NodeIterator</code> pre-removing steps</dfn> given a <var>nodeIterator</var> and
+<p>The <dfn><code>NodeIterator</code> pre-remove steps</dfn> given a <var>nodeIterator</var> and

```suggestion
<p>The <dfn id=nodeiterator-pre-removing-steps><code>NodeIterator</code> pre-remove steps</dfn> given a <var>nodeIterator</var> and
```
plus rewrapping

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1330#pullrequestreview-2498029652
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1330/review/2498029652@github.com>

Received on Thursday, 12 December 2024 07:21:15 UTC