Skip to content

Commit 7feed9d

Browse files
committed
Mark border-collapse and border-spacing as supported
Signed-off-by: Nico Burns <[email protected]>
1 parent 197fc12 commit 7feed9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/css-property-groups.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@
278278
"id": "table",
279279
"name": "Tables",
280280
"entries": [
281-
{ "name": "border-collapse", "status": "No" },
282-
{ "name": "border-spacing", "status": "No" },
281+
{ "name": "border-collapse", "status": "Partial", "notes": "It is currently assumed that borders in tables with collapsed borders are uniform (have the same width/style/color). The border styles from the first cell are used." },
282+
{ "name": "border-spacing", "status": "Yes" },
283283
{ "name": "table-layout", "status": "Yes" },
284284
{ "name": "caption-side", "status": "No" }
285285
]

0 commit comments

Comments
 (0)