Skip to content

Commit e2034d2

Browse files
committed
Tweak output
1 parent 2c99341 commit e2034d2

File tree

5 files changed

+35
-25
lines changed

5 files changed

+35
-25
lines changed

docs/data.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "CSSWG drafts index",
3-
"createdAt": "2019-09-04T23:02:13.811Z",
4-
"elapsedTime": 271,
3+
"createdAt": "2019-09-04T23:21:33.580Z",
4+
"elapsedTime": 326,
55
"data": {
66
"specs": [
77
{
@@ -4204,7 +4204,7 @@
42044204
"name": "border-image-source",
42054205
"value": "none | <image>",
42064206
"initial": "none",
4207-
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\n''border-collapse/collapse''",
4207+
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\ncollapse",
42084208
"inherited": "no",
42094209
"percentages": "N/A",
42104210
"computedValue": "the keyword none or the computed <image>",
@@ -4222,7 +4222,7 @@
42224222
"name": "border-image-slice",
42234223
"value": "[<number> | <percentage>]{1,4} && fill?",
42244224
"initial": "100%",
4225-
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\n''border-collapse/collapse''",
4225+
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\ncollapse",
42264226
"inherited": "no",
42274227
"percentages": "refer to size of the border image",
42284228
"computedValue": "four values, each either a number or percentage; plus a fill keyword if specified",
@@ -4240,7 +4240,7 @@
42404240
"name": "border-image-width",
42414241
"value": "[ <length-percentage> | <number> | auto ]{1,4}",
42424242
"initial": "1",
4243-
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\n''border-collapse/collapse''",
4243+
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\ncollapse",
42444244
"inherited": "no",
42454245
"percentages": "Relative to width/height of the <a>border image area</a>",
42464246
"computedValue": "four values, each either a number, the keyword auto, or a computed <length-percentage> value",
@@ -4258,7 +4258,7 @@
42584258
"name": "border-image-outset",
42594259
"value": "[ <length> | <number> ]{1,4}",
42604260
"initial": "0",
4261-
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\n''border-collapse/collapse''",
4261+
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\ncollapse",
42624262
"inherited": "no",
42634263
"percentages": "N/A",
42644264
"computedValue": "four values, each a number or absolute length",
@@ -4276,7 +4276,7 @@
42764276
"name": "border-image-repeat",
42774277
"value": "[ stretch | repeat | round | space ]{1,2}",
42784278
"initial": "stretch",
4279-
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\n''border-collapse/collapse''",
4279+
"appliesTo": "All elements, except internal table elements when 'border-collapse' is\ncollapse",
42804280
"inherited": "no",
42814281
"percentages": "N/A",
42824282
"computedValue": "two keywords, one per axis",
@@ -4504,7 +4504,7 @@
45044504
"name": "border-radius",
45054505
"value": "<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?",
45064506
"initial": "0",
4507-
"appliesTo": "all elements, except table element when 'border-collapse' is ''collapse''",
4507+
"appliesTo": "all elements, except table element when 'border-collapse' is collapse",
45084508
"inherited": "no"
45094509
},
45104510
"name": "border-radius"
@@ -4519,7 +4519,7 @@
45194519
"name": "corner-shape",
45204520
"value": "[ round | angle ]{1,4}",
45214521
"initial": "round",
4522-
"appliesTo": "all elements, except table element when 'border-collapse' is ''collapse''",
4522+
"appliesTo": "all elements, except table element when 'border-collapse' is collapse",
45234523
"inherited": "no"
45244524
},
45254525
"name": "corner-shape"
@@ -4546,7 +4546,7 @@
45464546
"name": "border-limit",
45474547
"value": "all | [ sides | corners ] <length-percentage>?\n| [ top | right | bottom | left ] <length-percentage>",
45484548
"initial": "round",
4549-
"appliesTo": "all elements, except table element when 'border-collapse' is ''collapse''",
4549+
"appliesTo": "all elements, except table element when 'border-collapse' is collapse",
45504550
"inherited": "no",
45514551
"percentages": "relative to border-box"
45524552
},
@@ -5084,7 +5084,7 @@
50845084
"props": {
50855085
"name": "color",
50865086
"value": "<color>",
5087-
"initial": "''black''",
5087+
"initial": "black",
50885088
"appliesTo": "all elements",
50895089
"inherited": "yes",
50905090
"percentages": "N/A",
@@ -8660,7 +8660,7 @@
86608660
"props": {
86618661
"name": "overflow-x",
86628662
"value": "visible | hidden | clip | scroll | auto",
8663-
"initial": "''visible''",
8663+
"initial": "visible",
86648664
"appliesTo": "block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]",
86658665
"inherited": "no",
86668666
"percentages": "N/A",
@@ -8678,7 +8678,7 @@
86788678
"props": {
86798679
"name": "overflow-y",
86808680
"value": "visible | hidden | clip | scroll | auto",
8681-
"initial": "''visible''",
8681+
"initial": "visible",
86828682
"appliesTo": "block containers [[!CSS21]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]",
86838683
"inherited": "no",
86848684
"percentages": "N/A",
@@ -8800,7 +8800,7 @@
88008800
"props": {
88018801
"name": "max-lines",
88028802
"value": "none | <integer>",
8803-
"initial": "''none''",
8803+
"initial": "none",
88048804
"appliesTo": "<a>block containers</a> which are also [=fragmentation containers=] that capture [=region breaks=]",
88058805
"inherited": "no",
88068806
"percentages": "N/A",
@@ -8818,7 +8818,7 @@
88188818
"props": {
88198819
"name": "continue",
88208820
"value": "auto | discard",
8821-
"initial": "''continue/auto''",
8821+
"initial": "auto",
88228822
"appliesTo": "[=block containers=] and [=multicol containers=]",
88238823
"inherited": "no",
88248824
"percentages": "N/A",
@@ -9361,7 +9361,7 @@
93619361
"name": "flow-into",
93629362
"value": "none | <ident> [element|content]?",
93639363
"initial": "none",
9364-
"appliesTo": "All elements, but not <a href=\"https://www.w3.org/TR/selectors/#pseudo-elements\">pseudo-elements</a> such as <code>::first-line</code>, <code>::first-letter</code>, <code>::before</code> or <code>::after</code>.",
9364+
"appliesTo": "All elements, but not <a href=\"https://www.w3.org/TR/selectors/#pseudo-elements\">pseudo-elements</a> such as ::first-line, ::first-letter, ::before or ::after.",
93659365
"inherited": "no",
93669366
"computedValue": "as specified",
93679367
"animationType": "not animatable"
@@ -10465,7 +10465,7 @@
1046510465
"value": "<​length​>{1,2}",
1046610466
"initial": "0px 0px",
1046710467
"inherited": "yes",
10468-
"appliesTo": "<a>table grid boxes</a> when 'border-collapse' is ''border-collapse/separate''",
10468+
"appliesTo": "<a>table grid boxes</a> when 'border-collapse' is separate",
1046910469
"computedValue": "two absolute lengths",
1047010470
"animationType": "by computed value"
1047110471
},
@@ -11330,7 +11330,7 @@
1133011330
"props": {
1133111331
"name": "text-decoration-skip-ink",
1133211332
"value": "auto | none",
11333-
"initial": "''auto''",
11333+
"initial": "auto",
1133411334
"appliesTo": "all elements",
1133511335
"inherited": "yes",
1133611336
"percentages": "N/A",
@@ -11562,7 +11562,7 @@
1156211562
"props": {
1156311563
"name": "transition-duration",
1156411564
"value": "<time>#",
11565-
"initial": "''0s''",
11565+
"initial": "0s",
1156611566
"appliesTo": "all elements",
1156711567
"inherited": "no",
1156811568
"percentages": "N/A",
@@ -11580,7 +11580,7 @@
1158011580
"props": {
1158111581
"name": "transition-timing-function",
1158211582
"value": "<easing-function>#",
11583-
"initial": "''transition-timing-function/ease''",
11583+
"initial": "ease",
1158411584
"appliesTo": "all elements",
1158511585
"inherited": "no",
1158611586
"percentages": "N/A",
@@ -11598,7 +11598,7 @@
1159811598
"props": {
1159911599
"name": "transition-delay",
1160011600
"value": "<time>#",
11601-
"initial": "''0s''",
11601+
"initial": "0s",
1160211602
"appliesTo": "all elements",
1160311603
"inherited": "no",
1160411604
"percentages": "N/A",
@@ -12077,7 +12077,7 @@
1207712077
"value": "auto | text | none | contain | all",
1207812078
"initial": "auto",
1207912079
"inherited": "no",
12080-
"appliesTo": "all elements, and optionally to the ''::before'' and ''::after'' pseudo elements",
12080+
"appliesTo": "all elements, and optionally to the ::before and ::after pseudo elements",
1208112081
"computedValue": "See below",
1208212082
"animationType": "not animatable"
1208312083
},

0 commit comments

Comments
 (0)