Skip to content

Commit 6826710

Browse files
committed
Fix indentation of callouts
1 parent 98bdb7b commit 6826710

13 files changed

+21
-21
lines changed

powerapps-docs/maker/canvas-apps/controls/control-barcodescanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ If you add this control, the user can update a data source with one or more phot
8787
### Screen reader support
8888
* **[AccessibleLabel](properties-accessibility.md)** must be present.
8989

90-
> [!NOTE]
90+
> [!NOTE]
9191
> Screen readers will annnouce when a new barcode has been found. The value will not be announced. As long as the barcode is in view, screen readers will remind every 5 seconds that the same barcode is still being identified.

powerapps-docs/maker/canvas-apps/controls/control-column-line-chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ There must be adequate color contrast between:
134134
* There must be a **[Label](control-text-box.md)** immediately before the chart graphic to serve as the title.
135135
* Consider adding a summary of the chart graphic. For example, "The line chart shows a steady increase in sales between March and August this year."
136136

137-
> [!NOTE]
137+
> [!NOTE]
138138
> Chart graphics and **Legend** are hidden from screen reader users. As an alternative, a tabular form of the data is presented to them. They can also cycle through buttons that select data in the chart.
139139
140140
### Low vision support
@@ -145,5 +145,5 @@ There must be adequate color contrast between:
145145
### Keyboard support
146146
* **[TabIndex](properties-accessibility.md)** must be zero or greater so that keyboard users can navigate to it.
147147

148-
> [!NOTE]
148+
> [!NOTE]
149149
> When keyboard users navigate to the chart, they can cycle through buttons that select data in the chart.

