8000 address review comments · w3c/aria@0605572 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0605572

Browse files
committed
address review comments
Addresses #923 (comment)
1 parent 5425333 commit 0605572

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11779,11 +11779,11 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1177911779
<li>If the value of <code>aria-braillelabel</code> does not contain characters in Unicode Braille Patterns (U+2800..U+28FF), translate the value according to the user's preferred translation table.</li>
1178011780
<li>Otherwise, pass the value to the user without translation.</li>
1178111781
</ol>
11782-
<p>The following example shows the use of <code>aria-braillelabel</code> to indicate that a button's description has a particular braille contraction.</p>
11783-
<pre class="example highlight">&lt;button aria-braillelabel="pln"&gt;
11784-
&lt;img alt="planet" src="images/planet.jpg"&gt;
11782+
<p>The following example shows the use of <code>aria-braillelabel</code> to customize a button's name in braille output.</p>
11783+
<pre class="example highlight">&lt;button aria-braillelabel="****"&gt;
11784+
&lt;img alt="4 stars" src="images/stars.jpg"&gt;
1178511785
&lt;/button&gt;</pre>
11786-
<p>In the previous example, a braille display may display "btn pln" in Braille rather than the verbose "btn planet".</p> </div>
11786+
<p>In the previous example, a braille display may display "btn ****" in Braille rather than the verbose "btn gra 4 stars".</p> </div>
1178711787
<table class="property-features">
1178811788
<caption>Characteristics:</caption>
1178911789
<thead>

0 commit comments

Comments
 (0)
0