Bug 76997
Summary: | IETC: WebKit does not support text-shadow spread values | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | CSS | Assignee: | 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 |
Eric Seidel (no email)
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
It's also possible I'm misunderstanding the bug.
mitz
WebKit only supports spread in box-shadow, not in text-shadow.
Simon Fraser (smfr)
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
Lea Verou
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
Simon Fraser (smfr)
I raised an issue about `spread` on `text-shadow` here: https://github.com/w3c/csswg-drafts/issues/6971