Skip to content

Commit 2b0dc91

Browse files
birtlesfantasai
authored andcommitted
[css-values-3] Add link default for color definition
Without this fix I was getting the following error from bikeshed: ``` LINK ERROR: Multiple possible 'color' maybe refs. Arbitrarily chose https://drafts.csswg.org/css-values-4/#valdef-type-or-value-color To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:compositing-2; type:value; text:color spec:css-values-4; type:value; text:color ``` I guess compositing-2 added a definition for color.
1 parent 1b795c2 commit 2b0dc91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css-values-3/Overview.bs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Inline Github Issues: yes
2929
spec: css-backgrounds-3; type: type; text: <position>
3030
spec: css21; type: property; text: border-collapse
3131
spec: css-color-4; type: value; text: currentcolor
32+
spec: css-color-4; type: value; text: color
3233
spec: css-cascade-4; type: at-rule; text: @import
3334
</pre>
3435
<style>

0 commit comments

Comments
 (0)