Skip to content

Commit 8db26be

Browse files
committed
1 parent c1cdd17 commit 8db26be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

org/w3c/css/properties/css3/CssWhiteSpace.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Author: Yves Lafon <ylafon@w3.org>
22
//
3-
// (c) COPYRIGHT MIT, ERCIM and Keio University, 2012.
3+
// (c) COPYRIGHT MIT, ERCIM and Keio University, Beihang, 2012.
44
// Please first read the full copyright statement in file COPYRIGHT.html
55
package org.w3c.css.properties.css3;
66

@@ -12,7 +12,7 @@
1212
import org.w3c.css.values.CssValue;
1313

1414
/**
15-
* @spec https://www.w3.org/TR/2017/WD-css-text-3-20170822/#white-space-property
15+
* @spec https://www.w3.org/TR/2018/WD-css-text-3-20181212/#white-space-property
1616
*/
1717
public class CssWhiteSpace extends org.w3c.css.properties.css.CssWhiteSpace {
1818

@@ -21,7 +21,7 @@ public class CssWhiteSpace extends org.w3c.css.properties.css.CssWhiteSpace {
2121

2222
static {
2323
String[] WHITESPACE = {
24-
"normal", "pre", "nowrap", "pre-wrap", "pre-line"
24+
"normal", "pre", "nowrap", "pre-wrap", "break-spaces", "pre-line"
2525
};
2626
allowed_values = new CssIdent[WHITESPACE.length];
2727
int i = 0;

0 commit comments

Comments
 (0)