diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index 11acfe63c84..550ad207578 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -829,7 +829,7 @@ impl SpecifiedValueInfo for Color { // should probably be handled that way as well. // XXX `currentColor` should really be `currentcolor`. But let's // keep it consistent with the old system for now. - f(&["rgb", "rgba", "hsl", "hsla", "hwb", "hwba", "currentColor", "transparent"]); + f(&["rgb", "rgba", "hsl", "hsla", "hwb", "currentColor", "transparent"]); } }