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
jQuery 3.1.0 gets option:disabled and option:enabled wrong
#3224
Comments
|
Confirmed; looks like jquery/sizzle@7999a01 just flat-out got optgroup handling wrong. |
|
Was looking at this too, and I noticed that Chrome sees |
|
BTW http://jsbin.com/texafetaro/edit?html,js,console,output Different results in Safari and FF than Chrome. |
Chrome is actually the reason for that content; |
|
I see, so it shouldn't match either ':enabled' or ':disabled'. |
SemVer patch Fixes jquerygh-382 Ref jquery/jquery#3224 Ref 7999a01
SemVer patch Fixes gh-382 Ref jquery/jquery#3224 Ref 7999a01 Closes gh-384
Description
Considering the spec (https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled), 2.2.4 is correct.
Link to test case
http://plnkr.co/edit/SaKHF3YxEQ9CcnH8Ri4z?p=preview
The text was updated successfully, but these errors were encountered: