From 193627213926d60f3478b669d75ccd9a37ad9d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Lo=CC=81pez=20Guevara?= Date: Wed, 23 Aug 2023 08:06:35 -0300 Subject: [PATCH] fix(a11y): into tags --- 111.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/111.md b/111.md index ff26e678..bf025527 100644 --- a/111.md +++ b/111.md @@ -26,11 +26,12 @@ Example ```json { "kind": 0, - "a11y": ["visual", "hearing", "physical", "..."], - + "tags": [ + ["a11y", "visual", "hearing", "physical", "..."], // TODO: We need consensus on categorization and nomination of accessibility markers - "a11y-visual": ["contrast sensitivity", "red color blindness"], - "a11y-visual-color-blindness": ["red"] + ["a11y-visual", "contrast sensitivity", "red color blindness"], + ["a11y-visual-color-blindness", "red"] + ] ... } ```