diff --git a/core-aam/index.html b/core-aam/index.html index 680eeeacf..fa74f9282 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -1689,7 +1689,7 @@

dialog

-

directory

+

directory (deprecated)

diff --git a/documentation/process.md b/documentation/process.md index 6b81ecce5..20a630b52 100644 --- a/documentation/process.md +++ b/documentation/process.md @@ -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:` 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. @@ -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). \ No newline at end of file +[Normative Change Checklist](https://github.com/w3c/aria/blob/main/.github/pull_request_template.md). diff --git a/html-aam/index.html b/html-aam/index.html index 30d4a330a..ca3f951e6 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -580,7 +580,10 @@

`area` (no `href` attribute)

- +
Comments + 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 event handler attribute. +
@@ -3019,9 +3022,7 @@

`iframe`

AX -
AXRole: `AXWebArea`
-
AXSubrole: `(nil)`
-
AXRoleDescription: `"html content"`
+
Not mapped
@@ -3471,7 +3472,6 @@

`input` (`type` attribute in th UIA
Use WAI-ARIA mapping
-
Localized Control Type: `"email"`
@@ -3753,10 +3753,7 @@

`input` (`type` attribute in t UIA -
If implemented as a spin button, use WAI-ARIA mapping for `spinbutton`.
-
If implemented as a text input:
-
Control Type: `Edit`
-
Localized Control Type: `"number"`
+
Use WAI-ARIA mapping
@@ -3813,8 +3810,7 @@

`input` (`type` attribute in UIA
Control Type: `Edit`
-
Localized Control Type: `"password"`
-
Other properties: Set `isPassword` to `true`
+
Other properties: `isPassword=true`
@@ -4144,7 +4140,6 @@

`input` (`type` attribute in the UIA
Use WAI-ARIA mapping
-
Localized Control Type: `"telephone"`
@@ -4378,7 +4373,6 @@

`input` (`type` attribute in the UIA
Use WAI-ARIA mapping
-
Localized Control Type: `"url"`
@@ -15502,10 +15496,9 @@

`type`

- Defines the accessible role, states and other properties, refer to type="`text`", type="`password`", type="`button`", etc + Defines the accessible role, states and other properties, refer to + type="text", type="password", type="`button`", + etc.
@@ -15513,10 +15506,9 @@

`type`

UIA
- Defines the accessible role, states and other properties, refer to type="`text`", type="`password`", type="`button`", etc + Defines the accessible role, states and other properties, refer to + type="text", type="password", type="`button`", + etc.
@@ -15524,10 +15516,9 @@

`type`

ATK
- Defines the accessible role, states and other properties, refer to type="`text`", type="`password`", type="`button`", etc + Defines the accessible role, states and other properties, refer to + type="text", type="password", type="`button`", + etc.
@@ -15535,10 +15526,9 @@

`type`

AX
- Defines the accessible role, states and other properties, refer to type="`text`", type="`password`", type="`button`", etc + Defines the accessible role, states and other properties, refer to + type="text", type="password", type="`button`", + etc.