- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Aug 2014 22:48:26 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25831 --- Comment #1 from Ben Peters <benjamp@microsoft.com> --- Proposed text, based on the text for collapse(): void setBaseAndExtent (Node baseNode, unsigned long baseOffset, Node extentNode, unsigned long extentOffset); The method must throw an IndexSizeError exception if offset is negative or longer than node's length ([DOM4]). Otherwise, it must create a new range, set ([DOM4]) its start to (baseNode, baseOffset) and its and end to (extentNode, extentOffset), and set the context object's range to the newly-created range. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 5 August 2014 22:48:27 UTC