Skip to content

Commit d9254e5

Browse files
Merge pull request #6991 from TimShererWithAquent/us1759333a
1759333 validation: column-header-missing
2 parents b3887e5 + 911faff commit d9254e5

10 files changed

+188
-60
lines changed

docs/extensibility/internals/microsoft-help-viewer-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ Note: variables noted by "{n}" have code dependencies - removing or changing the
440440

441441
**Branding.xml**
442442

443-
| | |
443+
| Feature | Description |
444444
| - | - |
445445
| Feature: | **CollapsibleArea** |
446446
| Use: | Expand collapses content control text |

docs/extensibility/ux-guidelines/composite-patterns-for-visual-studio.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -514,13 +514,13 @@ Composite patterns combine interaction and design elements in distinct configura
514514

515515
||Basic experience|Optimized experience|Elevated experience|
516516
|-|----------------------|--------------------------|-------------------------|
517-
|Enables users to ...|Fix code and solution/project-level reading without dead ends|Perform maintenance, refactors, and navigation tasks|Operate in a consistent, intuitive, and fluid experience with confidence|
518-
|Editor|Touch panning and selection<br /><br /> Scrollbar touch to jump and press+drag|Pinch zoom<br /><br /> Fast scroll<br /><br /> Selection<br /><br /> Easy use of context menu||
519-
|Top tool windows|List panning<br /><br /> Item selection<br /><br /> Scrollbar touch to jump and press+drag|Easy item scrolling and selection||
520-
|Windowing||Resize window<br /><br /> Quick access||
521-
|Document well||Easy navigation between open files||
522-
|Gestures||Ensure common gestures work across the IDE|Gesture-based actions<br /><br /> Support drag-and-drop and designers|
523-
|Other considerations|||Custom onscreen keyboard|
517+
|**Enables users to ...**|Fix code and solution/project-level reading without dead ends|Perform maintenance, refactors, and navigation tasks|Operate in a consistent, intuitive, and fluid experience with confidence|
518+
|**Editor**|Touch panning and selection<br /><br /> Scrollbar touch to jump and press+drag|Pinch zoom<br /><br /> Fast scroll<br /><br /> Selection<br /><br /> Easy use of context menu||
519+
|**Top tool windows**|List panning<br /><br /> Item selection<br /><br /> Scrollbar touch to jump and press+drag|Easy item scrolling and selection||
520+
|**Windowing**||Resize window<br /><br /> Quick access||
521+
|**Document well**||Easy navigation between open files||
522+
|**Gestures**||Ensure common gestures work across the IDE|Gesture-based actions<br /><br /> Support drag-and-drop and designers|
523+
|**Other considerations**|||Custom onscreen keyboard|
524524

525525
#### Gestures
526526
Gestures provide users a shortcut to commands that might otherwise require a more complicated interaction. Refer to the Windows guidelines on [common touch gestures for Desktop Applications](/windows/desktop/wintouch/windows-touch-gestures-overview), and follow this guidance for most gestures, including simple gestures such as panning and zooming.

