diff --git a/web-data/css/css-schema.xml b/web-data/css/css-schema.xml index bec4eb2..f9bd3c2 100644 --- a/web-data/css/css-schema.xml +++ b/web-data/css/css-schema.xml @@ -3802,6 +3802,9 @@ Breaks CJK scripts using a more restrictive set of line-breaking rules than 'normal'. + + There is a soft wrap opportunity around every typographic character unit, including around any punctuation character or preserved white spaces, or in the middle of words, disregarding any prohibition against line breaks, even those introduced by characters with the GL, WJ, or ZWJ line breaking classes or mandated by the word-break property. + diff --git a/web-data/data/browsers.css-data.json b/web-data/data/browsers.css-data.json index 3c7a095..3f2e619 100644 --- a/web-data/data/browsers.css-data.json +++ b/web-data/data/browsers.css-data.json @@ -6026,6 +6026,10 @@ { "name": "strict", "description": "Breaks CJK scripts using a more restrictive set of line-breaking rules than 'normal'." + }, + { + "name": "anywhere", + "description": "There is a soft wrap opportunity around every typographic character unit, including around any punctuation character or preserved white spaces, or in the middle of words, disregarding any prohibition against line breaks, even those introduced by characters with the GL, WJ, or ZWJ line breaking classes or mandated by the word-break property." } ], "syntax": "auto | loose | normal | strict | anywhere",