From 52b50fd2a00f3154cbc4feb99ff9dc67291ca5b4 Mon Sep 17 00:00:00 2001 From: Erika Miguel Date: Wed, 2 Dec 2020 18:40:34 -0500 Subject: [PATCH] Add aria design pattern links to reference.csv(s) --- tests/checkbox/data/references.csv | 1 + tests/combobox-autocomplete-both/data/references.csv | 1 + tests/menubar-editor/data/references.csv | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/checkbox/data/references.csv b/tests/checkbox/data/references.csv index 24d869a4b..9698c7ca1 100644 --- a/tests/checkbox/data/references.csv +++ b/tests/checkbox/data/references.csv @@ -2,6 +2,7 @@ refId,value author,Michael Fairchild authorEmail,michael.fairchild@deque.com reference,reference/2020-11-23_175030/checkbox-1/checkbox-1.html +designPattern,https://w3c.github.io/aria-practices/#checkbox example,https://w3c.github.io/aria-practices/examples/checkbox/checkbox-1/checkbox-1.html checkbox,https://w3c.github.io/aria/#checkbox group,https://w3c.github.io/aria/#group diff --git a/tests/combobox-autocomplete-both/data/references.csv b/tests/combobox-autocomplete-both/data/references.csv index 85d3496f4..02d232589 100644 --- a/tests/combobox-autocomplete-both/data/references.csv +++ b/tests/combobox-autocomplete-both/data/references.csv @@ -3,3 +3,4 @@ author,Matt King authofEmail,a11ythinker@gmail.com reference,reference/2020-11-23_175618/combobox-autocomplete-both.html example,https://w3c.github.io/aria-practices/examples/combobox/combobox-autocomplete-both.html +designPattern,https://w3c.github.io/aria-practices/#combobox diff --git a/tests/menubar-editor/data/references.csv b/tests/menubar-editor/data/references.csv index 0989fa47b..b9ee93c1b 100644 --- a/tests/menubar-editor/data/references.csv +++ b/tests/menubar-editor/data/references.csv @@ -14,3 +14,4 @@ aria-haspopup,https://w3c.github.io/aria/#aria-haspopup aria-expanded,https://w3c.github.io/aria/#aria-expanded aria-disabled,https://w3c.github.io/aria/#aria-disabled aria-label,https://w3c.github.io/aria/#aria-label +designPattern,https://w3c.github.io/aria-practices/#menu