From c5663ec47632b5292731468afea9015f826c2c07 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 20 Jul 2023 09:43:05 +0100 Subject: [PATCH] Update or is this whole section redundant anyway as it gets overridden? --- understanding/22/target-size-minimum.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/understanding/22/target-size-minimum.html b/understanding/22/target-size-minimum.html index 03d092e85f..8d55fe9a90 100644 --- a/understanding/22/target-size-minimum.html +++ b/understanding/22/target-size-minimum.html @@ -27,16 +27,17 @@

Target Size (Minimum)

Spacing
Undersized targets (those less than 24 by 24 CSS pixels) are positioned so that if a 24 CSS pixel diameter circle is centered on the bounding box of each, the circles do not intersect another target or the circle for another undersized target;
Equivalent
-
The function can be achieved through a different control on the same page that meets this criterion
+
The function can be achieved through a different control on the same page that meets this criterion;
Inline
The target is in a sentence or its size is otherwise constrained by the line-height of non-target text;
User Agent Control
-
The size of the target is determined by the user agent and is not modified by the author;
+
The size of the target is determined by the user agent and is not modified by the author;
Essential
-
A particular presentation of the target is essential or is legally required for the information being conveyed.
+
A particular presentation of the target is essential or is legally required for the information being conveyed.
+

For inline targets the line-height should be interpreted as perpendicular to the flow of text. For example, in a language displayed vertically, the line-height would be horizontal.

-

Targets that allow for values to be selected spatially based on position within the target are considered one target for the purpose of the success criterion. Examples include sliders with granular values, color pickers displaying a gradient of colors, or editable areas where you position the cursor.

-

For inline targets the line-height should be interpreted as perpendicular to the flow of text. For example, in a language displayed vertically, the line-height would be horizontal.

+

Targets that allow for values to be selected spatially based on position within the target are considered one target for the purpose of the success criterion. Examples include sliders, color pickers displaying a gradient of colors, or editable areas where you position the cursor.

+

For inline targets the line-height should be interpreted as perpendicular to the flow of text. For example, in a language displayed vertically, the line-height would be horizontal.