mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #16926 - nox:quirks, r=SimonSapin
Support hashless color quirk in border-color <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16926) <!-- Reviewable:end -->
This commit is contained in:
commit
0edc0f547d
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 %>
|
||||
|
||||
${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",
|
||||
"specified::BorderStyle::parse",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue