The rendered Special:BookSources contains:
<input name="isbn" size="20" value="" id="isbn" autofocus="1" />
which is invalid html because the autofocus should be empty.
Version: 1.24rc
Severity: minor
The rendered Special:BookSources contains:
<input name="isbn" size="20" value="" id="isbn" autofocus="1" />
which is invalid html because the autofocus should be empty.
Version: 1.24rc
Severity: minor
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | master | +5 -5 | Fix "Bad value 1 for attribute autofocus" on special pages |
Change 137670 had a related patch set uploaded by devunt:
Replace autofocus="1" /> to autofocus /> on input element in Special:BookSources
Change 137670 abandoned by Rohan013:
Replace autofocus="1" /> to autofocus /> on input element in Special:BookSources
Change 137670 restored by Rohan013:
Replace autofocus="1" /> to autofocus /> on input element in Special:BookSources
Change 137670 had a related patch set uploaded by devunt:
Changes autofocus="1" to autofocus="autofocus"
Change 137670 abandoned by Rohan013:
[SHOULD BE ABANDONED] Changes autofocus="1" to autofocus="autofocus"
Reason:
Fixed in Ic682a60ca4a08
Change 184941 had a related patch set uploaded (by Umherirrender):
Fix "Bad value 1 for attribute autofocus" on special pages
Change 184941 merged by jenkins-bot:
Fix "Bad value 1 for attribute autofocus" on special pages