- From: Darin Adler <notifications@github.com>
- Date: Sat, 19 Sep 2020 09:29:12 -0700
- To: w3c/selection-api <selection-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 19 September 2020 16:29:25 UTC
The [selectAllChildren method](https://w3c.github.io/selection-api/#dom-selection-selectallchildren) steps indicate that the range should be created with the node and the length of the that node. However, the current version of web platform tests, the function’s name, and the WebKit engine all agree that this should select only children, not text node characters. I’m guessing that the web-compatible behavior is also the behavior that makes logical sense given name’s explicit mention of children. Instead of using the length of the node the algorithm should use the node’s number of children. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/selection-api/issues/125
Received on Saturday, 19 September 2020 16:29:25 UTC