Open Bug 655590 Opened 13 years ago Updated 1 year ago

Support the spread radius in text-shadow

Categories

(Core :: CSS Parsing and Computation, enhancement)

enhancement

Tracking

()

People

(Reporter: josh.tumath+bugzilla, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: css3, dev-doc-needed, Whiteboard: [waiting for css3-text to reach CR])

User-Agent:       Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0a2) Gecko/20110506 Firefox/5.0a2
Build Identifier: 

In the css3-text spec, the value for text-shadow has been changed to be exactly the same as box-shadow. This means that a fourth numerical value should be supported to allow for a spread radius. E.g.:

   text-shadow:0 0 0 1px black;

Reproducible: Always
Blocks: text-shadow
Keywords: css3
Version: unspecified → Trunk
Our graphics code is capable of doing this already, so it's really primarily a style system change that's needed here (and it's largely independent of the text code).

That said, this proposed addition is not yet in CR and should therefore not yet be implemented unprefixed (as opposed to the rest of text-shadow, which is in CSS 2.0).
Status: UNCONFIRMED → NEW
Component: Layout: Text → Style System (CSS)
Ever confirmed: true
QA Contact: layout.fonts-and-text → style-system
Summary: Support the spread radius in text-shadow → [css3-text] Support the spread radius in text-shadow
Whiteboard: [waiting for css3-text to reach CR]
Does that mean we need to implement -moz-text-shadow which is just like text-shadow except accepts a spread parameter?
Type: defect → enhancement
Keywords: dev-doc-needed
Summary: [css3-text] Support the spread radius in text-shadow → Support the spread radius in text-shadow
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.