Commit d4a6d5f
[css-color-hdr-1] Use definition of
Issue w3c#11954 noted that the spec does not really extend the definition of the
`color()` function but rather extends the definition of one of the types that
gets used in the definition of `color()`. A previous update dropped duplicated
constructs accordingly, but the duplication of the definition itself remained.
Duplication is confusing for tools and readers because there's no longer any
direct linnk between the definition of the `color()` function and its syntax.
This replaces the definition with a reference to the actual definition in
`css-color-5`, allowing readers to access the actual function syntax. Note
the "link default" should only be needed on a temporary basis (and it is needed
precisely because the cross-references database currently contains more than
one definition of the `color()` function).color() from css-color-51 parent fde47c6 commit d4a6d5f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
977 | 978 | | |
978 | 979 | | |
979 | 980 | | |
980 | | - | |
| 981 | + | |
981 | 982 | | |
982 | 983 | | |
983 | 984 | | |
| |||
0 commit comments