- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Sep 2012 12:43:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css3 In directory hutz:/tmp/cvs-serv24708/css3 Modified Files: CssTextJustify.java Log Message: typo (well bad reformatting script) Index: CssTextJustify.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssTextJustify.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- CssTextJustify.java 31 Aug 2012 10:04:08 -0000 1.4 +++ CssTextJustify.java 4 Sep 2012 12:43:45 -0000 1.5 @@ -20,8 +20,8 @@ private static CssIdent[] allowed_values; static { - String id_values[] = {"auto", "none", "inter", "word", "inter", - "ideograph", "inter", "cluster", "distribute", "kashida"}; + String id_values[] = {"auto", "none", "inter-word", "inter-ideograph", + "inter-cluster", "distribute", "kashida"}; allowed_values = new CssIdent[id_values.length]; int i = 0; for (String s : id_values) {
Received on Tuesday, 4 September 2012 12:43:51 UTC