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

doc: improve Node#inner_html= docs #2656

Merged
merged 1 commit into from Oct 15, 2022

Conversation

flavorjones
Copy link
Member

What problem is this PR intended to solve?

As part of #2655 I realized that although Node#inner_html= is essentially an alias for #children= and parses string arguments using the appropriate document fragment parser (XML or HTML4 or HTML5, as implemented at #2388), the name is potentially misleading.

Closes #2655

because it's not always parsed as HTML.

Closes #2655

[skip ci]
@flavorjones flavorjones force-pushed the 2655-improve-node-inner-html-docs branch from f3b826a to cdbdd82 Compare October 7, 2022 16:28
@flavorjones flavorjones merged commit 2443f8e into main Oct 15, 2022
@flavorjones flavorjones deleted the 2655-improve-node-inner-html-docs branch October 15, 2022 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.13.0 XML::Document drops ampersand when parsing in-context fragments
1 participant