@markuplint/html-spec 4.0.1 → 4.0.2
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/index.json +1 -1
- package/package.json +5 -5
package/index.json
CHANGED
|
@@ -11634,7 +11634,7 @@
|
|
|
11634
11634
|
},
|
|
11635
11635
|
{
|
|
11636
11636
|
"name": "tabpanel",
|
|
11637
|
-
"description": "A container for the resources associated with a tab, where each tab is contained in a tablist.\n\nAuthors SHOULD associate a tabpanel element with its tab,
|
|
11637
|
+
"description": "A container for the resources associated with a tab, where each tab is contained in a tablist.\n\nAuthors SHOULD associate a tabpanel element with its tab, by using the aria-controls attribute on the tab to reference the tab panel, and/or by using the aria-labelledby attribute on the tab panel to reference the tab.\n\ntablist elements are typically placed near, usually preceding, a series of tabpanel elements. See the WAI-ARIA Authoring Practices for details on implementing a tab set design pattern.",
|
|
11638
11638
|
"generalization": ["section"],
|
|
11639
11639
|
"requiredContextRole": [],
|
|
11640
11640
|
"requiredOwnedElements": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "A specification of HTML Living Standard for markuplint",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"gen:prettier": "prettier --write index.json"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@markuplint/spec-generator": "4.0.
|
|
21
|
-
"@markuplint/test-tools": "4.0.
|
|
20
|
+
"@markuplint/spec-generator": "4.0.1",
|
|
21
|
+
"@markuplint/test-tools": "4.0.1"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@markuplint/ml-spec": "4.0.
|
|
24
|
+
"@markuplint/ml-spec": "4.0.1"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "bf84b391b580a8586fa7acaf56eb2e8114c8e33e"
|
|
27
27
|
}
|