docs/vs-2015/extensibility/image-service-and-catalog.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,10 @@ This cookbook contains guidance and best practices for adopting the Visual Studi
151151
</Source>
152152
```
153153

154-
| | |
155-
|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
156-
| **Attribute** | **Definition** |
157-
| Uri | [Required] A URI that defines where the image can be loaded from. It can be one of the following:<br /><br /> - A [Pack URI](https://msdn.microsoft.com/library/aa970069\(v=vs.100\).aspx) using the application:/// authority<br />- An absolute component resource reference<br />- A path to a file containing a native resource |
158-
| Background | [Optional] Indicates what on kind of background the source is intended to be used.<br /><br /> It can be one of the following:<br /><br /> *Light:* The source can be used on a light background.<br /><br /> <em>Dark:</em>The source can be used on a dark background.<br /><br /> *HighContrast:* The source can be used on any background in High Contrast mode.<br /><br /> *HighContrastLight:* The source can be used on a light background in High Contrast mode.<br /><br /> *HighContrastDark:* The source can be used on a dark background in High Contrast mode.<br /><br /> If the Background attribute is omitted, the source can be used on any background.<br /><br /> If Background is *Light*, *Dark*, *HighContrastLight*, or *HighContrastDark*, the source’s colors are never inverted. If Background is omitted or set to *HighContrast*, the inversion of the source’s colors is controlled by the image’s **AllowColorInversion** attribute. |
159-
| | |
154+
|**Attribute**|**Definition**|
155+
|-|-|
156+
| Uri | [Required] A URI that defines where the image can be loaded from. It can be one of the following:<br /><br /> - A [Pack URI](https://msdn.microsoft.com/library/aa970069\(v=vs.100\).aspx) using the application:/// authority<br />- An absolute component resource reference<br />- A path to a file containing a native resource |
157+
| Background | [Optional] Indicates what on kind of background the source is intended to be used.<br /><br /> It can be one of the following:<br /><br /> *Light:* The source can be used on a light background.<br /><br /> <em>Dark:</em>The source can be used on a dark background.<br /><br /> *HighContrast:* The source can be used on any background in High Contrast mode.<br /><br /> *HighContrastLight:* The source can be used on a light background in High Contrast mode.<br /><br /> *HighContrastDark:* The source can be used on a dark background in High Contrast mode.<br /><br /> If the Background attribute is omitted, the source can be used on any background.<br /><br /> If Background is *Light*, *Dark*, *HighContrastLight*, or *HighContrastDark*, the source’s colors are never inverted. If Background is omitted or set to *HighContrast*, the inversion of the source’s colors is controlled by the image’s **AllowColorInversion** attribute. |
160158

161159
A \<Source> element can have exactly one of the following optional subelements:
162160

docs/vs-2015/extensibility/license-element-vsix-language-pack-schema.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,39 @@ Optional. The path of a localized version of the license file for the extension.
4848
If the `License` element is defined, then the text of the designated license file is displayed during setup and the user must accept the license to continue.
4949

5050
## Element Information
51-
52-
| | |
53-
|-----------------|-----------------------------------------------------------|
54-
| Namespace | `http://schemas.microsoft.com/developer/vsx-schema-lp/2010` |
55-
| Schema Name | VSIX Language Pack Schema |
56-
| Validation File | VSIXLanguagePackSchema.xsd |
57-
| Can be Empty | Not applicable |
51+
52+
:::row:::
53+
:::column:::
54+
Namespace
55+
:::column-end:::
56+
:::column:::
57+
`http://schemas.microsoft.com/developer/vsx-schema-lp/2010`
58+
:::column-end:::
59+
:::row-end:::
60+
:::row:::
61+
:::column:::
62+
Schema Name
63+
:::column-end:::
64+
:::column:::
65+
VSIX Language Pack Schema
66+
:::column-end:::
67+
:::row-end:::
68+
:::row:::
69+
:::column:::
70+
Validation File
71+
:::column-end:::
72+
:::column:::
73+
VSIXLanguagePackSchema.xsd
74+
:::column-end:::
75+
:::row-end:::
76+
:::row:::
77+
:::column:::
78+
Can be Empty
79+
:::column-end:::
80+
:::column:::
81+
Not applicable
82+
:::column-end:::
83+
:::row-end:::
5884

5985
## See Also
6086
[VSX Language Pack Schema Reference](../extensibility/vsx-language-pack-schema-reference.md)

docs/vs-2015/extensibility/localizeddescription-element-vsix-language-pack-schema.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,39 @@ Required. Provides a localized description of the extension.
4545
Required. A text description of the extension in the target language.
4646

4747
## Element Information
48-
49-
| | |
50-
|-----------------|-----------------------------------------------------------|
51-
| Namespace | `http://schemas.microsoft.com/developer/vsx-schema-lp/2010` |
52-
| Schema Name | VSIX Language Pack Schema |
53-
| Validation File | VSIXLanguagePackSchema.xsd |
54-
| Can be Empty | Not applicable |
48+
49+
:::row:::
50+
:::column:::
51+
Namespace
52+
:::column-end:::
53+
:::column:::
54+
`http://schemas.microsoft.com/developer/vsx-schema-lp/2010`
55+
:::column-end:::
56+
:::row-end:::
57+
:::row:::
58+
:::column:::
59+
Schema Name
60+
:::column-end:::
61+
:::column:::
62+
VSIX Language Pack Schema
63+
:::column-end:::
64+
:::row-end:::
65+
:::row:::
66+
:::column:::
67+
Validation File
68+
:::column-end:::
69+
:::column:::
70+
VSIXLanguagePackSchema.xsd
71+
:::column-end:::
72+
:::row-end:::
73+
:::row:::
74+
:::column:::
75+
Can be Empty
76+
:::column-end:::
77+
:::column:::
78+
Not applicable
79+
:::column-end:::
80+
:::row-end:::
5581

