-
Notifications
You must be signed in to change notification settings - Fork 459
Remove ownerDocument in ProcessingInstruction #2336
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
Remove ownerDocument in ProcessingInstruction #2336
Conversation
|
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
|
This is from Node, one of ancestors. I recommend to check git blame history to see why this is added. |
saschanaz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as above
|
Sorry for the late reply I was working out But It is still not clear to me, no browser has it |
|
ProcessingInstruction inherits CharacterData which then inherits Node. Node has ownerDocument. |
|
Hmm. But CharacterData has the same overriding type, so ProcessingInstruction shouldn't need another one. This should be good but the PR description should be different. |
|
I have updated the pr |
|
LGTM |
|
Merging because @saschanaz is a code-owner of all the changes - thanks! |
It is the same as in CharacterData