Skip to content

Commit b66a178

Browse files
committed
1 parent a00e575 commit b66a178

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// $Id$
1+
//
22
// Author: Yves Lafon <ylafon@w3.org>
33
//
4-
// (c) COPYRIGHT MIT, ERCIM and Keio University, 2012.
4+
// (c) COPYRIGHT MIT, ERCIM, Keio, Beihang, 2015.
55
// Please first read the full copyright statement in file COPYRIGHT.html
66
package org.w3c.css.properties.css3;
77

@@ -21,7 +21,7 @@
2121
import static org.w3c.css.values.CssOperator.SPACE;
2222

2323
/**
24-
* @spec http://www.w3.org/TR/2012/WD-css3-ui-20120117/#nav-up0
24+
* @spec http://www.w3.org/TR/2015/CR-css-ui-3-20150707/#propdef-nav-up
2525
*/
2626
public class CssNavUp extends org.w3c.css.properties.css.CssNavUp {
2727

@@ -97,7 +97,7 @@ public boolean isDefault() {
9797
// the main check is here (to be shared with other
9898
// nav-<dir>
9999
protected static CssValue checkValues(ApplContext ac, CssExpression expression,
100-
boolean check, CssProperty caller)
100+
boolean check, CssProperty caller)
101101
throws InvalidParamException {
102102
if (check && expression.getCount() > 2) {
103103
throw new InvalidParamException("unrecognize", ac);

0 commit comments

Comments
 (0)