Skip to content

Commit a1d36c2

Browse files
committed
updated hanging-punctuation (no change, only spec link) per https://www.w3.org/TR/2018/WD-css-text-3-20181212/#hanging-punctuation-property
This is the final update for css-text-3 updates, so it fixes #220
1 parent 4e66b45 commit a1d36c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

@@ -17,7 +17,7 @@
1717
import java.util.ArrayList;
1818

1919
/**
20-
* @spec https://www.w3.org/TR/2017/WD-css-text-3-20170822/#hanging-punctuation-property
20+
* @spec https://www.w3.org/TR/2018/WD-css-text-3-20181212/#propdef-hanging-punctuation
2121
*/
2222
public class CssHangingPunctuation extends org.w3c.css.properties.css.CssHangingPunctuation {
2323

0 commit comments

Comments
 (0)