Skip to content

Commit d2e2e5d

Browse files
committed
[css-color] Fix spacing
1 parent c74c007 commit d2e2e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Resolving Color values</h2>
184184
so descendants will use their own 'color' property to resolve it.
185185

186186
<li>
187-
The computed value and used value of ''<color>/transparent'' is ''rgba(0,0,0,0)''.
187+
The computed value and used value of ''<color>/transparent'' is ''rgba(0, 0, 0, 0)''.
188188

189189
Issue: Gecko disagrees, and serializes any <<color>> with an alpha channel of 0 as transparent.
190190
No other browser does that though.

0 commit comments

Comments
 (0)