Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update ATK mapping for summary
change from `ATK_ROLE_PUSHBUTTON`
to `ROLE_TOGGLE_BUTTON`
  • Loading branch information
scottaohara committed Jul 22, 2019
commit ef3b93ff486fefcd72e59d68ffc72823c5b3e471
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3264,12 +3264,6 @@ <h3>HTML Element Role Mappings</h3>
<td class="comments"></td>
</tr>
<tr tabindex="-1" id="el-summary">
<td class="atk">
<div class="role">
<span class="type">Role: </span>
<code>ATK_ROLE_PUSHBUTTON</code>
</div>
</td>
<th>
<a data-cite="HTML">`summary`</a>
</th>
Expand All @@ -3294,6 +3288,11 @@ <h3>HTML Element Role Mappings</h3>
<span class="type">Control Pattern:</span> `ExpandCollapse`
</div>
</td>
<td class="atk">
<div class="role">
<span class="type">Role:</span> `ROLE_TOGGLE_BUTTON`
</div>
</td>
<td class="ax">
<div class="role">
<span class="type">AXRole:</span> `AXDisclosureTriangle`
Expand Down