Skip to content

Commit 5c6b099

Browse files
committed
updated text-transform (no change, only spec link) per https://www.w3.org/TR/2018/WD-css-text-3-20181212/#line-break-property , see #220
1 parent f6f3601 commit 5c6b099

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

@@ -13,7 +13,7 @@
1313
import org.w3c.css.values.CssValue;
1414

1515
/**
16-
* @spec https://www.w3.org/TR/2017/WD-css-text-3-20170822/#line-break-property
16+
* @spec https://www.w3.org/TR/2018/WD-css-text-3-20181212/#propdef-line-break
1717
*/
1818
public class CssLineBreak extends org.w3c.css.properties.css.CssLineBreak {
1919

0 commit comments

Comments
 (0)