-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1443 from NYPL/DSD-1610/heading-better-aria
DSD-1610: better aria attributes for Heading overline
- Loading branch information
Showing
6 changed files
with
56 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/** This data is used to populate the ComponentChangelogTable component. | ||
* | ||
* date: string (when adding new entry during development, set value as "Prerelease") | ||
* version: string (when adding new entry during development, set value as "Prerelease") | ||
* type: "Bug Fix" | "New Feature" | "Update"; | ||
* affects: array["Accessibility" | "Documentation" | "Functionality" | "Styles"]; | ||
* notes: array (will render as a bulleted list, add one array element for each list element) | ||
*/ | ||
import { ChangelogData } from "../../utils/ComponentChangelogTable"; | ||
|
||
export const changelogData: ChangelogData[] = [ | ||
{ | ||
date: "Prerelease", | ||
version: "Prerelease", | ||
type: "Update", | ||
affects: ["Accessibility"], | ||
notes: [ | ||
'Updated the `aria-roledescription` value to "subtitle" (a more familiar and recognizable term) for the `overline` element.', | ||
], | ||
}, | ||
]; |
aab4403
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nypl-design-system – ./
nypl-design-system-nypl.vercel.app
nypl-design-system-git-development-nypl.vercel.app
nypl-design-system.vercel.app