This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17430 - pre-insert is confused about "following"
Summary: pre-insert is confused about "following"
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 19:31 UTC by Ms2ger
Modified: 2012-06-07 10:04 UTC (History)
2 users (show)

See Also:


Attachments

Description Ms2ger 2012-06-06 19:31:05 UTC
> If /node/ is an element and either /parent/ has an element child or
> /child/ is not null and a doctype is following /child/, throw a
> "HierarchyRequestError" and terminate these steps.

This wants to include the case where the doctype *is* /child/.

(Same for the fragment case before that.)
Comment 1 Anne 2012-06-07 10:04:17 UTC
Well this was annoying.

https://bitbucket.org/ms2ger/dom-core/changeset/1b2dde03ba89