Skip to content

Commit 8568dd5

Browse files
committed
fix blocking issues
1 parent 44c9ad3 commit 8568dd5

11 files changed

+14
-14
lines changed

learn-pr/cela-accessibility/develop-accessible-resize-reflow/2-fundamentals-of-resize-reflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.develop-accessible-resize-reflow.fundamentals-of-resize-reflow
33
title: Fundamentals of resize and reflow
44
metadata:
5-
title: Fundamentals of resize and reflow
5+
title: Fundamentals of Resize and Reflow
66
description: Learn about fundamentals of resize and reflow.
77
author: erzelman
88
ms.author: erzelman

learn-pr/cela-accessibility/develop-accessible-resize-reflow/3-exercise-use-screen-magnifiers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.develop-accessible-resize-reflow.exercise-use-screen-magnifiers
33
title: Exercise - Use screen magnifiers
44
metadata:
5-
title: Exercise - Use screen magnifiers
5+
title: Exercise - Use Screen Magnifiers
66
description: Follow the steps in this exercise to use screen magnifiers.
77
author: erzelman
88
ms.author: erzelman

learn-pr/cela-accessibility/develop-accessible-resize-reflow/4-accessibility-requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### YamlMime:ModuleUnit
22
uid: learn.develop-accessible-resize-reflow.accessibility-requirements
3-
title: Accessibility Requirements
3+
title: Accessibility requirements
44
metadata:
5-
title: Accessibility requirements
5+
title: Accessibility Requirements
66
description: Learn about accessibility requirements.
77
author: erzelman
88
ms.author: erzelman

learn-pr/cela-accessibility/develop-accessible-resize-reflow/5-review-considerations-for-screen-magnifiers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
### YamlMime:ModuleUnit
22
uid: learn.develop-accessible-resize-reflow.review-considerations-for-screen-magnifiers
3-
title: Review Considerations for screen magnifiers
3+
title: Review considerations for screen magnifiers
44
metadata:
5-
title: Review considerations for screen magnifiers
5+
title: Review Considerations for Screen Magnifiers
66
description: Review considerations for screen magnifiers.
77
author: erzelman
88
ms.author: erzelman

learn-pr/cela-accessibility/develop-accessible-resize-reflow/6-design-screen-magnifiers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.develop-accessible-resize-reflow.design-screen-magnifiers
33
title: Design screen magnifiers
44
metadata:
5-
title: Design screen magnifiers
5+
title: Design Screen Magnifiers
66
description: Learn how to design screen magnifiers.
77
author: erzelman
88
ms.author: erzelman

learn-pr/cela-accessibility/develop-accessible-resize-reflow/7-implement-screen-magnifiers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.develop-accessible-resize-reflow.implement-screen-magnifiers
33
title: Implement screen magnifiers
44
metadata:
5-
title: Implement screen magnifiers
5+
title: Implement Screen Magnifiers
66
description: Learn how to implement screen magnifiers.
77
author: erzelman
88
ms.author: erzelman

learn-pr/cela-accessibility/develop-accessible-resize-reflow/8-test-screen-magnifiers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.develop-accessible-resize-reflow.test-screen-magnifiers
33
title: Test screen magnifiers
44
metadata:
5-
title: Test screen magnifiers
5+
title: Test Screen Magnifiers
66
description: Learn how to test screen magnifiers.
77
author: erzelman
88
ms.author: erzelman

learn-pr/cela-accessibility/develop-accessible-resize-reflow/9-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.develop-accessible-resize-reflow.knowledge-check
33
title: Knowledge check
44
metadata:
5-
title: Knowledge check
5+
title: Knowledge Check
66
description: Check your knowledge on how to develop accessible resize and reflow.
77
author: erzelman
88
ms.author: erzelman

learn-pr/cela-accessibility/develop-accessible-resize-reflow/includes/10-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ In this module, you delved into accessibility considerations for resize and refl
33
Make sure to gather all applicable notes, save any resources you want to reference and reflect on what was learned about this topic.
44

55
- Use flexible grids, fluid images, and media queries to ensure content adapts to different screen sizes and orientations.
6-
- Utilize relative units like **ems** and **rems** for font sizes and include the viewport meta tag to control layout on mobile browsers.
6+
- Utilize relative units like **em** and **rem** for font sizes and include the viewport meta tag to control layout on mobile browsers.
77
- Ensure focus indicators are high contrast and consistently styled to help users navigate content using keyboards or assistive technologies.
88
- Expose focus, text insertion points, and selections to make content navigable and interactive for all users.
99
- Test content on various devices with screen readers and conduct user testing with individuals with disabilities to ensure accessibility.

learn-pr/cela-accessibility/develop-accessible-resize-reflow/includes/2-fundamentals-of-resize-reflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this section we will focus on some assistive technologies for people with low
1717
- **High-contrast modes**: These settings enhance the contrast between text and background colors, often employing dark backgrounds with bright text, which makes the text easier to see and read.
1818
- **Braille displays**: These specialized devices convert text displayed on a screen into refreshable Braille that can be felt with the fingers, enabling individuals who are blind or have very low vision to read by touch.
1919
- **Customizable keyboard shortcuts**: These shortcuts allow users to perform tasks such as opening applications or navigating through documents using the keyboard instead of a mouse, making it quicker and easier for those who struggle to see the mouse pointer.
20-
- **Color filters**: These tools modify the colors on the screen to assist individuals who have difficulty distinguishing certain colors, such as those who are colorblind. For instance, the filter may transform everything into shades of gray or enhance colors that are hard to differentiate.
20+
- **Color filters**: These tools modify the colors on the screen to assist individuals who have difficulty distinguishing certain colors, such as those who are color-blind. For instance, the filter may transform everything into shades of gray or enhance colors that are hard to differentiate.
2121

2222
### Resources
2323

0 commit comments

Comments
 (0)