Changes between Initial Version and Version 1 of Ticket #17736
- Timestamp:
- Feb 17, 2014, 9:48:04 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17736
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #17736 – Description
initial v1 1 1 I use dijit.layout.TabContainer in a normal way like: 2 3 {{{ 2 4 <div data-dojo-type="dijit.layout.TabContainer" style="width: 100%; height: 100%;"> 3 5 <div data-dojo-type="dijit.layout.ContentPane" title="My first tab" data-dojo-props="selected:true"> … … 8 10 </div> 9 11 </div> 12 }}} 10 13 11 14 And met the following error descriptions(for JAWS screen reader accessibility): "A WAI-ARIA widget must have an accessible name specified with aria-label, aria-labelledby or the widget's inner text".