mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Remove appearance values not used by the browser or Web content.
Differential Revision: https://phabricator.services.mozilla.com/D83431
This commit is contained in:
parent
8457666204
commit
21b6c69322
1 changed files with 0 additions and 15 deletions
|
@ -1550,8 +1550,6 @@ pub enum Appearance {
|
||||||
/// A groupbox.
|
/// A groupbox.
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
Groupbox,
|
Groupbox,
|
||||||
/// A inner-spin button.
|
|
||||||
InnerSpinButton,
|
|
||||||
/// List boxes.
|
/// List boxes.
|
||||||
Listbox,
|
Listbox,
|
||||||
/// Menu Bar background
|
/// Menu Bar background
|
||||||
|
@ -1606,8 +1604,6 @@ pub enum Appearance {
|
||||||
/// The progress bar's progress indicator
|
/// The progress bar's progress indicator
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
Progresschunk,
|
Progresschunk,
|
||||||
/// A vertical progress bar.
|
|
||||||
ProgressbarVertical,
|
|
||||||
/// A checkbox element.
|
/// A checkbox element.
|
||||||
Checkbox,
|
Checkbox,
|
||||||
/// A radio element within a radio group.
|
/// A radio element within a radio group.
|
||||||
|
@ -1634,17 +1630,6 @@ pub enum Appearance {
|
||||||
/// The resizer itself.
|
/// The resizer itself.
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
Resizer,
|
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.
|
/// A scrollbar.
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
Scrollbar,
|
Scrollbar,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue