- From: Philippe Le Hegaret <plh@w3.org>
- Date: 05 Aug 2003 14:08:30 -0400
- To: Curt Arnold <carnold@houston.rr.com>
- Cc: WWW DOM <www-dom@w3.org>
On Wed, 2003-07-30 at 00:44, Curt Arnold wrote: > "from its parent child list" should be "from its parent's child list" or > better "from the child list of its parent" fixed. > getElementsByTagName: "The special value "*" ... For XML, this is is > case-sensitive" > "this is" should be "the tagname parameter" or the sentences should be > rearranged. fixed. > normalizeDocument: "Note that this method does not generate fatal errors" > > Should this be "does not raise exceptions" No, normalizeDocument does not declare exceptions anyway. This method generates DOMErrors instead. Since we have 3 categories of errors on DOMError, we needed to be explicit that receiving a fatal error DOMError when using normalizeDocument will never happen, unlike the load operation in LS. [other issues added to the issues list] Philippe
Received on Tuesday, 5 August 2003 14:08:43 UTC