From 27db111b8f4d243fbd944867df33af915112e282 Mon Sep 17 00:00:00 2001 From: Andrew Kirkpatrick Date: Tue, 9 Jun 2020 15:37:07 -0400 Subject: [PATCH 1/7] Proposed definition for Inactive --- guidelines/terms/22/inactive.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 guidelines/terms/22/inactive.html diff --git a/guidelines/terms/22/inactive.html b/guidelines/terms/22/inactive.html new file mode 100644 index 0000000000..a01c97aba8 --- /dev/null +++ b/guidelines/terms/22/inactive.html @@ -0,0 +1,8 @@ +
inactive (user interface components)
+
+

New

+

A state of a User Interface Component when it is not available for user interaction, such as a disabled control in HTML. An inactive user interface component is visible but not currently operable using a keyboard, pointer, or assistive technology. +

+

An example inactive user interface component is a submit button at the bottom of a form which is visible but cannot be activated until all the required fields in the form are completed.

+

An inactive user interface component should not be confused with controls which are not currently selected. For example in a tabbed interface, the tabs which are not selected are not regarded as inactive user interface components - they may be interacted with by the user to switch tabs in the tabbed interface, and therefore do not meet the definition of inactive.

+
From 8e2df4f219d3bb28b1636064173f27705173f1b0 Mon Sep 17 00:00:00 2001 From: Andrew Kirkpatrick Date: Wed, 10 Jun 2020 11:37:07 -0400 Subject: [PATCH 2/7] adjusted for Chuck's comment --- guidelines/terms/22/inactive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/terms/22/inactive.html b/guidelines/terms/22/inactive.html index a01c97aba8..937cc08e63 100644 --- a/guidelines/terms/22/inactive.html +++ b/guidelines/terms/22/inactive.html @@ -1,7 +1,7 @@
inactive (user interface components)

New

-

A state of a User Interface Component when it is not available for user interaction, such as a disabled control in HTML. An inactive user interface component is visible but not currently operable using a keyboard, pointer, or assistive technology. +

A state of a User Interface Component when it is not available for user interaction, such as a disabled control in HTML. An inactive user interface component is visible but not currently operable using standard input mechanisms such as keyboard, pointer, or assistive technology.

An example inactive user interface component is a submit button at the bottom of a form which is visible but cannot be activated until all the required fields in the form are completed.

An inactive user interface component should not be confused with controls which are not currently selected. For example in a tabbed interface, the tabs which are not selected are not regarded as inactive user interface components - they may be interacted with by the user to switch tabs in the tabbed interface, and therefore do not meet the definition of inactive.

From e172c3ee178edaa24880c0925fb6487612735567 Mon Sep 17 00:00:00 2001 From: Andrew Kirkpatrick Date: Thu, 11 Jun 2020 14:15:59 -0400 Subject: [PATCH 3/7] adding definition link for inactive --- guidelines/sc/20/contrast-minimum.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guidelines/sc/20/contrast-minimum.html b/guidelines/sc/20/contrast-minimum.html index 5c022a6e29..8d1022df5b 100644 --- a/guidelines/sc/20/contrast-minimum.html +++ b/guidelines/sc/20/contrast-minimum.html @@ -22,7 +22,7 @@

Contrast (Minimum)

-

Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant +

Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement.

@@ -38,4 +38,4 @@

Contrast (Minimum)

- \ No newline at end of file + From c380ee64d18846dc234c81aeaf4556cc1bcccf53 Mon Sep 17 00:00:00 2001 From: Andrew Kirkpatrick Date: Thu, 11 Jun 2020 14:16:31 -0400 Subject: [PATCH 4/7] Adding definition link for inactive --- guidelines/sc/20/contrast-enhanced.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guidelines/sc/20/contrast-enhanced.html b/guidelines/sc/20/contrast-enhanced.html index d25475c349..905eb4717e 100644 --- a/guidelines/sc/20/contrast-enhanced.html +++ b/guidelines/sc/20/contrast-enhanced.html @@ -22,7 +22,7 @@

Contrast (Enhanced)

-

Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant +

Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement.

@@ -38,4 +38,4 @@

Contrast (Enhanced)

- \ No newline at end of file + From a41c9654d349f855a5585ff564889eb5376dc44c Mon Sep 17 00:00:00 2001 From: Andrew Kirkpatrick Date: Thu, 11 Jun 2020 14:17:11 -0400 Subject: [PATCH 5/7] Adding link to definition for inactive --- guidelines/sc/21/non-text-contrast.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidelines/sc/21/non-text-contrast.html b/guidelines/sc/21/non-text-contrast.html index 40b9c040d3..ebbac79d58 100644 --- a/guidelines/sc/21/non-text-contrast.html +++ b/guidelines/sc/21/non-text-contrast.html @@ -10,7 +10,7 @@

Non-text Contrast

User Interface Components
-
Visual information required to identify user interface components and states, except for inactive components or where the appearance of the component is determined by the user agent and not modified by the author;
+
Visual information required to identify user interface components and states, except for inactive components or where the appearance of the component is determined by the user agent and not modified by the author;
Graphical Objects
From 1a2427d24a5a51a73f80b3fb67cb6b7cc7b6b8c1 Mon Sep 17 00:00:00 2001 From: Alastair Campbell Date: Tue, 16 Jun 2020 16:46:16 +0100 Subject: [PATCH 6/7] Adding read-only input note. --- guidelines/terms/22/inactive.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guidelines/terms/22/inactive.html b/guidelines/terms/22/inactive.html index 937cc08e63..16ffd47c56 100644 --- a/guidelines/terms/22/inactive.html +++ b/guidelines/terms/22/inactive.html @@ -4,5 +4,6 @@

A state of a User Interface Component when it is not available for user interaction, such as a disabled control in HTML. An inactive user interface component is visible but not currently operable using standard input mechanisms such as keyboard, pointer, or assistive technology.

An example inactive user interface component is a submit button at the bottom of a form which is visible but cannot be activated until all the required fields in the form are completed.

-

An inactive user interface component should not be confused with controls which are not currently selected. For example in a tabbed interface, the tabs which are not selected are not regarded as inactive user interface components - they may be interacted with by the user to switch tabs in the tabbed interface, and therefore do not meet the definition of inactive.

+

An inactive user interface component should not be confused with controls which are not currently selected. For example in a tabbed interface, the tabs which are not selected are not regarded as inactive user interface components - they may be interacted with by the user to switch tabs in the tabbed interface, and therefore do not meet the definition of inactive.

+

New

-

A state of a User Interface Component when it is not available for user interaction, such as a disabled control in HTML. An inactive user interface component is visible but not currently operable using standard input mechanisms such as keyboard, pointer, or assistive technology. -

-

An example inactive user interface component is a submit button at the bottom of a form which is visible but cannot be activated until all the required fields in the form are completed.

+

A state of a User Interface Component when it is not available for user interaction, such as a disabled control in HTML. An inactive user interface component is present but not currently operable using standard input mechanisms such as keyboard, pointer, or assistive technology.

+

An example inactive user interface component is a submit button at the bottom of a form which is present but cannot be activated until all the required fields in the form are completed.

An inactive user interface component should not be confused with controls which are not currently selected. For example in a tabbed interface, the tabs which are not selected are not regarded as inactive user interface components - they may be interacted with by the user to switch tabs in the tabbed interface, and therefore do not meet the definition of inactive.