We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Below is the original text from the specification:
"The removing steps for the HTML Standard, given removedNode and optionally oldParent, are defined as the following:
If removedNode is an element whose namespace is the HTML namespace, and this standard defines HTML element removing steps for removedNode's local name, then run the corresponding HTML element removing steps given insertedNode and optionally oldParent."
I think that insertedNode should be replaced with removedNode
insertedNode
removedNode
The text was updated successfully, but these errors were encountered:
I'll go ahead and take this!
Sorry, something went wrong.
4cb31f6
Fix wrong variable in HTML Standard removing steps
4d081d1
Closes whatwg#7949.
No branches or pull requests
Below is the original text from the specification:
"The removing steps for the HTML Standard, given removedNode and optionally oldParent, are defined as the following:
If removedNode is an element whose namespace is the HTML namespace, and this standard defines HTML element removing steps for removedNode's local name, then run the corresponding HTML element removing steps given insertedNode and optionally oldParent."
I think that
insertedNode
should be replaced withremovedNode
The text was updated successfully, but these errors were encountered: