Skip to content

Remove some more methods from Document #6989

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

Closed
jacob314 opened this issue Nov 28, 2012 · 4 comments
Closed

Remove some more methods from Document #6989

jacob314 opened this issue Nov 28, 2012 · 4 comments
Assignees
Labels
web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@jacob314
Copy link
Member

I think
preferredStylesheetSet
and
selectedStylesheetSet
should probably be moved to HtmlDocument

createCDataSection should be removed (use a construtor)
createRange should be removed (use a constructor)
createTouch should be removed (use a constructor)

getCssCanvasContext should probably be moved to HtmlDocument

Remove DocumentEvents that only make sense for an HtmlDocument

@sethladd
Copy link
Contributor

Added Area-HTML label.

@efortuna
Copy link
Contributor

efortuna commented Dec 6, 2012

Added this to the M2 milestone.

@blois
Copy link

blois commented Dec 6, 2012

Working on this now.

I cannot move createCDataSection as it is not supported by HtmlDocument (only XmlDocuments?). Will investigate removing completely.

Touch is covered by bug #­6876
DocumentEvents is covered by bug #­6987


Added Accepted label.

@blois
Copy link

blois commented Dec 7, 2012

Added Fixed label.

@jacob314 jacob314 added Type-Defect web-libraries Issues impacting dart:html, etc., libraries labels Dec 7, 2012
@jacob314 jacob314 added this to the M2 milestone Dec 7, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

4 participants