File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
org/w3c/css/properties/css3 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
import org .w3c .css .values .CssValue ;
12
12
13
13
/**
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
15
15
*/
16
16
public class CssTextEmphasisColor extends org .w3c .css .properties .css .CssTextEmphasisColor {
17
17
Original file line number Diff line number Diff line change 17
17
import java .util .ArrayList ;
18
18
19
19
/**
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
21
21
*/
22
22
public class CssTextEmphasisPosition extends org .w3c .css .properties .css .CssTextEmphasisPosition {
23
23
Original file line number Diff line number Diff line change 18
18
import java .util .ArrayList ;
19
19
20
20
/**
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
22
22
*/
23
23
public class CssTextEmphasisStyle extends org .w3c .css .properties .css .CssTextEmphasisStyle {
24
24
Original file line number Diff line number Diff line change 20
20
import static org .w3c .css .values .CssOperator .SPACE ;
21
21
22
22
/**
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
24
24
*/
25
25
public class CssTextShadow extends org .w3c .css .properties .css .CssTextShadow {
26
26
You can’t perform that action at this time.
0 commit comments