5682
## See Also
5783
[VSX Language Pack Schema Reference](../extensibility/vsx-language-pack-schema-reference.md)

docs/vs-2015/extensibility/localizedname-element-vsix-language-pack-schema.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,39 @@ Required. The localized name of the extension to be installed.
4545
Required. The name of the language pack in the target language.
4646

4747
## Element Information
48-
49-
| | |
50-
|-----------------|-----------------------------------------------------------|
51-
| Namespace | `http://schemas.microsoft.com/developer/vsx-schema-lp/2010` |
52-
| Schema Name | VSIX Language Pack Schema |
53-
| Validation File | VSIXLanguagePackSchema.xsd |
54-
| Can be Empty | Not applicable |
48+
49+
:::row:::
50+
:::column:::
51+
Namespace
52+
:::column-end:::
53+
:::column:::
54+
`http://schemas.microsoft.com/developer/vsx-schema-lp/2010`
55+
:::column-end:::
56+
:::row-end:::
57+
:::row:::
58+
:::column:::
59+
Schema Name
60+
:::column-end:::
61+
:::column:::
62+
VSIX Language Pack Schema
63+
:::column-end:::
64+
:::row-end:::
65+
:::row:::
66+
:::column:::
67+
Validation File
68+
:::column-end:::
69+
:::column:::
70+
VSIXLanguagePackSchema.xsd
71+
:::column-end:::
72+
:::row-end:::
73+
:::row:::
74+
:::column:::
75+
Can be Empty
76+
:::column-end:::
77+
:::column:::
78+
Not applicable
79+
:::column-end:::
80+
:::row-end:::
5581

5682
## See Also
5783
[VSX Language Pack Schema Reference](../extensibility/vsx-language-pack-schema-reference.md)

docs/vs-2015/extensibility/moreinfourl-element-vsix-language-pack-schema.md

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,40 @@ Optional. A link to localized information about the extension.
4545
Optional. A link to a Web site. The link is a text string.
4646

4747
## Element Information
48-
49-
| | |
50-
|-----------------|-----------------------------------------------------------|
51-
| Namespace | `http://schemas.microsoft.com/developer/vsx-schema-lp/2010` |
52-
| Schema Name | VSIX Language Pack Schema |
53-
| Validation File | VSIXLanguagePackSchema.xsd |
54-
| Can be Empty | Not applicable |
55-
48+
49+
:::row:::
50+
:::column:::
51+
Namespace
52+
:::column-end:::
53+
:::column:::
54+
`http://schemas.microsoft.com/developer/vsx-schema-lp/2010`
55+
:::column-end:::
56+
:::row-end:::
57+
:::row:::
58+
:::column:::
59+
Schema Name
60+
:::column-end:::
61+
:::column:::
62+
VSIX Language Pack Schema
63+
:::column-end:::
64+
:::row-end:::
65+
:::row:::
66+
:::column:::
67+
Validation File
68+
:::column-end:::
69+
:::column:::
70+
VSIXLanguagePackSchema.xsd
71+
:::column-end:::
72+
:::row-end:::
73+
:::row:::
74+
:::column:::
75+
Can be Empty
76+
:::column-end:::
77+
:::column:::
78+
Not applicable
79+
:::column-end:::
80+
:::row-end:::
81+
5682
## See Also
5783
[VSX Language Pack Schema Reference](../extensibility/vsx-language-pack-schema-reference.md)
5884
[Localizing VSIX Packages](../extensibility/localizing-vsix-packages.md)

docs/vs-2015/extensibility/ux-guidelines/application-patterns-for-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ manager: jillfra
485485
#### Reference-based projects
486486
The following table summarizes the drag-and-drop (as well as cut/copy/paste) operations that should be performed based on the nature of the source item and modifier keys pressed for referenced-based target projects:
487487

