Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] [css-text-3] Bidi and pre-wrap end of line spaces · Issue #4422 · w3c/csswg-drafts · GitHub
Skip to content

[css-text-3] Bidi and pre-wrap end of line spaces #4422

@frivoal

Description

@frivoal

This is split form #4308: that one is about collapsible spaces, but there seems to be a similar issue for pre-wrap spaces, where the interaction of bidi and of the handing of end-of-line spaces is poorly defined and not interoperable.

https://jsbin.com/rixamas/edit?html,css,output

Unwrapped
Unwrapped rendering
ChromeFirefoxSafariEdge 18
Chrome Rendering Firefox Rendering Safari Rendering Edge Rendering

I agree mostly with Edge (except for the lack of hanging of the last space) or safari (except they clip the spaces they hang, which the spec does allow) (edit: actually, I failed to notice at first, but safari has a bug in the 7ch case). In other words, here's what I think we should do:

should

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions