-
Notifications
You must be signed in to change notification settings - Fork 734
Closed
Labels
Closed Accepted by CSSWG ResolutionTestedMemory aid - issue has WPT testsMemory aid - issue has WPT testsTracked in DoCcss-text-3Current WorkCurrent Work
Description
We found browsers are inconsistent on the topic on pre-wrap
. pre
always include trailing spaces.
Feature | Blink | Edge | Gecko | WebKit |
---|---|---|---|---|
text-align: start |
Don't include | Don't include | Don't include | Don't include |
text-align: end / center |
Include | Include | Include | Don't include |
text-align: justify |
If !wrap | Do not justify | Do not justify | Do not justify |
min-content |
Don't include | Don't include | Include | Don't include |
max-content |
Include | Include | Include | Include |
Can we define these? Are there more cases we should cover?
Note: table updated on June 2, 2019. text-align: left
added, and some values updated. Changes maybe from inaccurate old tests, or browsers updated, not sure.
Metadata
Metadata
Assignees
Labels
Closed Accepted by CSSWG ResolutionTestedMemory aid - issue has WPT testsMemory aid - issue has WPT testsTracked in DoCcss-text-3Current WorkCurrent Work