flow-tolerance
An experimental property related to how text flows and its tolerance for line-breaking or overflows, currently mostly seen in Safari/WebKit.
This is an experimental technology. The syntax and behavior are still subject to change.
Syntax
/* Usage Example */
.experimental-layout {
/* WebKit specific text flow tolerance */
flow-tolerance: 10px;
}
/* Global values */
flow-tolerance: inherit;
flow-tolerance: initial;
flow-tolerance: revert;
flow-tolerance: revert-layer;
flow-tolerance: unset;
flow-tolerance Browser support
Limited availability
Since
2020 Unknown global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
26.4+