Opened 17 years ago
Closed 17 years ago
#1480 closed New Feature (wontfix)
Support for CSS text-shadow
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | |
Keywords: | Cc: |
Description
I just thought it would be good to support the great new possibilities offered by the CSS text-shadow property.
Browsers supporting this include Safari, Opera 9.5, and Firefox (with a plugin), so it's near universal. Example usage:
<big style="text-shadow: 4px 4px 3px #333333">Some fancy text</big>
Any ideas? I guess it would require a new dialog box or something, but otherwise I suspect it might be straightforward.
Change History (1)
comment:1 Changed 17 years ago by
Component: | General → Core : Styles |
---|---|
Keywords: | appearance removed |
Resolution: | → wontfix |
Status: | new → closed |
The thing is that the editor should behave the same in all the browsers. The "text-shadow" function doesn't work on IE and FF2 which are the mostly used browsers, so this feature would be limited only to Safari and Opera users. Although it is a nice function it will have to wait to be implemented to the moment when other browsers will support it.