Skip to content

Commit 4e66b45

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org/w3c/css/properties/css3/CssTextIndent.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

@@ -16,7 +16,7 @@
1616
import java.util.ArrayList;
1717

1818
/**
19-
* @spec https://www.w3.org/TR/2017/WD-css-text-3-20170822/#text-indent-property
19+
* @spec https://www.w3.org/TR/2018/WD-css-text-3-20181212/#propdef-text-indent
2020
*/
2121
public class CssTextIndent extends org.w3c.css.properties.css.CssTextIndent {
2222

0 commit comments

Comments
 (0)