powerapps-docs/maker/canvas-apps/controls/control-combo-box.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ This is in addition to the [standard color contrast requirements](../accessible-
103103
### Screen reader support
104104
* **[AccessibleLabel](properties-accessibility.md)** must be present.
105105

106-
> [!NOTE]
106+
> [!NOTE]
107107
> On touch screens, screen reader users can navigate the contents of the combo box sequentially. The combo box acts as a button that shows or hides its contents when selected.
108108
109109
### Keyboard support
110110
* **[TabIndex](properties-accessibility.md)** must be zero or greater so that keyboard users can navigate to it.
111111
* Focus indicators must be clearly visible. Use **[FocusedBorderColor](properties-color-border.md)** and **[FocusedBorderThickness](properties-color-border.md)** to achieve this.
112112

113-
> [!NOTE]
113+
> [!NOTE]
114114
> The tab key navigates to or away from the combo box. Arrow keys navigate the contents of the combo box. The escape key closes the drop down when opened.

powerapps-docs/maker/canvas-apps/controls/control-gallery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ If clicking anywhere in a gallery item is meant to select it, there must be adeq
102102
### Screen reader support
103103
* **[AccessibleLabel](properties-accessibility.md)** must be present.
104104

105-
> [!NOTE]
105+
> [!NOTE]
106106
> Screen readers will annnouce when items in the gallery change. The **AccessibleLabel** is also mentioned. This gives context to the announcement and is even more important when there are multiple galleries on the same screen.
107107
108108
### Keyboard support
109109
* Consider setting **ShowScrollbar** to **true**. On most touch screen devices, the scrollbar will not show until scrolling begins.
110110
* If clicking anywhere in a gallery item is meant to select it, there must also be way for keyboard users to select the gallery item. For example, adding a **[Button](control-button.md)** that has its **OnSelect** property set to **Select(Parent)**.
111111

112-
> [!NOTE]
112+
> [!NOTE]
113113
> Controls outside the gallery are not considered in the keyboard navigation order within the gallery. **[TabIndex](properties-accessibility.md)** of controls inside a gallery are scoped. See [accessibility properties](properties-accessibility.md) to learn more.

powerapps-docs/maker/canvas-apps/controls/control-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ If you add one or more **Image** controls to your app, you can show individual i
143143
* **[AccessibleLabel](properties-accessibility.md)** can be empty or the empty string **""**, if the graphic provides redundant information.
144144
* For example, an **Image** of gears with its **[AccessibleLabel](properties-accessibility.md)** set to **Settings**. This image is not used as a button. It is next to a **[Label](control-text-box.md)** that also says **Settings**. Screen readers will read the image as **Settings**, and the label as **Settings** again. This is unnecessarily verbose. In this case, the **Image** does not need an **[AccessibleLabel](properties-accessibility.md)**.
145145

146-
> [!IMPORTANT]
146+
> [!IMPORTANT]
147147
> Screen readers will always read **Image**s that have **[TabIndex](properties-accessibility.md)** of zero or greater, even if **[AccessibleLabel](properties-accessibility.md)** is empty. This is because they are rendered as buttons. If no **[AccessibleLabel](properties-accessibility.md)** is provided, screen readers will simply read the graphic as **button**.
148148
149149
### Keyboard support
150150
* **[TabIndex](properties-accessibility.md)** must be zero or greater, if the graphic is used as a button. This allows keyboard users to navigate to it.
151151
* Focus indicators must be clearly visible, if the graphic is used as a button. Use **[FocusedBorderColor](properties-color-border.md)** and **[FocusedBorderThickness](properties-color-border.md)** to achieve this.
152152

153-
> [!NOTE]
153+
> [!NOTE]
154154
> When **[TabIndex](properties-accessibility.md)** is zero or greater, the **Image** is rendered as a button. There is no change to the visual appearance, but screen readers will correctly identify the image as a button. When **[TabIndex](properties-accessibility.md)** is less than zero, the **Image** is identified as an image.

powerapps-docs/maker/canvas-apps/controls/control-list-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@ This is in addition to the [standard color contrast requirements](../accessible-
165165
* **[TabIndex](properties-accessibility.md)** must be zero or greater so that keyboard users can navigate to it.
166166
* Focus indicators must be clearly visible. Use **[FocusedBorderColor](properties-color-border.md)** and **[FocusedBorderThickness](properties-color-border.md)** to achieve this.
167167

168-
> [!NOTE]
168+
> [!NOTE]
169169
> The tab key navigates to or away from the **List box**. Arrow keys navigate the contents of the **List box**.

powerapps-docs/maker/canvas-apps/controls/control-pen-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ There must be adequate color contrast between:
9696
### Screen reader support
9797
* **[AccessibleLabel](properties-accessibility.md)** should be present.
9898

99-
> [!IMPORTANT]
99+
> [!IMPORTANT]
100100
> **Pen input** is not accessible to screen reader users. Always provide an alternative form of input. For example, if a sketch is required, consider adding an **[Add picture](control-add-picture.md)** control for users to upload an image. Both methods can be offered and the user can choose the one they are more comfortable with.
101101
102102
### Keyboard support
103103

104-
> [!IMPORTANT]
104+
> [!IMPORTANT]
105105
> **Pen input** is not accessible to keyboard users. Always provide an alternative form of input. For example, if a signature is required, consider adding a **[Text input](control-text-input.md)** for users to enter their name. Both methods can be offered and the user can choose the one they are more comfortable with.

powerapps-docs/maker/canvas-apps/controls/control-pie-chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ There must be adequate color contrast between:
9999
### Screen reader support
100100
* There must be a **[Label](control-text-box.md)** immediately before the chart graphic to serve as the title.
101101

102-
> [!NOTE]
102+
> [!NOTE]
103103
> Chart graphics and **Legend** are hidden from screen reader users. As an alternative, a tabular form of the data is presented to them. They can also cycle through buttons that select data in the chart.
104104
105105
### Low vision support
@@ -110,5 +110,5 @@ There must be adequate color contrast between:
110110
### Keyboard support
111111
* **[TabIndex](properties-accessibility.md)** must be zero or greater so that keyboard users can navigate to it.
112112

113-
> [!NOTE]
113+
> [!NOTE]
114114
> When keyboard users navigate to the chart, they can cycle through buttons that select data in the chart.

powerapps-docs/maker/canvas-apps/controls/control-rating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ This is in addition to the [standard color contrast requirements](../accessible-
100100
### Screen reader support
101101
* **[AccessibleLabel](properties-accessibility.md)** must be present.
102102

103-
> [!NOTE]
103+
> [!NOTE]
104104
> Screen readers treat the **Rating** control as radio buttons.
105105
106106
### Keyboard support
107107
* **[TabIndex](properties-accessibility.md)** must be zero or greater so that keyboard users can navigate to it.
108108
* Focus indicators must be clearly visible. Use **[FocusedBorderColor](properties-color-border.md)** and **[FocusedBorderThickness](properties-color-border.md)** to achieve this.
109109
* Consider using a different control if there are too many stars. It can be tedious to navigate with a keyboard and difficult to select accurately with a touch screen.
110110

111-
> [!NOTE]
111+
> [!NOTE]
112112
> The same keyboard interactions for radio buttons can be used on **Rating**.

powerapps-docs/maker/canvas-apps/controls/control-screen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ In addition to text, consider checking color contrast with essential graphical o
7878
### Screen reader support
7979
* There must be a meaningful name for each **Screen**. The screen name can be viewed and edited in the same way as other controls: in the tree view of the controls pane or in the header of the properties pane.
8080

81-
> [!NOTE]
81+
> [!NOTE]
8282
> When a new **Screen** is loaded, screen readers will announce its name.

0 commit comments

Comments
 (0)