Skip to content

Commit

Permalink
Improves the documentation regarding accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Sep 24, 2020
1 parent 42fb5fa commit eff89b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Duet Date Picker comes with built-in functionality that allows you to set a mini
- Can be used with any JavaScript framework.
- No external dependencies.
- Weighs only ~10kb minified and Gzip’ed (this includes all styles and icons).
- Built with accessibility in mind to support WCAG 2.1.
- Built with accessibility in mind.
- Supports all modern browsers and screen readers.
- Additionally, limited support offered for IE11 and Edge 17+.
- Allows theming using CSS Custom Properties.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
<h1>Duet Date Picker</h1>
<p>
Duet Date Picker is an open source version of
<a href="https://www.duetds.com">Duet Design System’s</a> WCAG 2.1 compliant date picker. It can be implemented
and used across any JavaScript framework or no framework at all.
<a href="https://www.duetds.com">Duet Design System’s</a> accessible date picker. It can be implemented and used
across any JavaScript framework or no framework at all.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@duetds/date-picker",
"version": "1.0.1",
"description": "Duet Date Picker is an open source version of Duet Design System’s WCAG 2.1 compliant date picker.",
"description": "Duet Date Picker is an open source version of Duet Design System’s accessible date picker.",
"author": "LocalTapiola Services Ltd <[email protected]>",
"license": "MIT",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@
<h1>Duet Date Picker examples</h1>
<p>
Duet Date Picker is an open source version of
<a href="https://www.duetds.com">Duet Design System’s</a> WCAG 2.1 compliant date picker. It can be implemented
and used across any JavaScript framework or no framework at all.
<a href="https://www.duetds.com">Duet Design System’s</a> accessible date picker. It can be implemented and used
across any JavaScript framework or no framework at all.
</p>

<p>
Expand Down

0 comments on commit eff89b2

Please sign in to comment.