Re: [whatwg/dom] Fix the comparing boundary points of `concept-range-bp-set` (#925)

@edg2s requested changes on this pull request.



>       <a for="live range">root</a> is not equal to
-     <var>node</var>'s <a for=tree>root</a>, set
-     <var>range</var>'s <a for=range>start</a>
+     <var>node</var>'s <a for=tree>root</a>,
+     or if <var>bp</var> is
+     <a for="boundary point">before</a> the
+     <var>range</var>'s <a for=range>end</a>, set

this should be "start"

>       <a for="live range">root</a> is not equal to
-     <var>node</var>'s <a for=tree>root</a>, set
-     <var>range</var>'s <a for=range>start</a>
+     <var>node</var>'s <a for=tree>root</a>,
+     or if <var>bp</var> is
+     <a for="boundary point">before</a> the
+     <var>range</var>'s <a for=range>end</a>, set
+     <var>range</var>'s <a for=range>end</a>

this should be "start"

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

Received on Tuesday, 17 November 2020 16:00:34 UTC