Skip to content

Commit 2af1eed

Browse files
committed
ref update
1 parent f35bcb5 commit 2af1eed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import org.w3c.css.values.CssValue;
1212

1313
/**
14-
* @spec http://www.w3.org/TR/2012/WD-css3-text-20120814/#text-emphasis-color0
14+
* @spec https://www.w3.org/TR/2020/WD-css-text-decor-4-20200506/#propdef-text-emphasis-color
1515
*/
1616
public class CssTextEmphasisColor extends org.w3c.css.properties.css.CssTextEmphasisColor {
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.ArrayList;
1818

1919
/**
20-
* @spec http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/#text-emphasis-position
20+
* @spec https://www.w3.org/TR/2020/WD-css-text-decor-4-20200506/#propdef-text-emphasis-position
2121
*/
2222
public class CssTextEmphasisPosition extends org.w3c.css.properties.css.CssTextEmphasisPosition {
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.ArrayList;
1919

2020
/**
21-
* @spec http://www.w3.org/TR/2012/WD-css3-text-20120814/#text-emphasis-style01
21+
* @spec https://www.w3.org/TR/2020/WD-css-text-decor-4-20200506/#propdef-text-emphasis-style
2222
*/
2323
public class CssTextEmphasisStyle extends org.w3c.css.properties.css.CssTextEmphasisStyle {
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import static org.w3c.css.values.CssOperator.SPACE;
2121

2222
/**
23-
* @spec http://www.w3.org/TR/2012/WD-css3-text-20120814/#text-shadow0
23+
* @spec https://www.w3.org/TR/2020/WD-css-text-decor-4-20200506/#propdef-text-shadow
2424
*/
2525
public class CssTextShadow extends org.w3c.css.properties.css.CssTextShadow {
2626

0 commit comments

Comments
 (0)