Re: [csswg-drafts] Tabulation characters in mixed directionality

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>&#x2066;&#x2067;&#9;0&#x2069;&#x2069;</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