Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation on Document.importNode contains trash #16573

Closed
DartBot opened this issue Feb 6, 2014 · 4 comments
Closed

documentation on Document.importNode contains trash #16573

DartBot opened this issue Feb 6, 2014 · 4 comments
Labels
closed-duplicate Closed in favor of an existing report

Comments

@DartBot
Copy link

DartBot commented Feb 6, 2014

This issue was originally filed by alexe.kaigorodov@gmail.com


https://api.dartlang.org/apidocs/channels/stable/#dart-dom-html.Document@id_importNode

reads:

Node importNode (Node importedNode, [bool deep])

Returns a clone of a node from an external document
Node.insertBefore
Inserts the specified node before a reference node as a child of the current node.

etc

Description of Node.insertBefore and other methods should be removed.

@lrhn
Copy link
Member

lrhn commented Feb 6, 2014

Sounds like generated documentation being split incorrectly.


Added Area-HTML, Triaged labels.

@efortuna
Copy link
Contributor

efortuna commented Feb 6, 2014

Nope. this is a matter of the MDN documentation being bad. To fix this we'll need to manually edit our MDN documentation source.


Removed Area-HTML label.
Added Area-DartDocNext label.

@anders-sandholm
Copy link
Contributor

Removed Area-DartDocNext label.
Added Area-DartDoc label.

@alan-knight
Copy link
Contributor

Added Duplicate label.
Marked as being merged into #6443.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

6 participants