Skip to content

Commit 5a5bf38

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org/w3c/css/properties/css3/CssLetterSpacing.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, INRIA and Keio University, 2011
4+
// (c) COPYRIGHT MIT, INRIA, Keio University, Beihang, 2011
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/#letter-spacing-property
16+
* @spec https://www.w3.org/TR/2018/WD-css-text-3-20181212/#propdef-letter-spacing
1717
*/
1818
public class CssLetterSpacing extends org.w3c.css.properties.css.CssLetterSpacing {
1919

0 commit comments

Comments
 (0)