File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ Painting Area: the 'background-clip' property</h3>
190
190
Applies to : all elements
191
191
Inherited : no
192
192
Percentages : n/a
193
- Computed Value : the computed color
193
+ Computed Value : the computed color and/or <<stripes()>> function
194
194
Animation type : see prose
195
195
</pre>
196
196
Original file line number Diff line number Diff line change @@ -287,13 +287,14 @@ Animation type: by computed value
287
287
288
288
<pre class="propdef">
289
289
Name : outline-color
290
- Value : <<color>> | invert
290
+ Value : [ <<color>> || <<stripes()>> ] | invert
291
291
Initial : invert
292
292
Applies to : all elements
293
293
Inherited : no
294
294
Percentages : N/A
295
295
Computed value : The computed value for ''outline-color/invert'' is ''outline-color/invert''.
296
296
For <<color>> values, see [[!CSS-COLOR-4#resolving-color-values]] in [[!CSS-COLOR-4]].
297
+ <<stripes()>> values are computed as defined in their definition.
297
298
Animation type : by computed value
298
299
</pre>
299
300
You can’t perform that action at this time.
0 commit comments