Side navigation
#8583 closed bug (duplicate)
Opened March 22, 2011 09:53AM UTC
Closed March 22, 2011 03:11PM UTC
Last modified March 22, 2011 03:11PM UTC
:text misses input tags without type
Reported by: | Gediminas | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
:text misses input tags without type, i.e.
<input name="Test" /> wouldn't be matched, although jQuery 1.4 did that and HTML spec 4.01 clearly states, that by default text type is supposed in such cases
Duplicate of #8380