Skip to content

Commit 94d2584

Browse files
committed
1 parent ba2b26d commit 94d2584

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

org/w3c/css/properties/css3/CssNavDown.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

@@ -11,7 +11,7 @@
1111
import org.w3c.css.values.CssIdent;
1212

1313
/**
14-
* @spec http://www.w3.org/TR/2012/WD-css3-ui-20120117/#nav-down0
14+
* @spec http://www.w3.org/TR/2015/CR-css-ui-3-20150707/#propdef-nav-down
1515
* @see CssNavUp
1616
*/
1717
public class CssNavDown extends org.w3c.css.properties.css.CssNavDown {
@@ -55,6 +55,6 @@ public CssNavDown(ApplContext ac, CssExpression expression)
5555
}
5656

5757
public boolean isDefault() {
58-
return (auto == value) || (auto == initial);
58+
return (auto == value) || (value == initial);
5959
}
6060
}

0 commit comments

Comments
 (0)