
aria-labelledby and aria-describedby with single or multiple id references.aria-labelledby and aria-describedby with single or multiple id references.aria-labelledby with a single id reference only (MSAA).aria-describedby (MSAA).alt attribute has no effect.input type="image" has no aria-labelledby and no alt attribute Firefox reports the src attribute value as the accessble name (see test 6).alt or title attribute overrides aria-labelledby in IE8.aria-labelledby or aria-describedby.| Test | Expected | IE 8 | IE 9 platform preview | Firefox 3.6 | Opera 10.51 | Safari 4.0 | Chrome 4.1.249.1036 |
|---|---|---|---|---|---|---|---|
| 1 | Name: RGB button | Name: RGB button | Name: RGB button | Name: RGB button | X | X | Name: RGB button |
| 2 | Name: RGB button | Name: RGB (X) | Name: RGB (X) | Name: RGB button | X | X | Name: RGB button |
| 3 |
|
Name: RGB button Description:none (X) |
Name: RGB button Description:none (X) |
|
X | X |
|
| 4 |
|
Name: RGB button Description:none (X) |
Name: RGB button Description:none (X) |
|
X | X |
|
| 5 |
|
Name: RGB (X) Description: none (X) |
Name: RGB (X) Description: none (X) |
|
X | X |
|
| 6 | Name: RGB button Description: An image button for testing purposes. A second paragraph for testing purposes. |
Name: none (X) Description: none (X) |
Name: none (X) Description: none (X) |
Name: "images/rgbbutton.gif" (x) Description: An image button for testing purposes. A second paragraph for testing purposes. |
X | X | Name: none Description: An image button for testing purposes. A second paragraph for testing purposes. |
| 7 | Name: RGB button Description: An image button for testing purposes. A second paragraph for testing purposes. |
Name:test title (X) Description: none (X) |
Name:test title (X) Description: none (X) |
Name: RGB button Description: An image button for testing purposes. A second paragraph for testing purposes. |
X | X | Name: RGB button Description: An image button for testing purposes. A second paragraph for testing purposes. |
| 8 |
|
Name: test alt (X) Description: none (X) |
Name: test alt (X) Description: none (X) |
|
X | X |
|
| 9 |
|
Name: none (X) Description: test alt (X) |
Name: none (X) Description: test alt (X) |
|
X | X |
|
| 10 |
|
Name: test title Description: none (X) |
Name: test title Description: none (X) |
|
X | X |
|
| 11 |
|
Name: test alt Description: none (X) |
Name: test alt Description: none (X) |
|
X | X |
|
| 12 |
|
Name: test alt (X) Description: none (X) |
Name: test alt (X) Description: none (X) |
|
X | X |
|
aria-labelledby and aria-describedby tests<p id="l1">RGB button</p>
<p id="l2">RGB</p>
<p id="l3">button</p>
<p id="d1">An image button for testing purposes.</p>
<p id="d2">A second paragraph for testing purposes.</p>
alt="" and aria-labelledby with single id referencealt="" and aria-labelledby with multiple id referencesalt="", aria-labelledby and aria-describedby with single id reference alt="", aria-labelledby with a single id reference and aria-describedby with multipe id referencesalt="", aria-labelledby with mutliple id references and aria-describedby with multipe id referencesalt="", and aria-describedby with multipe id referencesalt="", title="test title", aria-labelledby with mutliple id references and aria-describedby with multipe id referencesalt="test alt", aria-labelledby with mutliple id references and aria-describedby with multipe id referencesalt="test alt", title="", aria-labelledby with mutliple id references and aria-describedby with multipe id referencestitle="test title",and aria-describedby with multipe id referencesalt="test alt",and aria-describedby with multipe id referencesinput type="image" with an alt="test alt", aria-labelledby with mutliple id references and aria-describedby with multipe id references
Author: steve faulkner The Paciello Group
contact: sfaulkner@paciellogroup.com
RGB button
RGB
button
An image button for testing purposes.
A second paragraph for testing purposes.