From d14e9c4c7f1480bacc1de5705e28ce5284ee7e35 Mon Sep 17 00:00:00 2001 From: KAWAKUBO Toru Date: Fri, 2 Feb 2018 16:14:35 +0900 Subject: [PATCH] Add support for `break-word` value of `word-break` property --- CHANGELOG.md | 3 +++ resources/validation.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2051ac55f..96e3905a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ - Support `column-fill` property - - Spec: [CSS Multi-column Layout Module Level 1 - column-fill](https://drafts.csswg.org/css-multicol/#cf) +- Add support for `break-word` value of `word-break` property + - + - Spec: [CSS Text Module Level 3 - Breaking Rules for Letters: the word-break property](https://www.w3.org/TR/css-text-3/#word-break-property) ### Changed diff --git a/resources/validation.txt b/resources/validation.txt index 5f9bb2391..7b06698df 100644 --- a/resources/validation.txt +++ b/resources/validation.txt @@ -335,7 +335,7 @@ overflow-wrap = normal | break-word; [moz]tab-size = NNEG_INT | NNEG_LENGTH; [moz,ms]text-align-last = auto | start | end | left | right | center | justify; [ms]text-justify = auto | none | inter-word | inter-character | inter-ideograph /* specified in UA stylesheet for IE */; -[ms]word-break = normal | keep-all | break-all; +[ms]word-break = normal | keep-all | break-all | break-word; [ms]word-wrap = normal | break-word; /* CSS Text Decoration */