Skip to content

Commit a49e0a2

Browse files
committed
Made <color> and <1d-image> exclusive alternatives
1 parent 303dc90 commit a49e0a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-backgrounds-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Painting Area: the 'background-clip' property</h3>
185185

186186
<pre class=propdef>
187187
Name: border-top-color, border-right-color, border-bottom-color, border-left-color
188-
Value: <<color>> || <<1d-image>>
188+
Value: <<color>> | <<1d-image>>
189189
Initial: currentcolor
190190
Applies to: all elements
191191
Inherited: no
@@ -196,7 +196,7 @@ Painting Area: the 'background-clip' property</h3>
196196

197197
<pre class="propdef shorthand">
198198
Name: border-color
199-
Value: [ <<color>> || <<1d-image>> ]{1,4}
199+
Value: [ <<color>> | <<1d-image>> ]{1,4}
200200
</pre>
201201

202202
These properties set the foreground color of the border specified

css-ui-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Animation type: by computed value
287287

288288
<pre class="propdef">
289289
Name: outline-color
290-
Value: [ <<color>> || <<1d-image>> ] | invert
290+
Value: [ <<color>> | <<1d-image>> ] | invert
291291
Initial: invert
292292
Applies to: all elements
293293
Inherited: no

0 commit comments

Comments
 (0)