488-
|||Source item: Reference/Link|Source item: Physical item or file system (CF_HDROP)|
488+
|Modifier|Operation|Source item: Reference/Link|Source item: Physical item or file system (CF_HDROP)|
489489
|-|-|----------------------------------|-------------------------------------------------------------|
490490
|No modifier|Action|Move|Link|
491491
|No modifier|Target|Adds reference to original item|Adds reference to original item|
@@ -516,7 +516,7 @@ manager: jillfra
516516
#### Directory-based projects
517517
The following table summarizes the drag-and-drop (as well as cut/copy/paste) operations that should be performed based on the nature of the source item and modifier keys pressed for directory-based target projects:
518518

519-
|||Source item: Reference/Link|Source item: Physical item or file system (CF_HDROP)|
519+
|Modifier|Operation|Source item: Reference/Link|Source item: Physical item or file system (CF_HDROP)|
520520
|-|-|----------------------------------|-------------------------------------------------------------|
521521
|No modifier|Action|Move|Move|
522522
|No modifier|Target|Copies item to target location|Copies item to target location|
@@ -543,7 +543,7 @@ manager: jillfra
543543
#### Mixed-target projects
544544
The following table summarizes the drag-and-drop (as well as cut/copy/paste) operations that should be performed based on the nature of the source item and modifier keys pressed for mixed-target projects:
545545

546-
|||Source item: Reference/Link|Source item: Physical item or file system (CF_HDROP)|
546+
|Modifier|Operation|Source item: Reference/Link|Source item: Physical item or file system (CF_HDROP)|
547547
|-|-|----------------------------------|-------------------------------------------------------------|
548548
|No modifier|Action|Move|Move|
549549
|No modifier|Target|Adds reference to original item|Copies item to target location|

docs/vs-2015/extensibility/ux-guidelines/composite-patterns-for-visual-studio.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -516,13 +516,13 @@ Composite patterns combine interaction and design elements in distinct configura
516516

517517
||Basic experience|Optimized experience|Elevated experience|
518518
|-|----------------------|--------------------------|-------------------------|
519-
|Enables users to …|Fix code and solution/project-level reading without dead ends|Perform maintenance, refactors, and navigation tasks|Operate in a consistent, intuitive, and fluid experience with confidence|
520-
|Editor|Touch panning and selection<br /><br /> Scrollbar touch to jump and press+drag|Pinch zoom<br /><br /> Fast scroll<br /><br /> Selection<br /><br /> Easy use of context menu||
521-
|Top tool windows|List panning<br /><br /> Item selection<br /><br /> Scrollbar touch to jump and press+drag|Easy item scrolling and selection||
522-
|Windowing||Resize window<br /><br /> Quick access||
523-
|Document well||Easy navigation between open files||
524-
|Gestures||Ensure common gestures work across the IDE|Gesture-based actions<br /><br /> Support drag-and-drop and designers|
525-
|Other considerations|||Custom onscreen keyboard|
519+
|**Enables users to …**|Fix code and solution/project-level reading without dead ends|Perform maintenance, refactors, and navigation tasks|Operate in a consistent, intuitive, and fluid experience with confidence|
520+
|**Editor**|Touch panning and selection<br /><br /> Scrollbar touch to jump and press+drag|Pinch zoom<br /><br /> Fast scroll<br /><br /> Selection<br /><br /> Easy use of context menu||
521+
|**Top tool windows**|List panning<br /><br /> Item selection<br /><br /> Scrollbar touch to jump and press+drag|Easy item scrolling and selection||
522+
|**Windowing**||Resize window<br /><br /> Quick access||
523+
|**Document well**||Easy navigation between open files||
524+
|**Gestures**||Ensure common gestures work across the IDE|Gesture-based actions<br /><br /> Support drag-and-drop and designers|
525+
|**Other considerations**|||Custom onscreen keyboard|
526526

527527
#### Gestures
528528
Gestures provide users a shortcut to commands that might otherwise require a more complicated interaction. Refer to the Windows guidelines on [common touch gestures for Desktop Applications](https://msdn.microsoft.com/library/windows/desktop/dd940543\(v=vs.85\).aspx), and follow this guidance for most gestures, including simple gestures such as panning and zooming.

0 commit comments

Comments
 (0)