- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Dec 2022 21:10:33 +0000
- To: public-css-archive@w3.org
Agenda+ to discuss the original proposal to allow hyphenation only in the case of overflow:
Syntaxes proposed so far (see top of thread):
* `overflow-wrap` option:
```
overflow-wrap: hyphenate;
```
To combine hyphenation with fallback to wrapping:
```
overflow-wrap: hyphenate break-word;
```
To combine overflow hyphenation with manual hyphenation:
```
hyphens: manual;
overflow-wrap: hyphenation;
```
* `hyphens` option:
```
hyphens: overflow;
```
To combine hyphenation with fallback to wrapping:
```
hyphens: overflow;
overflow-wrap: break-word;
```
To combine overflow hyphenation with manual hyphenation:
```
hyphens: overflow manual;
```
--
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/616#issuecomment-1368091416 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 30 December 2022 21:10:35 UTC