Opened 8 years ago
Closed 8 years ago
#37361 closed task (blessed) (fixed)
Update Twemoji to Unicode 9
Reported by: | pento | Owned by: | pento |
---|---|---|---|
Milestone: | 4.6 | Priority: | low |
Severity: | normal | Version: | |
Component: | Emoji | Keywords: | needs-patch |
Focuses: | Cc: |
Description
The latest Twemoji images have landed.
To-do:
- Upload assets to s.w.org, in a new directory, due to CDN changes
- Update twemoji.js
- Add a Unicode 9 test to the compatibility shim
Change History (7)
#2
@
8 years ago
I think this should absolutely be done for 4.6. As a user, I want all emoji that I use on my site to work for all end users.
#3
follow-up:
↓ 4
@
8 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.6
- Owner set to pento
- Priority changed from normal to low
- Status changed from new to assigned
@ocean90: If you're okay with this squeezing into 4.6, I can get it done on Monday.
Do it.
Add a Unicode 9 test to the compatibility shim
Is it possible to show Twemoji images only if the current page uses Unicode 9 characters?
List of the new emoji characters: http://www.unicode.org/emoji/charts/emoji-versions.html#v9.0_2016
#4
in reply to:
↑ 3
@
8 years ago
Replying to ocean90:
Is it possible to show Twemoji images only if the current page uses Unicode 9 characters?
Nope.
twemoji.js
doesn't support this behaviour, it's all or nothing. Also, only replacing some emoji looks weird, you end up with clashing styles.
I'm not too concerned, I expect the browsers to catch up pretty quickly - they all seem to be on the ball lately.
#5
@
8 years ago
Not sure if I need to add a new bug report or it's okay here.
The s.w.org folder for svgs need cache headers like expiry and/or max-age. Also the files need to be compressed.
See Google pagespeed complaining on this. Wasn't for pngs.
@ocean90: If you're okay with this squeezing into 4.6, I can get it done on Monday.