mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Add gecko glue for grid-{row,column}-{start,end}
This commit is contained in:
parent
7976640251
commit
6d9aed9ac3
5 changed files with 45 additions and 5 deletions
|
@ -18,8 +18,7 @@
|
|||
values = """inline block inline-block
|
||||
table inline-table table-row-group table-header-group table-footer-group
|
||||
table-row table-column-group table-column table-cell table-caption
|
||||
list-item flex
|
||||
none
|
||||
list-item flex none
|
||||
""".split()
|
||||
if product == "gecko":
|
||||
values += """inline-flex grid inline-grid ruby ruby-base ruby-base-container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue