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

bonzo doesn't specialcase "required" attr #139

Open
x-yuri opened this issue Nov 28, 2017 · 0 comments
Open

bonzo doesn't specialcase "required" attr #139

x-yuri opened this issue Nov 28, 2017 · 0 comments

Comments

@x-yuri
Copy link

x-yuri commented Nov 28, 2017

By that I mean, that required attr behaves as , e.g., checked one:

<input id="i1">   <!-- document.getElementById('i1').required === false -->
<input id="i2" required>   <!-- document.getElementById('i2').required === true -->
<input id="i3" required="required">   <!-- document.getElementById('i3').required === true -->
@x-yuri x-yuri changed the title bonzo doesn't specialcase required attr bonzo doesn't specialcase "required" attr Nov 28, 2017
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

No branches or pull requests

1 participant