- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 Jul 2016 09:50:44 +0000
- To: public-i18n-archive@w3.org
Crissov has just created a new issue for https://github.com/w3c/predefined-counter-styles: == Emoji decimal styles == Unicode has defined emoji characters for numbers 0 through 10 with a key-cap appearance. They could be used as either fixed or numeric custom counter styles: - `emoji-numbers` fixed: 1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣🔟 - `emoji-decimal` numeric: 0️⃣1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣ Since the latter is just international digits followed by U+FE0F ‘Variation Selector-16’ and U+20E3 ‘Combining Enclosing Keycap’, I wonder if `suffix: "\FE0F\20E3"` would suffice, but I suppose that would only work for single-digit numbers if at all. Please view or discuss this issue at https://github.com/w3c/predefined-counter-styles/issues/7 using your GitHub account
Received on Thursday, 14 July 2016 09:50:50 UTC