Skip to content

Commit 5423bc7

Browse files
committed
Added stripes() to outline-color and added computed value information for it
1 parent aa6ccce commit 5423bc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Painting Area: the 'background-clip' property</h3>
190190
Applies to: all elements
191191
Inherited: no
192192
Percentages: n/a
193-
Computed Value: the computed color
193+
Computed Value: the computed color and/or <<stripes()>> function
194194
Animation type: see prose
195195
</pre>
196196

css-ui-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,13 +287,14 @@ Animation type: by computed value
287287

288288
<pre class="propdef">
289289
Name: outline-color
290-
Value: <<color>> | invert
290+
Value: [ <<color>> || <<stripes()>> ] | invert
291291
Initial: invert
292292
Applies to: all elements
293293
Inherited: no
294294
Percentages: N/A
295295
Computed value: The computed value for ''outline-color/invert'' is ''outline-color/invert''.
296296
For <<color>> values, see [[!CSS-COLOR-4#resolving-color-values]] in [[!CSS-COLOR-4]].
297+
<<stripes()>> values are computed as defined in their definition.
297298
Animation type: by computed value
298299
</pre>
299300

0 commit comments

Comments
 (0)