Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit c276296

Browse files
update accessibility.md
added quotes to render an '<a>' tag in WAI-ARIA compliance
1 parent f524261 commit c276296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/chakra-ui-core/src/CLink/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ A link widget provides an interactive reference to a resource. The target resour
1616

1717
### `CLink` WAI-ARIA compliance
1818
The element containing the link text or graphic has role of link.
19-
Links are accessible elements used primarily for navigation. This component is styled to resemble a hyperlink and semantically renders an <a>.
19+
Links are accessible elements used primarily for navigation. This component is styled to resemble a hyperlink and semantically renders an `<a>`.
2020

2121
The `CLink` component composes `CPseudoBox`, so you can pass all `CPseudoBox` props
2222

2323

24-
Noticed a bug or inconsistency with this component? [Open an issue](https://github.com/chakra-ui/chakra-ui-vue/issues/new/choose)
24+
Noticed a bug or inconsistency with this component? [Open an issue](https://github.com/chakra-ui/chakra-ui-vue/issues/new/choose)

0 commit comments

Comments
 (0)