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 22512 - "Copy the following, depending on the type of node"
Summary: "Copy the following, depending on the type of node"
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-28 21:59 UTC by Ian 'Hixie' Hickson
Modified: 2013-07-01 15:24 UTC (History)
2 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2013-06-28 21:59:21 UTC
http://dom.spec.whatwg.org/#interface-node

[[
Copy the following, depending on the type of node
]]

This doesn't actually say what you're copying these to (or really from, though I guess "its" must mean the /node/ node, not the node's type, since that would make no sense at all)...
Comment 1 Anne 2013-07-01 15:13:00 UTC
Good point. I guess we should actually define the new node that is created.