mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #14383 - Razican:column-rule-style, r=Wafflespeanut
Stylo: implement column-rule-style Implemented `column-rule-style` in stylo. - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #13868 - [ ] There are tests for these changes OR - [x] These changes do not require tests because it's a style addition and I added the screenshot. Screenshot:  <!-- 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/14383) <!-- Reviewable:end -->
This commit is contained in:
commit
4dbca055c6
1 changed files with 6 additions and 0 deletions
|
@ -288,3 +288,9 @@ ${helpers.predefined_type("-moz-column-rule-color", "CSSColor",
|
|||
// https://drafts.csswg.org/css-multicol-1/#column-span
|
||||
${helpers.single_keyword("column-span", "none all",
|
||||
products="none", animatable=False)}
|
||||
|
||||
${helpers.single_keyword("column-rule-style",
|
||||
"none hidden dotted dashed solid double groove ridge inset outset",
|
||||
products="gecko",
|
||||
gecko_constant_prefix="NS_STYLE_BORDER_STYLE",
|
||||
animatable=False)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue