- From: Xidorn Quan via GitHub <sysbot+gh@w3.org>
- Date: Thu, 28 Jun 2018 13:26:21 +0000
- To: public-css-archive@w3.org
Gecko does seem to have a different resolution on that specific sequence given the following testcase:
```html
<!DOCTYPE html>
<style>
div {
font-family: monospace;
white-space: pre;
background: yellow;
display: inline-block;
}
</style>
<div>⁦⁧	0⁩⁩</div>
```
I think we are using ICU internally as well :/
--
GitHub Notification of comment by upsuper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2842#issuecomment-401033776 using your GitHub account
Received on Thursday, 28 June 2018 13:26:28 UTC