Re: [DOM] missing information in the DOM specification

Hi Jake,

On 10/21/2011 06:46 PM, Jake Verbaten wrote:
> Step 4. 4. in node pre
> insert<http://www.w3.org/TR/domcore/#concept-node-pre-insert>is
>
> If node is a doctype<http://www.w3.org/TR/dom/#concept-doctype>  and either
> parent has a doctype<http://www.w3.org/TR/dom/#concept-doctype>
> child<http://www.w3.org/TR/dom/#concept-tree-child>,
> an element<http://www.w3.org/TR/dom/#concept-element>  is
> preceding<http://www.w3.org/TR/dom/#concept-tree-preceding>
>   child, or child is null and parent has an
> element<http://www.w3.org/TR/dom/#concept-element>
>   child<http://www.w3.org/TR/dom/#concept-tree-child>.
>
>
> I assume it is missing the following statement
>
> throw a HIERARCHY_REQUEST_ERR<http://www.w3.org/TR/dom/#dom-domexception-hierarchy_request_err>
>>   and terminate these steps.
>>

You are correct. Fixed: <https://dvcs.w3.org/hg/domcore/rev/4521de0552df>.

Thanks,
Ms2ger

Received on Saturday, 22 October 2011 15:23:42 UTC