Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-writing-modes-3] bidi-003 has slight offset from the reference file #5460

Closed
wpt-issue-mover opened this issue Apr 7, 2017 · 3 comments

Comments

@wpt-issue-mover
Copy link

Originally posted as w3c/csswg-test#794 by @kojiishi on 06 Jul 2015, 15:24 UTC:

The test and the ref are slightly off on Gecko, Blink, and Trident.

Is it possible for you to double-check if the test is correct?

@frivoal
Copy link
Contributor

frivoal commented Jan 28, 2018

I believe the text is correct. The implementation bug seems to be that browsers ignore this requirement from CSS2 (which is also in CSS-TEXT-3):

For each inline element (including anonymous inline elements), the following steps are performed, treating bidi formatting characters as if they were not there:
...

Check this example: http://jsbin.com/locakid/edit?html,output
Browsers do bidi white space collapsing correctly when markup / css is creating the bidi situation, but not when it is created with bidi control characters. That's a pretty clear spec violation.

@frivoal
Copy link
Contributor

frivoal commented Jan 28, 2018

Note: either way, reglardless of whether the bug is in browsers or the spec, it's a CSS2 / CSS-Text-3 bug, What's in scope for CSS-Writing-modes (bidi reordering itself) is working as intended.

@fantasai
Copy link
Contributor

Florian filed the spec issue at w3c/csswg-drafts#2233 fwiw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants