We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6b099 commit 2d34b3aCopy full SHA for 2d34b3a
1 file changed
org/w3c/css/properties/css3/CssTextTransform.java
@@ -23,11 +23,10 @@
23
public class CssTextTransform extends org.w3c.css.properties.css.CssTextTransform {
24
25
private static CssIdent[] allowed_action_values;
26
- private static CssIdent none, fullWidth, fullSizeKana;
+ private static CssIdent fullWidth, fullSizeKana;
27
28
29
static {
30
- none = CssIdent.getIdent("none");
31
fullWidth = CssIdent.getIdent("full-width");
32
fullSizeKana = CssIdent.getIdent("full-size-kana");
33
0 commit comments