Show
Ignore:
Timestamp:
03/09/08 09:20:01 (10 months ago)
Author:
becky
Message:

fixes #5525 Add ARIA activedescendant support for FF3; mark each option with ARIA option state and assign an id to each option when created. Shorten labels on examples in test_ComboBox.html

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/form/test_ComboBox.html

    r12703 r12985  
    7272 
    7373        <p>ComboBox #1: inlined data, autoComplete=false, default value of Iowa, pageSize=30</p> 
    74         <label for="setvaluetest">US State test 1 (200% Courier font):</label> 
     74        <label for="setvaluetest">US State test 1</label> (200% Courier font): 
    7575        <select id="setvaluetest" 
    7676                        name="state1" 
     
    159159 
    160160        <p>ComboBox #2: url, autoComplete=true:</p> 
    161         <label for="datatest">US State test 2 (8pt font): </label> 
     161        <label for="datatest">US State test 2</label> (8pt font):  
    162162        <input dojoType="dijit.form.ComboBox" 
    163163                        value="California" 
     
    172172        <span>Value: <input id="value2" disabled value="California"></span> 
    173173        <hr> 
    174         <label for="datatestDijit">Dijit List test #1 (150% font): </label> 
     174        <label for="datatestDijit">Dijit List test #1</label> (150% font):  
    175175        <input dojoType="dijit.form.ComboBox" 
    176176                        value="dijit.Editor"