Skip to content

Commit 695696e

Browse files
tidoustFremyCompany
authored andcommitted
[css-tables-3] Drop zero-width spaces in border-spacing dfn
This addresses the syntax issue raised in #4275 (which got merged then reverted because `<>` have to be doubled in practice). The goal of the update is to make the definition compliant with the Value Definition Syntax: https://www.w3.org/TR/css-values-4/#value-defs
1 parent f461328 commit 695696e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-tables-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ spec:css-sizing-3; type:property; text:box-sizing
827827

828828
<pre class='propdef'>
829829
Name: border-spacing
830-
Value: <length>{1,2}
830+
Value: <<length>>{1,2}
831831
Initial: 0px 0px
832832
Inherited: yes
833833
Applies To: <a>table grid boxes</a> when 'border-collapse' is ''border-collapse/separate''

0 commit comments

Comments
 (0)