diff --git a/techniques/failures/F37.html b/techniques/failures/F37.html index af1886f7ea..8cf5e08c27 100644 --- a/techniques/failures/F37.html +++ b/techniques/failures/F37.html @@ -56,7 +56,10 @@

Expected Results

-

If check #3 is false, then this failure condition applies and content - fails the Success Criterion.

+

If check #3 is false, then this failure condition applies and content fails the success criterion.

-

Resources

\ No newline at end of file +
Note that in the case of a set of radio buttons, it will pass the requirements of 3.2.2 if an indication or warning is added stating that selecting a radio button will result in a change of context; however, + this scenario would still likely fail 2.1.1 Keyboard, since it's not possible (in current user agents) for a user to + navigate through a set of radio buttons with the keyboard without triggering a change event. +
+

Resources

diff --git a/techniques/general/G13.html b/techniques/general/G13.html index 81e0a19159..70cdcfac9c 100644 --- a/techniques/general/G13.html +++ b/techniques/general/G13.html @@ -16,11 +16,12 @@

Examples

Resources

-
\ No newline at end of file + diff --git a/understanding/20/on-input.html b/understanding/20/on-input.html index adea151f65..1d37ca560d 100644 --- a/understanding/20/on-input.html +++ b/understanding/20/on-input.html @@ -102,14 +102,14 @@

Examples of On Input