You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .val() page needs cleanup with regards to some pseudo-classes. It was originally reported by @gibson042 in #981 (comment):
I (...) would (...) like to see some (...) cleanup there:
Replace all use of nonstandard :selected with standard :checked
Replace nonstandard :checkbox with [type=checkbox]
Replace nonstandard :radio with [type=radio]
The text was updated successfully, but these errors were encountered:
The
.val()
page needs cleanup with regards to some pseudo-classes. It was originally reported by @gibson042 in #981 (comment):The text was updated successfully, but these errors were encountered: