Skip to content

Commit 76098be

Browse files
committed
[css-backgrounds-3] Missing color defaults to currentColor (not some unnamed thing with the same behavior). #2766
1 parent 46c9f23 commit 76098be

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

css-backgrounds-3/Overview.bs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2696,7 +2696,7 @@ has been moved to the CSS Fragmentat
26962696
<>
26972697
26982698
Specifies the color of the shadow.
2699-
If the color is absent, the used color is taken from the 'color' property.
2699+
If the color is absent, it defaults to ''currentColor''.
27002700

27012701
inset
27022702
If present, the ''box-shadow/inset'' keyword changes the drop shadow
@@ -2974,6 +2974,16 @@ Changes
29742974

29752975
Changes since the 17 October 2017 Candidate Recommendation
29762976

2977+
    2978+
  • 2979+
    Clarified that an omitted <> in a <> defaults to ''currentColor'',
    2980+
    not some mysterious unnamed value with the same behavior.
    2981+
    (2766)
    2982+
    2983+

    If the color is absent, it defaults to ''currentColor''

    2984+
    the used color is taken from the 'color' property.
    2985+
    2986+
    29772987

    29782988

    29792989
    Changes since the 9 September 2014 Candidate Recommendation

    0 commit comments

    Comments
     (0)