ISSUE-222: Computed value of 'box-shadow' if no color is specified
Computed value of 'box-shadow' if no color is specified
- State:
- CLOSED
- Product:
- CSS3 Backgrounds and Borders
- Raised by:
- Bert Bos
- Opened on:
- 2012-01-12
- Description:
- http://lists.w3.org/Archives/Public/www-style/2011Mar/0224.html
(at the end)
Example:
BODY {color: black; box-shadow: 3px 3px}
P {color: blue; box-shadow: inherit}
This inherits as '3px 3px', i.e., the color is not inherited and thus becomes blue. But this is inconsistent with how http://www.w3.org/TR/2011/WD-css3-text-20110901/#text-shadow says that 'text-shadow' is inherited. Shouldn't those two properties be consistent? - Related Actions Items:
- No related actions
- Related emails:
- CSS-ISSUE-222: Computed value of 'box-shadow' if no color is specified (from sysbot+tracker@w3.org on 2012-01-12)
Related notes:
No additional notes.
Display change log