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
2 changes: 1 addition & 1 deletion understanding/understanding.11tydata.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export default function (data) {
advisory: [
"Enabling user agents to find the version of the content that best fits their needs",
'Using semantics to identify important features (e.g., <code>coga-simplification="simplest"</code>)',
"Using <code>aria-invalid</code> and <code>aria-required</code>",
"Using <code>required</code> or <code>aria-invalid</code> and <code>aria-required</code> to programmatically identify required fields and/or those with validation errors",
],
},

Expand Down