We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f6965 commit 4ddfe54Copy full SHA for 4ddfe54
style/values/specified/image.rs
@@ -1291,7 +1291,12 @@ impl PaintWorklet {
1291
.try_parse(|input| {
1292
input.expect_comma()?;
1293
input.parse_comma_separated(|input| {
1294
- SpecifiedValue::parse(input, &context.url_data).map(Arc::new)
+ SpecifiedValue::parse(
1295
+ input,
1296
+ Some(&context.namespaces.prefixes),
1297
+ &context.url_data,
1298
+ )
1299
+ .map(Arc::new)
1300
})
1301
1302
.unwrap_or_default();
0 commit comments