-
Notifications
You must be signed in to change notification settings - Fork 0
Issue report template
The name of the issue being reported. The name should be descriptive of the issue being reported.
Example: Missing field label on search field.
The status of the issue:
- Open.
- ???
- Closed.
The date, in YYYY-MM-DD format, that the issue was reported.
Example: 2012-12-17
The date, in YYYY-MM-DD format, by which the developer must respond to the issue report.
Example: 2012-12-17
A complete description describing the issue and the steps to recreate the issue.
Example:
The search field on the home page is missing a label.
Steps to recreate the issue:
- Open Internet Explorer.
- Go to http://www.myapplication.gc.ca.
- Tab to "skip to content" link; click enter.
- Screen reader enters form and starts reading "Field. Type in text." but because there is no label the user cannot know that this is the search field.
The URL of the page on which the issue occurs.
Example: http://www.myapplication.gc.ca/
The name and version of the Web browsers used when testing.
Example:
- Internet Explorer 8
The name and version of the assistive technologies used when testing.
Examples:
- JAWS 12
The WCAG references that apply to the issue.
Example:
- 2.4.6 Headings and Labels
The response of the developer to the issue.
Example: Label is present but there was a typo in the ID attribute which caused the label to not be associated with the field. Corrected the typo. Please re-run test and confirm that the correction successfully resolved the issue.