From d4b09000c881ae62d0b40fb1e3437008ab2430fd Mon Sep 17 00:00:00 2001 From: Marcy Sutton Date: Mon, 11 Dec 2017 15:13:58 -0800 Subject: [PATCH] docs: fix broken link in developer guide --- doc/developer-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/developer-guide.md b/doc/developer-guide.md index a13f1c3417..a9736129d3 100644 --- a/doc/developer-guide.md +++ b/doc/developer-guide.md @@ -148,7 +148,8 @@ Occasionally, you may want to add additional information about why a Check passe // aria-valid-attr check "messages": { "pass": "ARIA attributes are used correctly for the defined role", - "fail": "ARIA attribute{{=it.data && it.data.length > 1 ? 's are' : ' is'}} not allowed:{{~it.data:value}} {{=value}}{{~}}" + "fail": "ARIA attribute{{=it.data && it.data.length > 1 ? 's are' : ' is'}} not allowed:{{~it.data:value}} {{=value}}{{~}}", + "incomplete": "axe-core couldn't tell because of {{it.data.missingData}}" } ```