You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Description**: Object of classes for each HTML element of the dialog element. Keys are: `base`, `overlay`, `element`, `document`, `title`, `closeButton`. See [a11y-dialog docs](http://edenspiekermann.github.io/a11y-dialog/#expected-dom-structure) for reference.
-**Description**: The title of the dialog, mandatory in the document to provide context to assistive technology. Could be [hidden with CSS](https://hugogiraudel.com/2016/10/13/css-hide-and-seek/) (while remaining accessible).
183
183
-**Usage**:
@@ -189,7 +189,7 @@ export default {
189
189
```
190
190
191
191
### `closeButtonContent`
192
-
-**Property**: `closeButtonLabel`
192
+
-**Name**: `closeButtonLabel`
193
193
-**Default**: `\u00D7` (×)
194
194
-**Description**: The string that is the inner HTML of the close button.
0 commit comments