Skip to content

Commit 9f63267

Browse files
committed
docs(daterangepicker): update wai-aria-support article
1 parent 2324eb7 commit 9f63267

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

controls/daterangepicker/accessibility-and-internationalization/wai-aria-support.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,11 @@ position: 6
1313

1414
The **RadDateRangePicker** control offers **WAI-ARIA** support which can be easily enabled by setting the **EnableAriaSupport** server property to **true**.
1515

16-
All ARIA attributes are **lower case**. They are shown in the table below.
17-
18-
>caption  
19-
20-
| Control | Attributes |
21-
| ------ | ------ |
22-
| **RadDateRangePicker** | Role:combobox |
23-
24-
2516
>note
2617
An issue with the use of WAI-ARIA in HTML documents is that they do not pass validation. When you run a HTML document containing ARIA attributes through the W3C Validator it shows errors in the results for any ARIA attributes. The DOCTYPE declarations do not include any information about the WAI ARIA attributes and you cannot have a valid document that includes elements, attributes, and attribute values, not detailed in its DTDs.
2718
>
2819
2920

3021
# See Also
3122

32-
<!-- * [This functionality online](https://demos.telerik.com/aspnet-ajax/calendar/examples/functionality/waiariasupport/defaultcs.aspx) -->
33-
3423
* [WAI-ARIA basic information](https://www.w3.org/WAI/intro/aria)

0 commit comments

Comments
 (0)