mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Add unprefixed appearance property and make -moz-appearance and -webkit-appearance be aliases.
Differential Revision: https://phabricator.services.mozilla.com/D83428
This commit is contained in:
parent
9d3876bda0
commit
01efe3a459
3 changed files with 12 additions and 10 deletions
|
@ -1525,6 +1525,11 @@ pub enum Resize {
|
|||
pub enum Appearance {
|
||||
/// No appearance at all.
|
||||
None,
|
||||
/// Default appearance for the element.
|
||||
///
|
||||
/// This value doesn't make sense for -moz-default-appearance, but we don't bother to guard
|
||||
/// against parsing it.
|
||||
Auto,
|
||||
/// A typical dialog button.
|
||||
Button,
|
||||
/// Various arrows that go in buttons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue