Skip to content

Commit b29358a

Browse files
Fix build suggestions: table headers, alt text, and table syntax
- feed-providers.md: Replace filename-based alt text with descriptive text - handle-pointer-input.md: Add missing column headers to table - reserved-uri-scheme-names.md: Add missing column headers to three tables - controls/index.md: Add missing column headers to 13 tables; fix 3 alt text values - winui-project-templates-in-visual-studio.md: Fix invalid table syntax Co-authored-by: Copilot <[email protected]>
1 parent 111b3bc commit b29358a

4 files changed

Lines changed: 20 additions & 21 deletions

File tree

hub/apps/develop/feeds/feed-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For detailed guidance on how to implement a feed provider, see these articles be
2525

2626
Feeds in the Widgets Board helps users stay on top of what matters, enabling them to easily discover useful information and empowering them to act on it. Feed providers enable users to see content from multiple apps and services at the same time. Users can access content from various apps directly on their Widgets Board without the need to open individual apps, ensuring they have the latest information at their fingertips. Users also have the control to enable or disable feeds from the Widgets Board settings, tailoring the content to their preferences.
2727

28-
![hidedashboard-screenshot](media/feed-providers/hidedashboard-screenshot.png)
28+
![Screenshot showing the option to hide the dashboard panel in the Widgets Board settings](media/feed-providers/hidedashboard-screenshot.png)
2929

3030
## Getting started with feed providers
3131

hub/apps/develop/launch/reserved-uri-scheme-names.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are two types of reserved file types: file types reserved for built-in app
1818

1919
File types reserved for built-in apps:
2020

21-
| Types | | | |
21+
| File type | File type | File type | File type |
2222
|---|---|---|---|
2323
| .aac | .icon | .pem | .wdp |
2424
| .aetx | .jpeg | .png | .wmv |
@@ -37,7 +37,7 @@ File types reserved for built-in apps:
3737

3838
The following file types are reserved for the operating system:
3939

40-
| Types | | | |
40+
| File type | File type | File type | File type |
4141
|---|---|---|---|
4242
| .accountpicture-ms | .its | .ops | .url |
4343
| .ade | .jar | .pcd | .vb |
@@ -80,7 +80,7 @@ The following file types are reserved for the operating system:
8080

8181
The following URI scheme names are reserved and can't be used by your app:
8282

83-
| Types | | | |
83+
| URI scheme | URI scheme | URI scheme | URI scheme |
8484
|---|---|---|---|
8585
| application.manifest | inffile | ms-settings:network-dialup | scrfile |
8686
| application.reference | insfile | ms-settings:network-ethernet | scriptletfile |

hub/apps/develop/ui/controls/index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following table lists the Windows app controls available in WinUI, with link
2929

3030
### Basic input
3131

32-
| | Control | Description |
32+
| Image | Control | Description |
3333
|---|---|---|
3434
| ![Buttons](images/Button.png) | [Buttons](buttons.md) | A control that responds to user input and raises a Click event. Includes button, drop-down button, split button, toggle button, and more. |
3535
| ![Check boxes](images/CheckBox.png) | [Check boxes](checkbox.md) | A control that a user can select or clear. |
@@ -42,7 +42,7 @@ The following table lists the Windows app controls available in WinUI, with link
4242

4343
### Collections
4444

45-
| | Control | Description |
45+
| Image | Control | Description |
4646
|---|---|---|
4747
| ![Items view](images/ItemsView.png) | [Items view](itemsview.md) | A control that presents a collection of items using various layouts. |
4848
| ![List view and grid view](images/ListView.png) | [List view and grid view](listview-and-gridview.md) | Controls that present a collection of items in a vertical list or in rows and columns. |
@@ -55,21 +55,21 @@ The following table lists the Windows app controls available in WinUI, with link
5555

5656
### Dialogs and flyouts
5757

58-
| | Control | Description |
58+
| Image | Control | Description |
5959
|---|---|---|
6060
| ![Dialogs](images/ContentDialog.png) | [Dialogs](dialogs-and-flyouts/dialogs.md) | A dialog box that can be customized to contain any XAML content. |
6161
| ![Flyouts](images/Flyout.png) | [Flyouts](dialogs-and-flyouts/flyouts.md) | Shows contextual information and enables user interaction. |
6262
| ![Teaching tip](images/TeachingTip.png) | [Teaching tip](dialogs-and-flyouts/teaching-tip.md) | A content-rich flyout for guiding users and enabling teaching moments. |
6363

6464
### Forms
6565

66-
| | Control | Description |
66+
| Image | Control | Description |
6767
|---|---|---|
6868
| | [Forms](forms.md) | A pattern for collecting and submitting user input using a combination of input controls and labels. |
6969

7070
### Media, graphics, and shapes
7171

72-
| | Control | Description |
72+
| Image | Control | Description |
7373
|---|---|---|
7474
| ![Icons](images/Image.png) | [Icons](icons.md) | Represent icon controls that use different image types as content. |
7575
| ![Animated icons](images/AnimatedIcon.png) | [Animated icons](animated-icon.md) | An element that displays and controls an icon that animates when the user interacts with the control. |
@@ -80,7 +80,7 @@ The following table lists the Windows app controls available in WinUI, with link
8080

8181
### Menus and toolbars
8282

83-
| | Control | Description |
83+
| Image | Control | Description |
8484
|---|---|---|
8585
| ![Menus and context menus](images/MenuFlyout.png) | [Menus and context menus](menus-and-context-menus.md) | Shows a contextual list of simple commands or options. |
8686
| ![Command bar](images/CommandBar.png) | [Command bar](command-bar.md) | A toolbar for displaying application-specific commands that handles layout and resizing of its contents. |
@@ -89,24 +89,24 @@ The following table lists the Windows app controls available in WinUI, with link
8989

9090
### Navigation
9191

92-
| | Control | Description |
92+
| Image | Control | Description |
9393
|---|---|---|
9494
| ![Breadcrumb bar](images/BreadcrumbBar.png) | [Breadcrumb bar](breadcrumbbar.md) | Shows the trail of navigation taken to the current location. |
9595
| | [List/details](list-details.md) | A pattern that displays a list of items alongside the details of the currently selected item. |
9696
| ![Navigation view](images/NavigationView.png) | [Navigation view](navigationview.md) | Common vertical layout for top-level areas of your app via a collapsible navigation menu. |
97-
| ![Pivot](images/Pivot.png) | [Pivot](pivot.md) | Presents information from different sources in a tabbed view. |
97+
| ![Screenshot of the Pivot control](images/Pivot.png) | [Pivot](pivot.md) | Presents information from different sources in a tabbed view. |
9898
| ![Selector bar](images/Pivot.png) | [Selector bar](selector-bar.md) | Presents information from a small set of different sources. The user can pick one of them. |
9999
| ![Tab view](images/TabView.png) | [Tab view](tab-view.md) | A control that displays a collection of tabs that can be used to display several documents. |
100100

101101
### People
102102

103-
| | Control | Description |
103+
| Image | Control | Description |
104104
|---|---|---|
105105
| ![Person picture](images/PersonPicture.png) | [Person picture](person-picture.md) | Displays the picture of a person/contact. |
106106

107107
### Pickers
108108

109-
| | Control | Description |
109+
| Image | Control | Description |
110110
|---|---|---|
111111
| ![Color picker](images/ColorPicker.png) | [Color picker](color-picker.md) | A control that displays a selectable color spectrum. |
112112
| ![Calendar date picker](images/CalendarDatePicker.png) | [Calendar date picker](calendar-date-picker.md) | A control that lets users pick a date value using a calendar. |
@@ -116,9 +116,9 @@ The following table lists the Windows app controls available in WinUI, with link
116116

117117
### Scrolling and layout
118118

119-
| | Control | Description |
119+
| Image | Control | Description |
120120
|---|---|---|
121-
| ![Expander](images/Expander.png) | [Expander](expander.md) | A container with a header that can be expanded to show a body with more content. |
121+
| ![Screenshot of the Expander control](images/Expander.png) | [Expander](expander.md) | A container with a header that can be expanded to show a body with more content. |
122122
| ![Scrolling and panning controls](images/ScrollViewer.png) | [Scrolling and panning controls](scroll-controls.md) | A container control that lets the user pan and zoom its content. |
123123
| ![Annotated scrollbar](images/AnnotatedScrollbar.png) | [Annotated scrollbar](annotated-scrollbar.md) | A control that extends a regular vertical scrollbar's functionality for an easy navigation through large collections. |
124124
| ![Semantic zoom](images/SemanticZoom.png) | [Semantic zoom](semantic-zoom.md) | Lets the user zoom between two different views of a collection, making it easier to navigate through large collections of items. |
@@ -127,16 +127,16 @@ The following table lists the Windows app controls available in WinUI, with link
127127

128128
### Status and information
129129

130-
| | Control | Description |
130+
| Image | Control | Description |
131131
|---|---|---|
132132
| ![Progress](images/ProgressBar.png) | [Progress](progress-controls.md) | Shows the app's progress on a task using a progress bar or progress ring. |
133-
| ![Tooltip](images/ToolTip.png) | [Tooltip](tooltips.md) | Displays information for an element in a pop-up window. |
133+
| ![Screenshot of the Tooltip control](images/ToolTip.png) | [Tooltip](tooltips.md) | Displays information for an element in a pop-up window. |
134134
| ![Info bar](images/InfoBar.png) | [Info bar](infobar.md) | An inline message to display app-wide status change information. |
135135
| ![Info badge](images/InfoBadge.png) | [Info badge](info-badge.md) | A non-intrusive UI to display notifications or bring focus to an area. |
136136

137137
### Text
138138

139-
| | Control | Description |
139+
| Image | Control | Description |
140140
|---|---|---|
141141
| ![Auto-suggest box](images/AutoSuggestBox.png) | [Auto-suggest box](auto-suggest-box.md) | A control to provide suggestions as a user is typing. |
142142
| ![Text block](images/TextBlock.png) | [Text block](text-block.md) | A lightweight control for displaying small amounts of text. |
@@ -149,7 +149,7 @@ The following table lists the Windows app controls available in WinUI, with link
149149

150150
### Title bar
151151

152-
| | Control | Description |
152+
| Image | Control | Description |
153153
|---|---|---|
154154
| ![Title bar](images/TitleBar.png) | [Title bar](title-bar.md) | Customize the title bar of your app window. |
155155

hub/apps/winui/winui3/winui-project-templates-in-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Item templates let you add new files to an existing WinUI project. Right-click y
5151

5252
| Template | Language | Description |
5353
|----------|----------|-------------|
54-
5554
| Blank Page | C# and C++ | Adds a XAML file and code file that defines a new page derived from the **Microsoft.UI.Xaml.Controls.Page** class. |
5655
| Blank Window | C# and C++ | Adds a XAML file and code file that defines a new window derived from the **Microsoft.UI.Xaml.Window** class. |
5756
| Resource Dictionary | C# and C++ | Adds an empty, keyed collection of XAML resources. For more information, see [ResourceDictionary and XAML resource references](../../develop/platform/xaml/xaml-resource-dictionary.md). |

0 commit comments

Comments
 (0)