Skip to content

dart:html Document missing documentElement attribute #2290

Closed
@sethladd

Description

@sethladd

The Document object has a documentElement attribute. See MDN docs here: https://developer.mozilla.org/en/DOM/document.documentElement

However, our dart:html Document object is missing this. http://api.dartlang.org/html/Document.html

Use case: generating a document instance from XSLT and getting a handle on the document.documentElement object.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions