react-ace
react-ace copied to clipboard
<AVT>Form control element <textarea> has no associated label
===== ENVIRONMENT ===== IBM CI 162 Checkpoint Violation: IBM 3.3.2 Labels or Instructions https://www.ibm.com/able/requirements/requirements/#3_3_2
Test Tool Type: IBM Accessbility Checker
===== DEFECT DESCRIPTION ===== Problem : Form control element
=====STEPS TO REPRODUCE =====
- Go to https://dev.console.test.cloud.ibm.com
- Open a CIS service.
- Go to 'Edge Functions' page
- Go to 'Action' tab
- Click 'Create' button ===== EXPECTED RESULT ===== Pls check the followed link for detail: https://www.w3.org/TR/WCAG20-TECHS/ARIA16.html https://www.w3.org/TR/WCAG20-TECHS/H44
Problem:
You can use editor.textInput.getElement().ariaLabel="a useful label here"
to set a label.
@nightwing From our dev: The proposed solution does not seem to work with the AceEditor we are importing from react-ace.
+1, could you add ariaLabel for textArea in next release? There is reported still a11y issue.