From 0bd5f569f0badcae7937d84ce73e860379a15b22 Mon Sep 17 00:00:00 2001 From: "C." Date: Mon, 18 Mar 2024 15:41:43 +0300 Subject: [PATCH] bold captions --- .../SwitchControl/SwitchControl.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Sources/iOSAccessibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Introduction/AccessibilityFeatures/SwitchControl/SwitchControl.md b/Sources/iOSAccessibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Introduction/AccessibilityFeatures/SwitchControl/SwitchControl.md index 7ab43f6..61e5a73 100644 --- a/Sources/iOSAccessibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Introduction/AccessibilityFeatures/SwitchControl/SwitchControl.md +++ b/Sources/iOSAccessibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Introduction/AccessibilityFeatures/SwitchControl/SwitchControl.md @@ -33,51 +33,51 @@ Anything sensitive to human *intentional* input may be used as a switch. It may @Row { @Column { @Image(source: jelly-bean, alt: "") { - A single button switch + A single button **switch** } } @Column { @Image(source: pedal, alt: "") { - A foot switch -- a pedal + A **foot switch** -- a pedal } } @Column { @Image(source: blue2, alt: "") { - Multiple switches on one board + Multiple switches on one **board** } } } @Row { @Column { @Image(source: sip-n-puff, alt: "") { - A sip-and-puff interface + A **sip-and-puff** interface } } @Column { @Image(source: eye-tracker, alt: "") { - An eye tracker + An **eye tracker** } } @Column { @Image(source: muscle-sensor, alt: "") { - A muscle contraction sensor + A muscle contraction **sensor** } } } @Row { @Column { @Image(source: dualshock-2, alt: "") { - A gamepad + A **gamepad** } } @Column { @Image(source: iphone-15, alt: "") { - A smartphone + A **smartphone** } } @Column { @Image(source: numeric-keyboard, alt: "") { - A keyboard + A **keyboard** } } }