#11623 closed defect (duplicate)
dijit.form.ValidationTextBox breaks as XHTML
Reported by: | mctom987 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5.1 |
Component: | Dijit - Form | Version: | 1.5 |
Keywords: | xhtml xml html validation dijit | Cc: | |
Blocked By: | Blocking: |
Description
The template html used in dijit.form.ValidationTextBox? uses a HTML4-only attribute style.
><div class='dijitReset dijitValidationContainer' ><input class="dijitReset dijitInputField dijitValidationIcon dijitValidationInner" value="Χ " type="text" tabIndex="-1" '''readOnly''' waiRole="presentation" /></div
This should be
><div class='dijitReset dijitValidationContainer' ><input class="dijitReset dijitInputField dijitValidationIcon dijitValidationInner" value="Χ " type="text" tabIndex="-1" '''readonly="readonly"''' waiRole="presentation" /></div
for compliance with XML.
Attachments (2)
Change History (4)
Changed 11 years ago by
Attachment: | ValidationTextBox.html added |
---|
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Fixed version of file.