-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkey-coverages.js
118 lines (118 loc) · 2.53 KB
/
key-coverages.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
export default {
"absoluteLength": [
"absolute length",
],
"allElements": [
"all elements",
],
"allElementsAndText": [
"all elements and text",
],
"allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes": [
"all elements except inline boxes and internal ruby or table boxes",
],
"allElementsExceptTableElementsWhenCollapse": [
"all elements, except internal table elements when border-collapse is collapse",
],
"allHTMLElements": [
"all HTML elements",
],
"asSpecified": [
"as specified",
"specified integer",
"specified keyword",
"specified keyword or a pair of numbers",
"specified keyword or identifier",
"specified keyword or percentage",
"specified keyword(s)",
"specified keyword, identifier, and/or integer",
"specified number",
"specified string or the keyword none",
"specified value",
],
"blockContainerElements": [
"block container elements",
],
"blockContainers": [
"block containers",
],
"blockLevelElements": [
"block-level elements",
],
"byComputedValue": [
"by computed value",
"by computed value type",
],
"computedColor": [
"computed color",
],
"discrete": [
"discrete",
],
"flexContainers": [
"flex containers",
],
"flexItemsGridItemsAndAbsolutelyPositionedBoxes": [
"flex items, grid items, and absolutely-positioned boxes",
],
"floats": [
"floats",
],
"gridContainers": [
"grid containers",
],
"gridItemsAndBoxesWithinGridContainer": [
"grid items and absolutely-positioned boxes whose containing block is a grid container",
],
"listItems": [
"list items",
],
"maskElements": [
"mask elements",
],
"no": [
"no",
],
"notAnimatable": [
"not animatable",
],
"perGrammar": [
"per grammar",
],
"positionedElements": [
"positioned elements",
],
"relativeToMaskBorderImageArea": [
"relative to width/height of the mask border image area",
],
"referToDimensionOfContentArea": [
"refer to corresponding dimension of the content area",
],
"referToSizeOfBorderImage": [
"refer to size of the border image",
],
"replacedElements": [
"replaced elements",
],
"scrollContainers": [
"scroll containers",
],
"seeIndividualProperties": [
"see individual properties",
],
"shadowList": [
"as shadow list",
],
"transformableElements": [
"transformable elements",
],
"twoAbsoluteLengths": [
"two absolute lengths",
],
"visual": [
"visual",
],
"yes": [
"yes",
],
};