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

Add SELECT to the ignore list #53

Closed
pento opened this issue Mar 13, 2015 · 3 comments
Closed

Add SELECT to the ignore list #53

pento opened this issue Mar 13, 2015 · 3 comments

Comments

@pento
Copy link

pento commented Mar 13, 2015

Based on discussion from #50.

select can only contain option or optgroup tags, optgroup can only contain option tags, and option can only contain text.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select

@WebReflection
Copy link
Collaborator

fair enough, landed in 1.3.2 thank you

@lewisje
Copy link

lewisje commented Mar 29, 2015

The minified script still doesn't have this enhancement.

@WebReflection
Copy link
Collaborator

you are right, sorry. Updated now ( it should propagate soon through the CDN )

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

3 participants