@mew-lab/a11y-cli 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ import { patternDetail, wcagDetail, search } from '@mew-lab/a11y-cli/api';
|
|
|
74
74
|
const { data } = patternDetail('dialog-modal'); // { type, data } を返す。CLI と同じロジック
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
-
##
|
|
77
|
+
## データについて
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
掲載している観点は [a11y.mew-lab.com](https://a11y.mew-lab.com) と同じ内容です。
|
|
80
|
+
APG を参考にした非公式の日本語解説のため、正確な仕様は必ず[原文](https://www.w3.org/WAI/ARIA/apg/)をご確認ください。
|