Skip to content

Commit bec3485

Browse files
author
Ron Petrusha
authored
Addressed formatting issues from markdig conversion (microsoft#902)
1 parent 1682381 commit bec3485

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Documentation/compatibility/winforms-accessibility-changes-471.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In order for the application to benefit from these changes, it must run on the .
4747

4848
</br>Applications that target the .NET Framework 4.7.1 or later and want to preserve the legacy accessibility behavior can opt in to the use of legacy accessibility features by explicitly setting this AppContext switch to `true`.<p/>
4949

50-
For an overview of UI automation, see the [UI Automation Overview](~/docs/framework/ui-automation/ui-automation-overview.md).</p/><p/>
50+
For an overview of UI automation, see the [UI Automation Overview](~/docs/framework/ui-automation/ui-automation-overview.md).<p/>
5151

5252
**Added support for UI Automation patterns and properties**<br/>
5353

Documentation/compatibility/winforms-accessibility-changes-472.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ __Improved Property Grid Support__
7171
- The <xref:System.Windows.Forms.PropertyGrid> control child elements now return a `true` for the <xref:System.Windows.Automation.ValuePattern.IsReadOnlyProperty> property only when a PropertyGrid element is enabled.
7272
- The <xref:System.Windows.Forms.PropertyGrid> control child elements now return a `false` for the <xref:System.Windows.Automation.AutomationElement.IsEnabledProperty> property only when a PropertyGrid element can be changed by the user.
7373

74-
For an overview of UI automation, see the [UI Automation Overview](https://docs.microsoft.com/dotnet/framework/ui-automation/ui-automation-overview).
75-
74+
For an overview of UI automation, see the [UI Automation Overview](https://docs.microsoft.com/dotnet/framework/ui-automation/ui-automation-overview).</p>
7675

7776
__Improved keyboard navigation__
7877
- <xref:System.Windows.Forms.ToolStripButton> now allows focus when contained within a <xref:System.Windows.Forms.ToolStripPanel> that has the <xref:System.Windows.Forms.ToolStripPanel.TabStop> property set to `true`

0 commit comments

Comments
 (0)