-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
HTML element boolean attribute handling spec conformance #394
Labels
Comments
This is annoying with
|
Thanks for pointing this out @kellytk . @deniskolodin this is also a problem with elements and the |
mrh0057
added a commit
to mrh0057/yew
that referenced
this issue
Jan 3, 2020
mrh0057
added a commit
to mrh0057/yew
that referenced
this issue
Jan 3, 2020
jstarry
pushed a commit
that referenced
this issue
Jan 6, 2020
* Updated so boolean attributes are either there or not. Issue #394 * Ran cargo fmt. * Updated to remove checked and selected special handling. * Update the attribute list to match what mdn says. Removed deceprated attributes. * Added back the checked special handling.
llebout
pushed a commit
to llebout/yew
that referenced
this issue
Jan 20, 2020
* Updated so boolean attributes are either there or not. Issue yewstack#394 * Ran cargo fmt. * Updated to remove checked and selected special handling. * Update the attribute list to match what mdn says. Removed deceprated attributes. * Added back the checked special handling.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I'm submitting a ...
The handling of the following true condition appears to be out of spec:
Expected Results
Actual Results
Please note the following quotes from the spec:
I expect that the flawed behavior affects all boolean attributes however I've not confirmed that.
For completeness, the following false condition behaves as expected, omitting the
disabled
attribute entirely:The text was updated successfully, but these errors were encountered: