Closed
Bug 1417142
Opened 8 years ago
Closed 8 years ago
AnandTech has a 1px transparent text-stroke on all of its text
Categories
(Web Compatibility :: Site Reports, defect)
Web Compatibility
Site Reports
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jrmuizel, Unassigned)
References
()
Details
(Whiteboard: [sitewait])
This causes us to fallback on all of the text. I can't think of any reason that anandtech would be doing this.
Updated•8 years ago
|
Whiteboard: [wr-mvp] [triage]
Comment 2•8 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #1)
> Mike can we tech evangelism this away?
We can sure try. I'm not sure I have the hardware to reproduce this issue, even after enabling gfx.webrender.enabled...
But, I do see the following from https://www.anandtech.com/Content/css?v=wnljD6QmlvZCKRyRqswVfIK-UuiaCaxzDBqi_-IacQA1:
body {
font-family: 'Arimo',sans-serif;
font-size: 14px;
font-weight: 400;
color: #343434;
-webkit-text-stroke: 1px transparent;
-webkit-text-size-adjust: 100%;
}
Also it seems like Safari/Blink just ignore that. I can't perceive any stroking with a transparent value... maybe I should update the compat spec to reflect that: https://compat.spec.whatwg.org/#the-webkit-text-stroke-color. I'll file a bug for that.
Jeff, can you explain what you mean by fallback for the text? It will be helpful to explain to the site devs why we're making that request. Thanks.
Component: Graphics: WebRender → Desktop
Flags: needinfo?(miket) → needinfo?(jmuizelaar)
Product: Core → Tech Evangelism
Updated•8 years ago
|
See Also: → https://github.com/whatwg/compat/issues/88
Updated•8 years ago
|
Whiteboard: [wr-mvp] [triage]
Updated•8 years ago
|
Whiteboard: [needscontact]
Comment 3•8 years ago
|
||
| restart-required | ||
(In reply to Mike Taylor [:miketaylr] (58 Regression Engineering Owner) from comment #2)
> I'm not sure I have the hardware to reproduce this issue, even after enabling gfx.webrender.enabled...
Works only in Nightly:
gfx.webrender.enabled;true
gfx.webrender.blob-images;true
gfx.webrender.highlight-painted-layers;true
(on Linux: + layers.acceleration.force-enabled;true)
Fallback: Red things are not made by WebRender.
Example URLs: https://www.anandtech.com/show/11882/the-gigabyte-aorus-ax370gaming-5-motherboard-review
vs. https://blog.mozilla.org/blog/2017/11/14/introducing-firefox-quantum/
| Reporter | ||
Comment 4•8 years ago
|
||
Mike, I wouldn't bother saying anything about the fallback. Just say that adding a text-stroke causes us to actually stroke all of the text. This is quite an expensive operation and will slow down all text drawing on the page.
Flags: needinfo?(jmuizelaar)
Comment 5•8 years ago
|
||
Roger that. Thanks.
Adam, can you help us get in touch?
Flags: needinfo?(astevenson)
Comment 6•8 years ago
|
||
Yep, reaching out on Twitter.
Flags: needinfo?(astevenson)
Whiteboard: [needscontact] → [sitewait]
Comment 7•8 years ago
|
||
The Editor-in-Chief has passed this along to their development team. They said thank you for bringing it to their attention.
| Reporter | ||
Comment 8•8 years ago
|
||
And it looks like this is fixed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 9•8 years ago
|
||
Wow, fast. Thanks Adam!
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•