|
85 | 85 | { "name": "min-width / min-height", "status": "Yes", "properties": ["min-width", "min-height", "min-inline-size", "min-block-size"] }, |
86 | 86 | { "name": "max-width / max-height", "status": "Yes", "properties": ["max-width", "max-height", "max-inline-size", "max-block-size"] }, |
87 | 87 | { "name": "inset", "status": "Yes", "properties": ["top", "left", "bottom", "right"] }, |
| 88 | + { "name": "gap", "status": "Yes", "properties": ["gap", "row-gap", "column-gap", "grid-gap", "grid-column-gap", "grid-row-gap"] }, |
88 | 89 | { "name": "aspect-ratio", "status": "Yes", "properties": ["aspect-ratio"] }, |
89 | 90 | { "name": "object-fit", "status": "Yes" }, |
90 | 91 | { "name": "object-position", "status": "Yes" } |
|
97 | 98 | "entries": [ |
98 | 99 | { "name": "padding", "status": "Yes", "properties": ["padding", "padding-top", "padding-left", "padding-bottom", "padding-right"] }, |
99 | 100 | { "name": "margin", "status": "Yes", "properties": ["margin", "margin-top", "margin-left", "margin-bottom", "margin-right"] }, |
100 | | - { "name": "gap", "status": "Yes", "properties": ["gap", "row-gap", "column-gap", "grid-gap", "grid-column-gap", "grid-row-gap"] }, |
| 101 | + { "name": "border-radius", "status": "Yes" }, |
| 102 | + { "name": "border-color", "status": "Yes" }, |
101 | 103 | { "name": "border-width", "status": "Yes" }, |
102 | 104 | { "name": "border-style", "status": "No" }, |
103 | | - { "name": "border-color", "status": "Yes" }, |
104 | | - { "name": "border-radius", "status": "Yes" }, |
105 | 105 | { "name": "border-image", "status": "No" } |
106 | 106 | ] |
107 | 107 | }, |
|
0 commit comments