From a69d8712dc536a5553d69154e969a8f3026d25fa Mon Sep 17 00:00:00 2001 From: Matt King Date: Fri, 10 Feb 2017 18:23:00 -0800 Subject: [PATCH] Clarify Tab Key Behavior on Tabs Widget Example Pages Based on feedback from @shirsha in issue #278, made the two below changes in the following two files: 1. examples/tabs/tabs-1/tabs.html 2. examples/tabs/tabs-2/tabs.html Change 1: Changed `When the tab list is receiving focus, places focus on the active tab element .` To: `When focus moves into the tab list, places focus on the active tab element .` Change 2: Changed `When the tab list contains the focus, moves focus to the tabpanel element.` To: `When the tab list contains the focus, moves focus to the next element in the tab sequence, which is the tabpanel element.` --- examples/tabs/tabs-1/tabs.html | 4 ++-- examples/tabs/tabs-2/tabs.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/tabs/tabs-1/tabs.html b/examples/tabs/tabs-1/tabs.html index e1b3fe2401..a7d2b74b36 100644 --- a/examples/tabs/tabs-1/tabs.html +++ b/examples/tabs/tabs-1/tabs.html @@ -85,8 +85,8 @@

Keyboard Support

tab diff --git a/examples/tabs/tabs-2/tabs.html b/examples/tabs/tabs-2/tabs.html index 5c622eb25c..a0e5ae24ef 100644 --- a/examples/tabs/tabs-2/tabs.html +++ b/examples/tabs/tabs-2/tabs.html @@ -83,8 +83,8 @@

Keyboard Support

tab