Skip to content

remove or throw errors in disallowed DOM methods #1173

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
sigmundch opened this issue Jan 13, 2012 · 2 comments
Closed

remove or throw errors in disallowed DOM methods #1173

sigmundch opened this issue Jan 13, 2012 · 2 comments
Labels
closed-duplicate Closed in favor of an existing report

Comments

@sigmundch
Copy link
Member

Some DOM functions are different than the standard Javascript DOM API, for instance, a parent window has restricted access to the DOM of a child frame via frame.contentDocument.

We should make sure to change the DOM library in a way that makes it easy to understand/discover these restrictions (e.g. the compiler should be able to issue warnings, runtime errors are understandable).

@vsmenon
Copy link
Member

vsmenon commented Apr 12, 2012

Removed Area-UI label.
Added Area-DOM label.

@vsmenon
Copy link
Member

vsmenon commented Jun 22, 2012

This should be fixed with 3836, merging.


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

@sigmundch sigmundch added Type-Defect closed-duplicate Closed in favor of an existing report labels Jun 22, 2012
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

2 participants