dijit textbox needs proper type
The type attribute of the input element used in the dijit text box is currently set to type=input. This is not a valid HTML type attribute value. If the type is not specified by the author in the markup, it should be set to type=text in the textbox.js code. Right now the type value is being inherited from dijit.base.formelement. The proper type is needed for the screen reader to properly recognize the type of control.
Change History (4)
Owner: |
changed from Becky Gibson to Douglas Hays
|
Status: |
assigned →
new
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
(In [8429]) Fixes #2663. Changed default type = text