Skip to content

Commit 3748416

Browse files
committed
chore(common): fix latest warnings
1 parent a4efb23 commit 3748416

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

accessibility/wcag-section-508-wai-aria.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this article you will find information on the general topics of accessibility
1717

1818
* [Standards and Policies](#standards-and-policies)
1919
* [Section 508](#section-508)
20-
* [W3C Web Content Accessibility Guidelines (WCAG) 2.2](#w3c-web-content-accessibility-guidelines-wcag-22)
20+
* [W3C Web Content Accessibility Guidelines (WCAG) 2.2](#w3c-web-content-accessibility-guidelines-wcag-2-2)
2121
* [Technical Specifications](#technical-specifications)
2222
* [WAI-ARIA](#wai-aria)
2323
* [Keyboard Navigation](#keyboard-navigation)

components/colorpicker/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The ColorPicker tag exposes the following features through its attributes:
8383
| `Enabled` | `bool` <br /> (`true`) | Determines if the user can open the popup and change the value. |
8484
| `ShowButtons` | `bool` <br /> (`true`) | Controls the visibility of the **Apply** and **Cancel** buttons. |
8585
| `ShowClearButton` | `bool` <br /> (`true`) | Sets the visibility of the **Clear** button. |
86-
| `Icon` | `object` | Adds a font icon inside the [main component button](#interface). You can find more information on adding a font icon to a Telerik Component in the [Telerik Font and Svg Icons article]({%slug common-features-icons%}#iicon-namespaces). |
86+
| `Icon` | `object` | Adds a font icon inside the [main component button](#interface). You can find more information on adding a font icon to a Telerik Component in the [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-namespaces). |
8787

8888
### Styling and Appearance
8989

components/flatcolorpicker/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The <a href = "https://www.telerik.com/blazor-ui/flatcolorpicker" target="_blank
1616
* [Basics](#basics)
1717
* [Example](#example)
1818
* [Interface](#interface)
19-
* [Features](#features)
19+
* [Parameters](#flatcolorpicker-parameters)
2020
* [Supported Value Formats](#supported-value-formats)
2121

2222
## Basics

components/menu/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Menu item template can contain arbitrary content according such as HTML mark
2424

2525
### Use ItemTemplate for Navigation
2626

27-
The following example shows how to render `<NavLink>` tags inside the Menu and use them for navigation instead of the [built-in Menu navigation mechanism]({%slug menu-navigation%}). This approach requires the URL property name to be different from `Url`. [`<NavLink>` also supports the `target="_blank"` attribute](#use-itemtemplate-for-styling-and-target_blank).
27+
The following example shows how to render `<NavLink>` tags inside the Menu and use them for navigation instead of the [built-in Menu navigation mechanism]({%slug menu-navigation%}). This approach requires the URL property name to be different from `Url`. [`<NavLink>` also supports the `target="_blank"` attribute](#use-itemtemplate-for-styling-and-target-_blank).
2828

2929
>caption Use Menu item template for navigation
3030

components/multicolumncombobox/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The MultiColumnComboBox component allows you to change what is rendered in its h
2020
* [No Data Template](#no-data-template)
2121
* [Example](#example)
2222

23-
## Row
23+
## Row Template
2424

2525
The `RowTemplate` allows you to control the rendering of each whole row in the dropdown. Use a row template if separate [column templates]({%slug multicolumncombobox-columns-templates%}) do not allow enough customization.
2626

components/notification/open-close-hide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can pass the entire [NotificationModel]({%slug notification-overview%}#notif
8888

8989
There are two separate ways to close a notification:
9090

91-
* [Automatically Closing Notification](#automatically-closing-notification)
91+
* [Automatically Closing Notification](#automatically-closing-a-notification)
9292
* [Manually Closing a Notification](#manually-closing-a-notification)
9393

9494
### Automatically Closing a Notification

knowledge-base/radiogroup-like-buttongroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use custom CSS to make the radio inputs invisible and style their labels to look
3131

3232
The RadioGroup will look similar to a [ButtonGroup with single selection]({%slug buttongroup-selection%}#single-selection). The major difference is that the RadioGroup has a single value of type `<T>`, while each button in the ButtonGroup is bound to a separate `boolean` value for its selected state.
3333

34-
>tip The following example is for versions 6.0 and above, which feature an [updated HTML rendering for the RadioGroup]({%slug changes-in-6-0-0%}#radiogroup). If you are using an older version, use the [alternative CSS code from the section below](#solution-up-to-version-5-1-1).
34+
>tip The following example is for versions 6.0 and above, which feature an [updated HTML rendering for the RadioGroup]({%slug rendering-changes-in-6-0-0%}#radiogroup). If you are using an older version, use the [alternative CSS code from the section below](#solution-up-to-version-5-1-1).
3535
3636
>caption Style the RadioGroup like a ButtonGroup
3737

system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ previous_url: /browser-support,/upgrade/framework-versions
99

1010
# System Requirements
1111

12-
This article describes the compatibility of Telerik Blazor components with different [browser versions](#browser-support) and [.NET versions](#net-versions-support). It also explains the difference between [supported .NET versions](#supported-net-versions) and [compatible .NET versions](#compatible-net-versions).
12+
This article describes the compatibility of Telerik Blazor components with different [browser versions](#browser-support) and [.NET versions](#-net-versions-support). It also explains the difference between [supported .NET versions](#supported-net-versions) and [compatible .NET versions](#compatible-net-versions).
1313

1414
Telerik UI for Blazor steps on Microsoft Blazor. You can host and run Telerik Blazor applications on the [platforms and browsers supported by Blazor](https://docs.microsoft.com/en-us/aspnet/core/blazor/supported-platforms) - Windows, Linux, macOS.
1515

troubleshooting/general-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This page provides solutions for common issues you may encounter while working w
1515
* [TelerikRootComponent is missing]({%slug common-kb-component-requires-telerikrootcomponent%})
1616
* [Popups do not work](#popups-do-not-work)
1717
* [Wrong popup position](#wrong-popup-position)
18-
* [Unable to find package Telerik.Documents.SpreadsheetStreaming](#unable-to-find-package-telerikdocumentsspreadsheetstreaming)
18+
* [Unable to find package Telerik.Documents.SpreadsheetStreaming](#unable-to-find-package-telerik-documents-spreadsheetstreaming)
1919
* [Cannot provide a value for property 'Localizer'](#cannot-provide-a-value-for-property-localizer)
2020
* [Slow Performance](#slow-performance)
21-
* [Failed to find a valid digest in the 'integrity' attribute for resource ... with computed SHA-256 integrity ...](#failed-to-find-a-valid-digest-in-the-integrity-attribute-for-resource--with-computed-sha-256-integrity-)
21+
* [Failed to find a valid digest in the 'integrity' attribute for resource ... with computed SHA-256 integrity ...](#failed-to-find-a-valid-digest-in-the-integrity-attribute-for-resource-with-computed-sha-256-integrity)
2222
* [JavaScript errors]({%slug troubleshooting-js-errors%})
2323
* [Issues after deployment]({%slug deployment-troubleshooting%})
2424
* [Content Security Policy]({%slug troubleshooting-csp%})

troubleshooting/js-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ position: 2
1313
This page provides solutions for JavaScript errors that you may encounter while working with Telerik UI for Blazor components.
1414

1515
* [`TelerikBlazor` was undefined](#telerikblazor-was-undefined)
16-
* [`init[Component]` was undefined](#initcomponent-was-undefined) (also applies to errors about missing Telerik JavaScript functions)
16+
* [`init[Component]` was undefined](#init-component-was-undefined) (also applies to errors about missing Telerik JavaScript functions)
1717
* [Cannot read properties of null (reading `addEventListener`)](#cannot-read-properties-of-null-reading-addeventlistener)
1818
* [SyntaxError: Unexpected token](#syntaxerror-unexpected-token)
1919
* [KeyNotFoundException: The given key `inputElementValue` was not present](#keynotfoundexception-the-given-key-inputelementvalue-was-not-present)
20-
* [Object doesn't support property or method `assign`](#object-doesnt-support-property-or-method-assign)
20+
* [Object doesn't support property or method `assign`](#object-doesn-t-support-property-or-method-assign)
2121
* [Microsoft.JSInterop.JSException: Maximum call stack size exceeded](#maximum-call-stack-size-exceeded)
2222

2323
## TelerikBlazor was undefined

0 commit comments

Comments
 (0)