Bug 76997

Summary: IETC: WebKit does not support text-shadow spread values
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bdakin, hyatt, lea, mitz, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 76198    

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