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 12
12
import org .w3c .css .values .CssValue ;
13
13
14
14
/**
15
- * @spec https://www.w3.org/TR/2018/CR -css-writing-modes-3-20180524 /#propdef-direction
15
+ * @spec https://www.w3.org/TR/2019/REC -css-writing-modes-3-20191210 /#propdef-direction
16
16
*/
17
17
public class CssDirection extends org .w3c .css .properties .css .CssDirection {
18
18
Original file line number Diff line number Diff line change 13
13
import org .w3c .css .values .CssValue ;
14
14
15
15
/**
16
- * @spec https://www.w3.org/TR/2018/CR -css-writing-modes-3-20180524 /#propdef-text-combine-upright
16
+ * @spec https://www.w3.org/TR/2019/REC -css-writing-modes-3-20191210 /#propdef-text-combine-upright
17
17
*/
18
18
public class CssTextCombineUpright extends org .w3c .css .properties .css .CssTextCombineUpright {
19
19
Original file line number Diff line number Diff line change 13
13
import org .w3c .css .values .CssValue ;
14
14
15
15
/**
16
- * @spec https://www.w3.org/TR/2018/CR -css-writing-modes-3-20180524 /#propdef-text-orientation
16
+ * @spec https://www.w3.org/TR/2019/REC -css-writing-modes-3-20191210 /#propdef-text-orientation
17
17
*/
18
18
public class CssTextOrientation extends org .w3c .css .properties .css .CssTextOrientation {
19
19
Original file line number Diff line number Diff line change 13
13
import org .w3c .css .values .CssValue ;
14
14
15
15
/**
16
- * @spec https://www.w3.org/TR/2018/CR -css-writing-modes-3-20180524 /#propdef-unicode-bidi
16
+ * @spec https://www.w3.org/TR/2019/REC -css-writing-modes-3-20191210 /#propdef-unicode-bidi
17
17
*/
18
18
public class CssUnicodeBidi extends org .w3c .css .properties .css .CssUnicodeBidi {
19
19
You can’t perform that action at this time.
0 commit comments