Skip to content

Commit

Permalink
Merge pull request #278 from w3c/main
Browse files Browse the repository at this point in the history
WAI website update 2024-06-10
  • Loading branch information
remibetin authored Jun 11, 2024
2 parents b8efdee + 9ea19d9 commit b9e6fc2
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 22 deletions.
2 changes: 1 addition & 1 deletion _data/wcag-act-rules/implementations/alfa-assisted.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"vendor": "Siteimprove",
"name": "Alfa (semi-automated)",
"version": "0.80.0",
"lastModified": "4 June 2024",
"lastModified": "10 June 2024",
"approvedRules": {
"complete": 25,
"partial": 0,
Expand Down
2 changes: 1 addition & 1 deletion _data/wcag-act-rules/implementations/alfa.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"vendor": "Siteimprove",
"name": "Alfa (fully automated)",
"version": "0.80.0",
"lastModified": "4 June 2024",
"lastModified": "10 June 2024",
"approvedRules": {
"complete": 24,
"partial": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"vendor": "Total Validator",
"name": "Total Validator (+Browser)",
"version": "17.4.0",
"lastModified": "4 June 2024",
"lastModified": "7 June 2024",
"approvedRules": {
"complete": 30,
"partial": 0,
Expand Down
2 changes: 1 addition & 1 deletion _data/wcag-act-rules/implementations/total-validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"vendor": "Total Validator",
"name": "Total Validator",
"version": "17.4.0",
"lastModified": "4 June 2024",
"lastModified": "7 June 2024",
"approvedRules": {
"complete": 27,
"partial": 0,
Expand Down
2 changes: 1 addition & 1 deletion content-assets/wcag-act-rules/earl/alfa-assisted.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"name": "Alfa",
"release": {
"@type": "Version",
"revision": "0.80.0"
"revision": "0.81.0"
},
"doap:url": "https://alfa.siteimprove.com"
},
Expand Down
2 changes: 1 addition & 1 deletion content-assets/wcag-act-rules/earl/alfa.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"name": "Alfa",
"release": {
"@type": "Version",
"revision": "0.80.0"
"revision": "0.81.0"
},
"doap:url": "https://alfa.siteimprove.com"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@type": "Software",
"title": "Total Validator CI (+Browser)",
"description": "Total Validator checks websites are accessible, use valid HTML and CSS, have no broken links, and are free from spelling mistakes.",
"hasVersion": "17.4.1 (+5.9)",
"hasVersion": "18.0.1 (+6.0)",
"homepage": "https://www.totalvalidator.com"
},
"assertions": [
Expand Down
2 changes: 1 addition & 1 deletion content-assets/wcag-act-rules/earl/total-validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@type": "Software",
"title": "Total Validator CI",
"description": "Total Validator checks websites are accessible, use valid HTML and CSS, have no broken links, and are free from spelling mistakes.",
"hasVersion": "17.4.1",
"hasVersion": "18.0.1",
"homepage": "https://www.totalvalidator.com"
},
"assertions": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Passed Example 9</title>
<title>Passed Example 8</title>
</head>
<body>
<label>
Expand Down
17 changes: 4 additions & 13 deletions content/rules/73f2c2/proposed.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github:
feedbackmail: [email protected]
footer: |
<p><strong>Rule Identifier:</strong> 73f2c2</p>
<p><strong>Date:</strong> Updated 25 January 2024</p>
<p><strong>Date:</strong> Updated 10 June 2024</p>
<p><strong>Authors:</strong> <a href="https://github.com/ajanec01">Aron Janecki</a>, <a href="https://github.com/wilcofiers">Wilco Fiers</a>. Contributors: <a href="https://www.w3.org/community/act-r/participants">Participants of the ACT Rules Community Group (CG)</a>.</p>
<p>This rule was written in the <a href="https://w3.org/community/act-r/">ACT Rules Community Group</a>. It is written as part of the EU-funded <a href="https://www.w3.org/WAI/about/projects/wai-tools/">WAI-Tools Project</a>. Implementations are part of the EU funded <a href="https://www.w3.org/WAI/about/projects/wai-coop/">WAI-CooP Project</a>. It will be reviewed by the Accessibility Guidelines Working Group (<a href="https://www.w3.org/groups/wg/ag">AG WG</a>).</p>
proposed: true
Expand All @@ -20,7 +20,7 @@ rule_meta:
original_file: autocomplete-valid-value-73f2c2.md
description: |
This rule checks that the HTML `autocomplete` attribute has a correct value.
last_modified: 25 January 2024
last_modified: 10 June 2024
scs_tested:
- handle: Identify Input Purpose
num: 1.3.5
Expand Down Expand Up @@ -63,6 +63,7 @@ The purpose of a control is programmatically identifiable even when its `autocom
- Implementation of [Presentational Roles Conflict Resolution][] varies from one browser or assistive technology to another. Depending on this, some elements can have a [semantic role][] of `none` and fail this rule with some technology but users of other technologies would not experience any accessibility issue.
- Some user agents treat the value of the `aria-disabled` attribute as case-sensitive.
- In some user agents, querying the value of the `autocomplete` property returns an empty string ("") even when the attribute was set according to the rule's expectations. It affects assistive technologies which rely on this property to personalize input fields collecting information about the user.
- Authors may assign inappropriate `autocomplete` attribute values. Moreover, HTML specifications restrict certain `autocomplete` attribute values to specific form controls. Mismatches between `autocomplete` attribute values and form control types may or may not lead to a failure of [Success Criterion 1.3.5 Identify Input Purpose](https://www.w3.org/TR/WCAG22/#identify-input-purpose). However, this rule focuses exclusively on validating valid `autocomplete` attribute values, disregarding their contextual appropriateness.

## Background

Expand Down Expand Up @@ -191,17 +192,7 @@ This `autocomplete` [attribute value][] list includes all allowed types of token

#### Passed Example 8

<a class="example-link" title="Passed Example 8" target="_blank" href="https://w3.org/WAI/content-assets/wcag-act-rules/testcases/73f2c2/35d0948a2cb309923e9a7cc5dd99a8ffc975088b.html">Open in a new tab</a>

This `autocomplete` [attribute value][] only has the required token "bday-day". It remains programmatically identifiable even though it is inappropriate for the control's `type` [attribute value][] "tel".

```html
<label>Birthday day<input name="bdayday" type="tel" autocomplete="bday-day"/></label>
```

#### Passed Example 9

<a class="example-link" title="Passed Example 9" target="_blank" href="https://w3.org/WAI/content-assets/wcag-act-rules/testcases/73f2c2/efcd5df49b39506dac34a310f4b8bc0df71716d3.html">Open in a new tab</a>
<a class="example-link" title="Passed Example 8" target="_blank" href="https://w3.org/WAI/content-assets/wcag-act-rules/testcases/73f2c2/efcd5df49b39506dac34a310f4b8bc0df71716d3.html">Open in a new tab</a>

This `autocomplete` [attribute value][] has the required token "current-password", followed by the optional "webauthn" token.

Expand Down

0 comments on commit b9e6fc2

Please sign in to comment.