Skip to content

Commit 8a3e827

Browse files
committed
upgraded spec refs to the last CR of https://www.w3.org/TR/2018/CR-css-break-3-20181204/. No change in syntax
1 parent a6b1775 commit 8a3e827

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// From Sijtsche de Jong (sy.de.jong@let.rug.nl)
33
// Rewritten 2012 by Yves Lafon <ylafon@w3.org>
44
//
5-
// (c) COPYRIGHT 1995-2012 World Wide Web Consortium (MIT, ERCIM, Keio University)
5+
// (c) COPYRIGHT 1995-2012 World Wide Web Consortium (MIT, ERCIM, Keio University, Beihang)
66
// Please first read the full copyright statement at
77
// http://www.w3.org/Consortium/Legal/copyright-software-19980720
88

@@ -16,7 +16,7 @@
1616
import org.w3c.css.values.CssValue;
1717

1818
/**
19-
* @spec https://www.w3.org/TR/2017/CR-css-break-3-20170209/#propdef-box-decoration-break
19+
* @spec https://www.w3.org/TR/2018/CR-css-break-3-20181204/#propdef-box-decoration-break
2020
*/
2121

2222
public class CssBoxDecorationBreak extends org.w3c.css.properties.css.CssBoxDecorationBreak {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
/**
23-
* @spec https://www.w3.org/TR/2017/CR-css-break-3-20170209/#propdef-break-after
23+
* @spec https://www.w3.org/TR/2018/CR-css-break-3-20181204/#propdef-break-after
2424
*/
2525

2626
public class CssBreakAfter extends org.w3c.css.properties.css.CssBreakAfter {

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

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

1818
/**
19-
* @spec https://www.w3.org/TR/2017/CR-css-break-3-20170209/#propdef-break-before
19+
* @spec https://www.w3.org/TR/2018/CR-css-break-3-20181204/#propdef-break-before
2020
*/
2121

2222
public class CssBreakBefore extends org.w3c.css.properties.css.CssBreakBefore {

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

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

1818
/**
19-
* @spec https://www.w3.org/TR/2017/CR-css-break-3-20170209/#propdef-break-inside
19+
* @spec https://www.w3.org/TR/2018/CR-css-break-3-20181204/#propdef-break-inside
2020
*/
2121

2222
public class CssBreakInside extends org.w3c.css.properties.css.CssBreakInside {

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

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

1818
/**
19-
* @spec https://www.w3.org/TR/2017/CR-css-break-3-20170209/#propdef-orphans
19+
* @spec https://www.w3.org/TR/2018/CR-css-break-3-20181204/#propdef-break-inside
2020
*/
2121
public class CssOrphans extends org.w3c.css.properties.css.CssOrphans {
2222

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

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

1818
/**
19-
* @spec https://www.w3.org/TR/2017/CR-css-break-3-20170209/#propdef-widows
19+
* @spec https://www.w3.org/TR/2018/CR-css-break-3-20181204/#propdef-widows
2020
*/
2121
public class CssWidows extends org.w3c.css.properties.css.CssWidows {
2222

0 commit comments

Comments
 (0)