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>
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
Original file line number Diff line number Diff line change @@ -287,13 +287,14 @@ Animation type: by computed value
287287
288288<pre class="propdef">
289289Name : outline-color
290- Value : <<color>> | invert
290+ Value : [ <<color>> || <<stripes()>> ] | invert
291291Initial : invert
292292Applies to : all elements
293293Inherited : no
294294Percentages : N/A
295295Computed 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.
297298Animation type : by computed value
298299</pre>
299300
You can’t perform that action at this time.
0 commit comments