Re: [csswg-drafts] [css-text] text-spacing is very complicated (#4246)

Here's the PrinceXML property in action. It finds a period followed by a space, and replaces it with a period followed by an em-space (U+2003). PDF of the result attached. 


```css
p.space {
  prince-text-replace: ". " ".\2003";
}
```

This has lots of problems, not least because you can't define under what context the replacements happen. 

[prince-text-replace.pdf](https://github.com/w3c/csswg-drafts/files/3619062/prince-text-replace.pdf)

-- 
GitHub Notification of comment by dauwhe
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4246#issuecomment-532039384 using your GitHub account

Received on Tuesday, 17 September 2019 03:07:52 UTC