We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c08fa4 commit bcf56ceCopy full SHA for bcf56ce
org/w3c/css/values/color/HWB.java
@@ -34,7 +34,7 @@ public class HWB {
34
public static final CssIdent[] colorRelativeValues;
35
36
static {
37
- String[] _allowed_values = {"h", "w", "p", "alpha"};
+ String[] _allowed_values = {"h", "w", "b", "alpha"};
38
colorRelativeValues = new CssIdent[_allowed_values.length];
39
int i = 0;
40
for (String s : _allowed_values) {
0 commit comments