Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tatut
Copy link
Owner

@tatut tatut commented May 17, 2025

Boolean attributes (defined in ripley.html/boolean-attribute?` set) are rendered without value if they are falsy or with just the name when truthy.

Previously they were rendered like <input type="checkbox" checked="true". Now the value is missing: <input type="checkbox" checked>.

Boolean attributes (defined in ripley.html/boolean-attribute?` set)
are rendered without value if they are falsy or with just the name
when truthy.

Previously they were rendered like `<input type="checkbox"
checked="true"`. Now the value is missing: `<input type="checkbox"
checked>`.
@tatut tatut merged commit 9da5a50 into master May 17, 2025
1 check passed
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.

2 participants