View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
08707 | Feature requests | Accessibility | public | 2014-02-12 16:07 | 2014-03-01 13:37 |
Reporter | w0928 | Assigned To | DenisChenu | ||
Priority | normal | Severity | feature | ||
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.05+ | ||||
Summary | 08707: The main container form is not 508 compliant | ||||
Description | The main form which holds all of the questions when users complete the survey does not have a label associated with it. This breaks 508 compliance rules. | ||||
Tags | No tags attached. | ||||
Bug heat | 4 | ||||
Story point estimate | |||||
Users affected % | |||||
Can you test with 2.05 version and put a bug report for each '508' or RGA accessibility issue please. |
|
I've tested with 2.05. It was actually the version I was using when I reported this issue. I had initially reported this issue as a bug but it was changed to a feature request. The only other 508 compliance issue I found, I reported in issue #80706: "Option, Other for multiple choice is not 508 compliant". I will resubmit. Thanks. |
|
Bug reported and fixed :) |
|
LimeSurvey: master 3d1b9b3c 2014-02-28 14:56 Details Diff |
Fixed issue 08782: "Option 'Other'" for multiple choice is not 508 compliant Dev: section 508 : All visible INPUT elements must have a label, either by using a linked or containing LABEL element, or by using the ALT or TITLE attribute. Buttons are considered to be self-labeling. Dev: visibility:hidden + title get the 508 Dev: Add aria-hidden property when remove the visibility to be more ususable for browser with aria technologie |
Affected Issues 08707, 08782 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
LimeSurvey: master 9fcd1dc7 2014-02-28 17:17 Details Diff |
Fixed issue 08783: The main container form is not 508 compliant Dev: input id="runonce" are replaced by Expression manager function. |
Affected Issues 08707, 08783 |
|
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
LimeSurvey: master e64ba23c 2014-03-01 11:23 Details Diff |
Dev: fix 3 section 508 little issue |
Affected Issues 08707 |
|
mod - application/helpers/frontend_helper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-02-12 16:07 | w0928 | New Issue | |
2014-02-27 14:50 | DenisChenu | Note Added: 28998 | |
2014-02-27 15:03 | w0928 | Note Added: 29001 | |
2014-03-01 13:36 | DenisChenu | Changeset attached | => LimeSurvey master e64ba23c |
2014-03-01 13:36 | DenisChenu | Changeset attached | => LimeSurvey master 9fcd1dc7 |
2014-03-01 13:36 | DenisChenu | Changeset attached | => LimeSurvey master 3d1b9b3c |
2014-03-01 13:37 | DenisChenu | Note Added: 29023 | |
2014-03-01 13:37 | DenisChenu | Status | new => closed |
2014-03-01 13:37 | DenisChenu | Assigned To | => DenisChenu |
2014-03-01 13:37 | DenisChenu | Resolution | open => fixed |
2014-03-01 13:37 | DenisChenu | Fixed in Version | => 2.05+ |