This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26834 - Resolve the shadow issue
Summary: Resolve the shadow issue
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-17 16:03 UTC by Ian 'Hixie' Hickson
Modified: 2014-09-24 20:13 UTC (History)
4 users (show)

See Also:


Attachments

Description Ian 'Hixie' Hickson 2014-09-17 16:03:45 UTC
I need to reverse engineer what browsers do with "shadows are only drawn if". Maybe consider "changing the processing model for shadows such that they only draw when the composition operator is source-over" (internal quotation marks elided). q.v.
http://lists.w3.org/Archives/Public/public-whatwg-archive/2011May/thread.html#msg188
Comment 1 Ian 'Hixie' Hickson 2014-09-24 19:59:27 UTC
I can't come up with a model that explains these two tests in Firefox or Chrome:
  http://goo.gl/LVUZ1r
  http://goo.gl/V2d3C7
Comment 2 Ian 'Hixie' Hickson 2014-09-24 20:03:33 UTC
...on Mac. Safari has yet another behaviour, which matches the spec. I haven't tried other platforms, but I suspect those are different too.

Either way, I'm removing the warning this bug was originally about.
Comment 3 contributor 2014-09-24 20:03:47 UTC
Checked in as WHATWG revision r8813.
Check-in comment: Remove a note about a possible canvas change, since it hasn't happened for a few years now.
https://html5.org/tools/web-apps-tracker?from=8812&to=8813
Comment 4 Ian 'Hixie' Hickson 2014-09-24 20:13:09 UTC
I filed some bugs on the Chrome and Firefox.
https://bugzilla.mozilla.org/show_bug.cgi?id=1072548
https://code.google.com/p/chromium/issues/detail?id=417409