From 21b6c69322d7196b580a21a5351f5df6d8b7ac25 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Thu, 16 Jul 2020 22:04:14 +0000 Subject: [PATCH] style: Remove appearance values not used by the browser or Web content. Differential Revision: https://phabricator.services.mozilla.com/D83431 --- components/style/values/specified/box.rs | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index afe1fee3303..b7def063a70 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -1550,8 +1550,6 @@ pub enum Appearance { /// A groupbox. #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] Groupbox, - /// A inner-spin button. - InnerSpinButton, /// List boxes. Listbox, /// Menu Bar background @@ -1606,8 +1604,6 @@ pub enum Appearance { /// The progress bar's progress indicator #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] Progresschunk, - /// A vertical progress bar. - ProgressbarVertical, /// A checkbox element. Checkbox, /// A radio element within a radio group. @@ -1634,17 +1630,6 @@ pub enum Appearance { /// The resizer itself. #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] Resizer, - /// A slider. - ScaleHorizontal, - ScaleVertical, - /// A slider's thumb. - ScalethumbHorizontal, - ScalethumbVertical, - /// If the platform supports it, the left/right chunks of the slider thumb. - Scalethumbstart, - Scalethumbend, - /// The ticks for a slider. - Scalethumbtick, /// A scrollbar. #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] Scrollbar,