Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11321,12 +11321,7 @@ <h5>Presentational Role Inheritance</h5>
</tr>
<tr>
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tooltip role is missing a "Prohibited States and Properties" section. When "Name From" is set to "prohibited", a "Prohibited States and Properties" row should be added before the "Name From" row to explicitly list the prohibited naming properties (aria-braillelabel, aria-label, and aria-labelledby). This pattern is consistently followed by all other roles with prohibited naming (see caption, code, time, etc. roles).

Suggested change
<tr>
<tr>
<th class="role-prohibited-properties-head" scope="row">Prohibited States and Properties:</th>
<td class="role-prohibited-properties">aria-braillelabel, aria-label, aria-labelledby</td>
</tr>
<tr>

Copilot uses AI. Check for mistakes.
<th class="role-namefrom-head" scope="row">Name From:</th>
<td class="role-namefrom">
<ul>
<li>contents</li>
<li>author</li>
</ul>
</td>
<td class="role-namefrom">prohibited</td>
</tr>
<tr>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
Expand Down
Loading