From 2090f63bc5059d166bd11e3e2c43ef7c50e5de2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:46:23 +0300 Subject: [PATCH] typo refactor --- src/app/showcase/doc/cascadeselect/accessibilitydoc.ts | 1 - src/app/showcase/doc/messages/accessibilitydoc.ts | 3 +-- src/app/showcase/doc/scroller/accessibilitydoc.ts | 3 +-- src/app/showcase/doc/toast/accessibilitydoc.ts | 3 +-- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/showcase/doc/cascadeselect/accessibilitydoc.ts b/src/app/showcase/doc/cascadeselect/accessibilitydoc.ts index 351af9a4e60..5a0e52840ad 100644 --- a/src/app/showcase/doc/cascadeselect/accessibilitydoc.ts +++ b/src/app/showcase/doc/cascadeselect/accessibilitydoc.ts @@ -16,7 +16,6 @@ import { Code } from '../../domain/code'; added to each treeitem.
-If filtering is enabled, filterInputProps can be defined to give aria-* props to the filter input element.
- Close element is a button with an aria-label that refers to the aria.close property of the locale API by default, you may usecloseButtonProps to customize the element - and override the default aria-label. + Close element is a button with an aria-label that refers to the aria.close property of the locale API by default.
- Scroller uses a semantic list element to list the items. No specific role is enforced, still you may use any aria role and attributes as any valid attribute is passed to the container element. List element can be also customized for - accessibility using listProps property. + Scroller uses a semantic list element to list the items. No specific role is enforced, still you may use any aria role and attributes as any valid attribute is passed to the container element.
Component does not include any built-in interactive elements.
diff --git a/src/app/showcase/doc/toast/accessibilitydoc.ts b/src/app/showcase/doc/toast/accessibilitydoc.ts index d8bd8deb1d2..b2814f521b0 100644 --- a/src/app/showcase/doc/toast/accessibilitydoc.ts +++ b/src/app/showcase/doc/toast/accessibilitydoc.ts @@ -7,8 +7,7 @@ import { Component } from '@angular/core';Toast component use alert role that implicitly defines aria-live as "assertive" and aria-atomic as "true".
- Close element is a button with an aria-label that refers to the aria.close property of the locale API by default, you may usecloseButtonProps to customize the element - and override the default aria-label. + Close element is a button with an aria-label that refers to the aria.close property of the locale API by default.