@markuplint/html-spec 4.3.1-alpha.0 → 4.4.1-dev.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/index.json +13 -2
- package/package.json +5 -5
package/index.json
CHANGED
|
@@ -371,6 +371,17 @@
|
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
},
|
|
374
|
+
"writingsuggestions": {
|
|
375
|
+
"type": {
|
|
376
|
+
"enum": ["", "true", "false"],
|
|
377
|
+
"disallowToSurroundBySpaces": true,
|
|
378
|
+
"invalidValueDefault": "default",
|
|
379
|
+
"missingValueDefault": "default",
|
|
380
|
+
"sameStates": {
|
|
381
|
+
"true": [""]
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
},
|
|
374
385
|
"class": {
|
|
375
386
|
"type": "Any"
|
|
376
387
|
},
|
|
@@ -40866,11 +40877,11 @@
|
|
|
40866
40877
|
"deprecated": true
|
|
40867
40878
|
},
|
|
40868
40879
|
"cellpadding": {
|
|
40869
|
-
"description": "Defines the space between the content of a cell and its border
|
|
40880
|
+
"description": "Defines the space between the content of a cell and its border. This attribute is obsolete: instead of using it, apply the padding CSS property to the <th> and <td> elements.",
|
|
40870
40881
|
"deprecated": true
|
|
40871
40882
|
},
|
|
40872
40883
|
"cellspacing": {
|
|
40873
|
-
"description": "Defines the size of the space between two cells
|
|
40884
|
+
"description": "Defines the size of the space between two cells. This attribute is obsolete: instead of using it, set the border-spacing CSS property on the <table> element. Note that this has no effect if the <table> element's border-collapse CSS property is set to collapse.",
|
|
40874
40885
|
"deprecated": true
|
|
40875
40886
|
},
|
|
40876
40887
|
"frame": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/html-spec",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.1-dev.1+98cb4470a",
|
|
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.
|
|
21
|
-
"@markuplint/test-tools": "4.
|
|
20
|
+
"@markuplint/spec-generator": "4.3.1-dev.1+98cb4470a",
|
|
21
|
+
"@markuplint/test-tools": "4.2.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@markuplint/ml-spec": "4.
|
|
24
|
+
"@markuplint/ml-spec": "4.2.1-dev.1+98cb4470a"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "98cb4470ad994275f52b0c3919f8d27dda8c38bc"
|
|
27
27
|
}
|