@markuplint/html-spec 4.0.0-rc.0 → 4.0.0
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
|
@@ -36254,7 +36254,7 @@
|
|
|
36254
36254
|
{
|
|
36255
36255
|
"name": "dfn",
|
|
36256
36256
|
"cite": "https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn",
|
|
36257
|
-
"description": "The <dfn> HTML element
|
|
36257
|
+
"description": "The <dfn> HTML element indicates a term to be defined. The <dfn> element should be used in a complete definition statement, where the ancestor <p> element, the <dt>/<dd> pairing, or the nearest <section> ancestor of the <dfn> element, is considered to be the full definition of the term.",
|
|
36258
36258
|
"categories": ["#flow", "#phrasing", "#palpable"],
|
|
36259
36259
|
"contentModel": {
|
|
36260
36260
|
"contents": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
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.0
|
|
21
|
-
"@markuplint/test-tools": "4.0.0
|
|
20
|
+
"@markuplint/spec-generator": "4.0.0",
|
|
21
|
+
"@markuplint/test-tools": "4.0.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@markuplint/ml-spec": "4.0.0
|
|
24
|
+
"@markuplint/ml-spec": "4.0.0"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "be4aabe189dc53a717b2fbd58583a03017646251"
|
|
27
27
|
}
|