Last modified: 2014-02-26 11:40:11 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T39506, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 37506 - "Label" HTML tag missing for dropdowns filter-select and sort-select
"Label" HTML tag missing for dropdowns filter-select and sort-select
Status: RESOLVED WONTFIX
Product: MediaWiki extensions
Classification: Unclassified
ArticleFeedback (Other open bugs)
unspecified
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
wikimedia[unmaintained]
: accessibility
Depends on:
Blocks: 39043
  Show dependency treegraph
 
Reported: 2012-06-12 14:02 UTC by mpkhosla
Modified: 2014-02-26 11:40 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Form label missing from Feedback pages (15.96 KB, image/jpeg)
2012-06-12 14:02 UTC, mpkhosla
Details

Description mpkhosla 2012-06-12 14:02:31 UTC
Created attachment 10733 [details]
Form label missing from Feedback pages

Markup language does not follow guidelines WCAG v1 12.4( Priority 2) to include labels for forms. This is essential for assistive technology tools such as JAWS and NVDA used by disabled people to read web content.Sample attached for illustration.

http://en.wikipedia.org/wiki/Drew_Barrymore?aftv5_form=1&aftv5_link=E
http://en.wikipedia.org/wiki/Barack_Obama?aftv5_form=1&aftv5_link=E
http://en.wikipedia.org/wiki/Golden-crowned_Sparrow?aftv5_form=1&aftv5_link=E

Browser: FF12

Machine Specifications:

Dell Laptop Mode: Studio 1555
Windows 7 Home Premium
Service Pack 1
System Type: 64 bit
Processor: Pentium (R) Dual-Core CPU T4300 2.1 GHz
RAM: 4 GB
Hard Drive: 500 GB
Comment 1 Andre Klapper 2013-02-07 15:43:03 UTC
Confirming. Took me a while to find where the screenshot is from.
Moving from component "AFT" to "AFTv5".

In short: <label for="widget-id">Label-for-Widget</label> markup is missing.

Still valid on https://test.wikipedia.org/w/index.php?title=Special:ArticleFeedbackv5/Barack_Obama :

<div id="articleFeedbackv5-select-wrapper">
 <select id="articleFeedbackv5-filter-select">
  <option value="">More filters</option>
  [...]
 </select>
</div>

<div id="articleFeedbackv5-sort">
 <span class="articleFeedbackv5-sort-label">Sort by:</span>
 <div id="articleFeedbackv5-sort-wrapper">
  <select id="articleFeedbackv5-sort-select">
   <option value="relevance-asc">Relevant</option>
   [...]
  </select>
 </div>
</div>
Comment 2 Andre Klapper 2014-02-26 11:40:11 UTC
The extension homepage at [[mw:Extension:ArticleFeedback]] says 
"This extension has been archived. This extension has not been maintained in some time, and no longer supports recent releases of MediaWiki.
The following other choices are still available: [[mw:Extension:ArticleFeedbackv5]]"

Furthermore, ArticleFeedback (version 4 or earlier) was removed from all Wikimedia wikis in https://gerrit.wikimedia.org/r/#/c/98074/

It is currently unlikely that there will be any further active development of ArticleFeedback (version 4 or earlier).
Closing this report as WONTFIX to reflect reality.
Please feel free to reopen this report in the future if anyone takes the responsibility for active development of ArticleFeedback (version 4 or earlier) again.

Thank you for reporting this bug and we are sorry it could not be fixed.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links