Skip to content
Open
2 changes: 1 addition & 1 deletion understanding/20/contrast-enhanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h3>Inactive User Interface Components</h3>

<p>User Interface Components that are not available for user interaction (e.g., a disabled control in HTML) are not required to meet contrast requirements. An inactive user interface component is visible but not currently operable. An example would be a submit button at the bottom of a form that is visible but cannot be activated until all the required fields in the form are completed.</p>
<figure id="figure-grey-button-and-text">
<img src="img/inactive-button.png" alt="Grey button with non-contrasting grey text." width="120">
{% include "../21/img/1.4.11-ntc-button-inactive.svg" %}
<figcaption> An inactive button using default browser styles</figcaption>
</figure>
</section>
Expand Down
2 changes: 1 addition & 1 deletion understanding/20/contrast-minimum.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h3>Inactive User Interface Components</h3>

<p>User Interface Components that are not available for user interaction (e.g., a disabled control in HTML) are not required to meet contrast requirements. An inactive user interface component is visible but not currently operable. An example would be a submit button at the bottom of a form that is visible but cannot be activated until all the required fields in the form are completed.</p>
<figure id="figure-grey-button-and-text">
<img src="img/inactive-button.png" alt="Grey button with non-contrasting grey text." width="120">
{% include "../21/img/1.4.11-ntc-button-inactive.svg" %}
<figcaption> An inactive button using default browser styles</figcaption>
</figure>
</section>
Expand Down
9 changes: 9 additions & 0 deletions understanding/21/img/1.4.11-ntc-button-inactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed understanding/21/img/inactive-button.png
Binary file not shown.
2 changes: 1 addition & 1 deletion understanding/21/non-text-contrast.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h4>Inactive User Interface Components</h4>

<p>User Interface Components that are not available for user interaction (e.g., a disabled control in HTML) are not required to meet contrast requirements. An inactive user interface component is visible but not currently operable. An example would be a submit button at the bottom of a form that is visible but cannot be activated until all the required fields in the form are completed.</p>
<figure id="figure-grey-button-and-text">
<img src="img/inactive-button.png" alt="Grey button with non-contrasting grey text." width="120">
{% include "./img/1.4.11-ntc-button-inactive.svg" %}
<figcaption> An inactive button using default browser styles</figcaption>
</figure>
<p>Inactive components, such as disabled controls in HTML, are not available for user interaction. The decision to exempt inactive controls from the contrast requirements was based on a number of considerations. Although it would be beneficial to some people to discern inactive controls, a one-size-fits-all solution has been very difficult to establish. A method of varying the presentation of disabled controls, such as adding an icon for disabled controls, based on user preferences is anticipated as an advancement in the future.</p>
Expand Down