From 9b3de6e036ba13b15c18bc0a3e107dd103e27700 Mon Sep 17 00:00:00 2001
From: Matt King
Date: Wed, 15 Mar 2017 22:04:22 -0700
Subject: [PATCH] Tabs Examples: Fix Typo and Revise Titles
On pages for both tabs with automatic activation and tabs with manual activation, made changes to:
1. Fix missing space character in keyboard table noticed by @annabbott in issues #278 and #279.
2. For editorial consistency, added "Example of " to the beginning of the title in title tag, H1, and in link text.
3. Lower case "with" in titles.
---
examples/tabs/tabs-1/tabs.html | 8 ++++----
examples/tabs/tabs-2/tabs.html | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/examples/tabs/tabs-1/tabs.html b/examples/tabs/tabs-1/tabs.html
index 049512c497..d7a5dad580 100644
--- a/examples/tabs/tabs-1/tabs.html
+++ b/examples/tabs/tabs-1/tabs.html
@@ -2,7 +2,7 @@
- Tabs With Automatic Activation | WAI-ARIA Authoring Practices 1.1
+ Example of Tabs with Automatic Activation | WAI-ARIA Authoring Practices 1.1
@@ -16,7 +16,7 @@
-
Tabs With Automatic Activation
+
Example of Tabs with Automatic Activation
Provide feedback on updates to this page in
@@ -30,7 +30,7 @@
Tabs With Automatic Activation
Similar examples include:
-
Tabs With Manual Activation: A tabs widget where users activate a tab and display its panel by pressing Space or Enter.