Skip to content

Commit

Permalink
Merge branch 'w3c:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo authored Aug 27, 2024
2 parents f2a3635 + 1d0b8b9 commit 6880844
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 31 deletions.
2 changes: 1 addition & 1 deletion core-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ <h4 id="role-map-dialog"><code>dialog</code></h4>
</tr>
</tbody>
</table>
<h4 id="role-map-directory"><code>directory</code></h4>
<h4 id="role-map-directory"><code>directory</code> (deprecated)</h4>
<table aria-labelledby="role-map-directory">
<tbody>
<tr>
Expand Down
3 changes: 2 additions & 1 deletion documentation/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Newly opened PRs are "triaged" at the next ARIA meeting. At triage, it is decide
Draft PRs are not triaged at meeting and are considered not read for review. If you want to prevent an approved PR from getting merged, add the `do not merge` label.

PR Labels:
- `spec:aria`, `spec:accname`, `spec:core-aam`, `spec:html-aam`, `spec:<spec-short-hand>` should be used for all specs which have changes in this PR.
- `waiting for implementations`: if a normative PR has been approved but there are no implementations yet, then use this flag to indicate it can be merged when the implementations are completed.
- `do not merge`: if a PR has approving reviews but there is some reason to wait for merging.

Expand Down Expand Up @@ -76,4 +77,4 @@ Important branches in the ARIA repository:
The "normative change checklist" list a kind of "to do list" for all the work that must happen in order for a change to be considered ready for merge. Check the box when there is a relevant issue or PR related to the item in the list, and link the relevant issue or PR. Some of the things in the list may not apply to your change, if they don't apply, check the box and write "n/a". If you aren't sure whether something applies, leave it unchecked.

The normative change checklist should be included in the PR template when you open a PR, if for some reason it is missing, you can copy it into the description of the PR:
[Normative Change Checklist](https://github.com/w3c/aria/blob/main/.github/pull_request_template.md).
[Normative Change Checklist](https://github.com/w3c/aria/blob/main/.github/pull_request_template.md).
48 changes: 19 additions & 29 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,10 @@ <h4 id="el-area-no-href">`area` <span class="el-context">(no `href` attribute)</
</tr>
<tr>
<th>Comments</th>
<td></td>
<td>
User agents MAY still expose an `a` element lacking the `href` attribute with a `link` role in the event an author specifies interactive behavior for the element. For example, if using
an <a data-cite="html/webappapis.html#event-handler-content-attributes">event handler attribute</a>.
</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -3019,9 +3022,7 @@ <h4 id="el-iframe">`iframe`</h4>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="role"><span class="type">AXRole:</span> `AXWebArea`</div>
<div class="subrole"><span class="type">AXSubrole:</span> `(nil)`</div>
<div class="roledesc"><span class="type">AXRoleDescription:</span> `"html content"`</div>
<div class="general">Not mapped</div>
</td>
</tr>
<!-- <th><a href="#accessible-name-and-description-computation">Naming Algorithm</a></th> -->
Expand Down Expand Up @@ -3471,7 +3472,6 @@ <h4 id="el-input-email">`input` <span class="el-context">(`type` attribute in th
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">Use WAI-ARIA mapping</div>
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"email"`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -3753,10 +3753,7 @@ <h4 id="el-input-number">`input` <span class="el-context">(`type` attribute in t
<tr>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">If implemented as a spin button, use WAI-ARIA mapping for <a class="core-mapping" href="#role-map-spinbutton">`spinbutton`</a>.</div>
<div class="general">If implemented as a text input:</div>
<div class="ctrltype"><span class="type">Control Type:</span> `Edit`</div>
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"number"`</div>
<div class="general">Use WAI-ARIA mapping</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -3813,8 +3810,7 @@ <h4 id="el-input-password">`input` <span class="el-context">(`type` attribute in
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="ctrltype"><span class="type">Control Type:</span> `Edit`</div>
<div class="properties"><span class="type">Localized Control Type:</span> `"password"`</div>
<div class="properties"><span class="type">Other properties: </span>Set `isPassword` to `true`</div>
<div class="properties"><span class="type">Other properties:</span> `isPassword=true`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -4144,7 +4140,6 @@ <h4 id="el-input-tel">`input`<span class="el-context"> (`type` attribute in the
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">Use WAI-ARIA mapping</div>
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"telephone"`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -4378,7 +4373,6 @@ <h4 id="el-input-url">`input` <span class="el-context">(`type` attribute in the
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">Use WAI-ARIA mapping</div>
<div class="ctrltype"><span class="type">Localized Control Type:</span> `"url"`</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -15502,43 +15496,39 @@ <h4 id="att-type-input">`type`</h4>
</th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to type="<a href="#el-input-text">`text`</a>", type="<a href="#el-input-password">`password`</a>", type="<a
href="#el-input-button"
>`button`</a
>", etc
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
<tr>
<th><a href="https://msdn.microsoft.com/en-us/library/ms726297%28v=VS.85%29.aspx">UIA</a></th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to type="<a href="#el-input-text">`text`</a>", type="<a href="#el-input-password">`password`</a>", type="<a
href="#el-input-button"
>`button`</a
>", etc
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
<tr>
<th><a href="https://gnome.pages.gitlab.gnome.org/atk/">ATK</a></th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to type="<a href="#el-input-text">`text`</a>", type="<a href="#el-input-password">`password`</a>", type="<a
href="#el-input-button"
>`button`</a
>", etc
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
<tr>
<th><a href="https://developer.apple.com/reference/appkit/nsaccessibility">AX</a></th>
<td>
<div class="general">
Defines the accessible role, states and other properties, refer to type="<a href="#el-input-text">`text`</a>", type="<a href="#el-input-password">`password`</a>", type="<a
href="#el-input-button"
>`button`</a
>", etc
Defines the accessible role, states and other properties, refer to
<code>type="<a href="#el-input-text">text</a>"</code>, <code>type="<a href="#el-input-password">password</a>"</code>, <code>type="<a href="#el-input-button">`button`</a>"</code>,
etc.
</div>
</td>
</tr>
Expand Down

0 comments on commit 6880844

Please sign in to comment.