Closed
Bug 639346
Opened 14 years ago
Closed 14 years ago
The text-shadow CSS3 property is not implemented the same as Chrome
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: myles, Unassigned)
References
()
Details
(Keywords: css3)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13
Build Identifier: 4.0b12
The text-shadow property should render the shadow INSIDE the text rather than outside the text, see the above link (the h1) for a demo of this.
Reproducible: Always
Steps to Reproduce:
1. Attach text-shadow property to any font-face
2. View in Chrome and Firefox
Actual Results:
On Chrome the shadow is rendered INSIDE the text where as Firefox renders it outside the text, Chromes implementation in my opinion looks better.
Expected Results:
Rendered the shadow within the text chars.
Updated•14 years ago
|
Component: General → Layout: Text
Product: Firefox → Core
QA Contact: general → layout.fonts-and-text
Version: unspecified → Trunk
Shadows are supposed to be outside the text.
(Could you attach screenshots showing the difference?)
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•14 years ago
|
||
Hi David,
See here:
http://stackoverflow.com/questions/5212003/fonts-always-thicker-in-firefox-than-chrome-regardless-of-font-family
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 3•14 years ago
|
||
| Reporter | ||
Comment 4•14 years ago
|
||
| Reporter | ||
Comment 5•14 years ago
|
||
David,
Upon your comment (should be rendered outside text) yes it is more logical and thus I have submitted a bug on Chrome's bugzilla here: http://code.google.com/p/chromium/issues/detail?id=75102
Status: VERIFIED → RESOLVED
Closed: 14 years ago → 14 years ago
It looks more like Firefox is getting a bolder font than Chrome is.
| Reporter | ||
Comment 7•14 years ago
|
||
David, It isn't that I removed text-shadow on both, Firefox stayed as it was (without the faint black shadow though) and Chrome got bolder, leading to the conclusion that Chrome has an inner shadow rather than outer...
ok, that's pretty bizarre then. Sounds like a Chrome bug.
| Reporter | ||
Comment 9•14 years ago
|
||
Filed a bug with Chrome see above
You need to log in
before you can comment on or make changes to this bug.
Description
•