diff --git a/guidelines/index.html b/guidelines/index.html index ff0e607b60..ad7412fe37 100644 --- a/guidelines/index.html +++ b/guidelines/index.html @@ -276,12 +276,10 @@

Navigable

-
+
-
-
diff --git a/guidelines/sc/22/focus-appearance-enhanced.html b/guidelines/sc/22/focus-appearance-enhanced.html deleted file mode 100644 index 88afb6714f..0000000000 --- a/guidelines/sc/22/focus-appearance-enhanced.html +++ /dev/null @@ -1,14 +0,0 @@ -
- -

Focus Appearance (Enhanced)

- -

AAA

-

New

- -

When user interface components have keyboard focus, all of the following are true:

- -
diff --git a/guidelines/sc/22/focus-appearance-minimum.html b/guidelines/sc/22/focus-appearance.html similarity index 98% rename from guidelines/sc/22/focus-appearance-minimum.html rename to guidelines/sc/22/focus-appearance.html index 1a94d0e8ea..d26578664d 100644 --- a/guidelines/sc/22/focus-appearance-minimum.html +++ b/guidelines/sc/22/focus-appearance.html @@ -1,6 +1,6 @@
-

Focus Appearance (Minimum)

+

Focus Appearance

AA

New

diff --git a/guidelines/sc/22/focus-not-obscured-enhanced.html b/guidelines/sc/22/focus-not-obscured-enhanced.html new file mode 100644 index 0000000000..4e56caa80e --- /dev/null +++ b/guidelines/sc/22/focus-not-obscured-enhanced.html @@ -0,0 +1,11 @@ +
+ +

Focus Not Obscured (Enhanced)

+ +

AA

+

New

+ +

When a user interface component receives keyboard focus, no part of the focus indicator is hidden by author-created content.

+ + +
diff --git a/guidelines/sc/22/focus-not-obscured.html b/guidelines/sc/22/focus-not-obscured.html index 461ecb94b7..ddce40c9eb 100644 --- a/guidelines/sc/22/focus-not-obscured.html +++ b/guidelines/sc/22/focus-not-obscured.html @@ -1,6 +1,6 @@
-

Focus Not obscured

+

Focus Not Obscured (Minimum)

AA

New

diff --git a/techniques/css/C41.html b/techniques/css/C41.html index 3f707242ef..0f7b343f9a 100644 --- a/techniques/css/C41.html +++ b/techniques/css/C41.html @@ -66,7 +66,7 @@

Expected Results

-

The required change of contrast for Focus Appearance Minimum is 3:1, this technique also applies to Focus Appearance Enhanced, which has a higher requirement of 4.5:1.

+

The required change of contrast for Focus Appearance Minimum is 3:1, this technique goes slightly beyond the minumum requirement.