Re: [csswg-drafts] [css-text] Better describe the likely outcomes of hyphenation (editorial) (#5973)

Polish language is one I believe? I understand the [OpenOffice hyphenation rules](http://hunspell.sourceforge.net/tb87nemeth.pdf) for Polish apply a hyphen to both the end of the first line and the start of the next.

As you're looking at this, we noticed that `hyphenate-character` allows you to override the defaults, but it doesn't allow you to specify whether your overridden character is at the end of the first line or the start of the second (or both). Two easy ways to specify this would be to give `hyphenate-character` an optional second argument, eg `hyphenate-character: "" "-"`, or a single string with a newline to separate the two values, eg `hyphenate-character: "-\A-"`. How necessary this is, I don't know.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 10 February 2021 09:36:26 UTC