Bug 76997 - IETC: WebKit does not support text-shadow spread values
Summary: IETC: WebKit does not support text-shadow spread values
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 76198
  Show dependency treegraph
 
Reported: 2012-01-25 02:34 PST by Eric Seidel (no email)
Modified: 2022-01-20 10:54 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2012-01-25 02:34:06 PST
IETC: WebKit does not support ridiculous text-shadow spread values

Spread of 96px in the test.  Seems pretty big.  Not sure if we should support this.

http://samples.msdn.microsoft.com/ietestcenter/css3/text/textshadow-005.htm
Comment 1 Eric Seidel (no email) 2012-01-25 02:34:33 PST
It's also possible I'm misunderstanding the bug.
Comment 2 mitz 2012-01-25 07:49:07 PST
WebKit only supports spread in box-shadow, not in text-shadow.
Comment 3 Simon Fraser (smfr) 2012-02-07 06:17:35 PST
CSS WG is currently discussing spread on text-shadow. It's unclear how it behaves. Thread starts at http://lists.w3.org/Archives/Public/www-style/2012Jan/0991.html
Comment 4 Lea Verou 2022-01-20 10:38:56 PST
Note that spread is in the spec now and has been for some time: https://drafts.csswg.org/css-text-decor-4/#ref-for-propdef-text-shadow%E2%91%A1
Comment 5 Simon Fraser (smfr) 2022-01-20 10:54:55 PST
I raised an issue about `spread` on `text-shadow` here: https://github.com/w3c/csswg-drafts/issues/6971