Skip to content

Commit 1d9b2b6

Browse files
scottaoharapkradaniel-montalvo
authored
Change tooltip to name prohibited (#2670)
Co-authored-by: Peter Krautzberger <p.krautzberger@gmail.com> Co-authored-by: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com>
1 parent 563ac3b commit 1d9b2b6

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11329,15 +11329,20 @@ <h5>Presentational Role Inheritance</h5>
1132911329
<th class="role-inherited-head" scope="row">Inherited States and Properties:</th>
1133011330
<td class="role-inherited">Placeholder</td>
1133111331
</tr>
11332-
<tr>
11333-
<th class="role-namefrom-head" scope="row">Name From:</th>
11334-
<td class="role-namefrom">
11332+
<tr>
11333+
<th class="role-disallowed-head" scope="row">Prohibited States and Properties:</th>
11334+
<td class="role-disallowed">
1133511335
<ul>
11336-
<li>contents</li>
11337-
<li>author</li>
11336+
<li><pref>aria-braillelabel</pref></li>
11337+
<li><pref>aria-label</pref></li>
11338+
<li><pref>aria-labelledby</pref></li>
1133811339
</ul>
1133911340
</td>
1134011341
</tr>
11342+
<tr>
11343+
<th class="role-namefrom-head" scope="row">Name From:</th>
11344+
<td class="role-namefrom">prohibited</td>
11345+
</tr>
1134111346
<tr>
1134211347
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
1134311348
<td class="role-namerequired"></td>

0 commit comments

Comments
 (0)