Skip to content

Commit 8bd9d9a

Browse files
committed
[css-tables-3]: ensure border-spacing is a non-negative length
This is true of all browsers today, but is not specified at a grammar level. This change ensures it is specified at a grammar level.
1 parent 99104cd commit 8bd9d9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-tables-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ spec:css-display-4; type:property; text:display
971971

972972
<pre class='propdef'>
973973
Name: border-spacing
974-
Value: <<length>>{1,2}
974+
Value: <<length [0,∞]>>{1,2}
975975
Initial: 0px 0px
976976
Inherited: yes
977977
Applies To: <a>table grid boxes</a> when 'border-collapse' is ''border-collapse/separate''

0 commit comments

Comments
 (0)