mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Support hashless color quirk in border-color
This commit is contained in:
parent
d1eef9d08a
commit
a108bd5237
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
<% from data import to_rust_ident, ALL_SIDES, PHYSICAL_SIDES, maybe_moz_logical_alias %>
|
<% from data import to_rust_ident, ALL_SIDES, PHYSICAL_SIDES, maybe_moz_logical_alias %>
|
||||||
|
|
||||||
${helpers.four_sides_shorthand("border-color", "border-%s-color", "specified::CSSColor::parse",
|
${helpers.four_sides_shorthand("border-color", "border-%s-color", "specified::CSSColor::parse",
|
||||||
spec="https://drafts.csswg.org/css-backgrounds/#border-color")}
|
spec="https://drafts.csswg.org/css-backgrounds/#border-color",
|
||||||
|
allow_quirks=True)}
|
||||||
|
|
||||||
${helpers.four_sides_shorthand("border-style", "border-%s-style",
|
${helpers.four_sides_shorthand("border-style", "border-%s-style",
|
||||||
"specified::BorderStyle::parse",
|
"specified::BorderStyle::parse",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue