We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3798329 commit 98e4267Copy full SHA for 98e4267
README.md
@@ -59,7 +59,7 @@ or
59
- **Content attributes:**
60
- [Global attributes](https://html.spec.whatwg.org/multipage/dom.html#global-attributes)
61
- `controls` - Show controls
62
- - `label` - Give the code block a name. If omitted, the name will be "code block".
+ - `label` - Give the code block a unique name. If omitted, it will always have the accessible name "Code Block".
63
- `language` - Language name of the code. If omitted, it will be detected automatically.
64
- **Accessibility considerations:**
65
- [No corresponding role](https://w3c.github.io/html-aria/#dfn-no-corresponding-role)
0 commit comments