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

not in the same tree: use node document over ownerDocument attribute #1074

Merged
merged 1 commit into from
Aug 30, 2017
Merged

not in the same tree: use node document over ownerDocument attribute #1074

merged 1 commit into from
Aug 30, 2017

Conversation

andreastt
Copy link
Member

@andreastt andreastt commented Aug 30, 2017

To avoid shadowing attributes set in the DOM, we should rely on the
algorithmic definitions of ownerDocument, which is node document, from
the DOM specificaiton.

This patch also removes the third step as the otherwise-clause needs to
be part of the same step as the if-condition.


This change is Reviewable

To avoid shadowing attributes set in the DOM, we should rely on the
algorithmic definitions of ownerDocument, which is node document, from
the DOM specificaiton.

This patch also removes the third step as the otherwise-clause needs to
be part of the same step as the if-condition.
@andreastt andreastt added the bug label Aug 30, 2017
@andreastt andreastt added this to the Level 1 milestone Aug 30, 2017
@AutomatedTester AutomatedTester merged commit 897ea11 into w3c:master Aug 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants