diff --git a/lib/checks/keyboard/page-has-main.json b/lib/checks/keyboard/page-has-main.json index d189b54ffa..9fd382a0c9 100644 --- a/lib/checks/keyboard/page-has-main.json +++ b/lib/checks/keyboard/page-has-main.json @@ -8,8 +8,8 @@ "metadata": { "impact": "moderate", "messages": { - "pass": "Page has at least one main landmark", - "fail": "Page does not have a main landmark" + "pass": "Document has at least one main landmark", + "fail": "Document does not have a main landmark" } } } \ No newline at end of file diff --git a/lib/checks/keyboard/page-no-duplicate-banner.json b/lib/checks/keyboard/page-no-duplicate-banner.json index 82da1d043e..a088f8b363 100644 --- a/lib/checks/keyboard/page-no-duplicate-banner.json +++ b/lib/checks/keyboard/page-no-duplicate-banner.json @@ -1,15 +1,15 @@ { "id": "page-no-duplicate-banner", "evaluate": "page-no-duplicate.js", - "options": { - "selector": "header:not([role]), [role=banner]", - "nativeScopeFilter": "article, aside, main, nav, section" - }, + "options": { + "selector": "header:not([role]), [role=banner]", + "nativeScopeFilter": "article, aside, main, nav, section" + }, "metadata": { "impact": "moderate", "messages": { - "pass": "Document has no more than one banner landmark", - "fail": "Document has more than one banner landmark" + "pass": "Document does not have more than one banner landmark", + "fail": "Document has more than one banner landmark" } } -} +} \ No newline at end of file diff --git a/lib/checks/keyboard/page-no-duplicate-contentinfo.json b/lib/checks/keyboard/page-no-duplicate-contentinfo.json index b00d748f28..1314959a63 100644 --- a/lib/checks/keyboard/page-no-duplicate-contentinfo.json +++ b/lib/checks/keyboard/page-no-duplicate-contentinfo.json @@ -8,8 +8,8 @@ "metadata": { "impact": "moderate", "messages": { - "pass": "Page does not have more than one contentinfo landmark", - "fail": "Page has more than one contentinfo landmark" + "pass": "Document does not have more than one contentinfo landmark", + "fail": "Document has more than one contentinfo landmark" } } } diff --git a/lib/checks/keyboard/page-no-duplicate-main.json b/lib/checks/keyboard/page-no-duplicate-main.json index 170fece58e..4fd9ee37a0 100644 --- a/lib/checks/keyboard/page-no-duplicate-main.json +++ b/lib/checks/keyboard/page-no-duplicate-main.json @@ -7,8 +7,8 @@ "metadata": { "impact": "moderate", "messages": { - "pass": "Page does not have more than one main landmark", - "fail": "Page has more than one main landmark" + "pass": "Document does not have more than one main landmark", + "fail": "Document has more than one main landmark" } } } \ No newline at end of file diff --git a/lib/rules/landmark-no-duplicate-banner.json b/lib/rules/landmark-no-duplicate-banner.json index 3a6f2d7545..e8d556c799 100644 --- a/lib/rules/landmark-no-duplicate-banner.json +++ b/lib/rules/landmark-no-duplicate-banner.json @@ -6,8 +6,8 @@ "best-practice" ], "metadata": { - "description": "Ensures the page has at most one banner landmark", - "help": "Page must not have more than one banner landmark" + "description": "Ensures the document has at most one banner landmark", + "help": "Document must not have more than one banner landmark" }, "all": [], "any": [ diff --git a/lib/rules/landmark-no-duplicate-contentinfo.json b/lib/rules/landmark-no-duplicate-contentinfo.json index 94c6a847ea..623b6059b5 100644 --- a/lib/rules/landmark-no-duplicate-contentinfo.json +++ b/lib/rules/landmark-no-duplicate-contentinfo.json @@ -6,8 +6,8 @@ "best-practice" ], "metadata": { - "description": "Ensures the page has at most one contentinfo landmark", - "help": "Page must not have more than one contentinfo landmark" + "description": "Ensures the document has at most one contentinfo landmark", + "help": "Document must not have more than one contentinfo landmark" }, "all": [], "any": [ diff --git a/lib/rules/landmark-one-main.json b/lib/rules/landmark-one-main.json index 61ff268815..ad4f39c36e 100644 --- a/lib/rules/landmark-one-main.json +++ b/lib/rules/landmark-one-main.json @@ -6,8 +6,8 @@ "best-practice" ], "metadata": { - "description": "Ensures the page has only one main landmark and each iframe in the page has at most one main landmark", - "help": "Page must have one main landmark" + "description": "Ensures the document has only one main landmark and each iframe in the page has at most one main landmark", + "help": "Document must have one main landmark" }, "all": [ "page-has-main",