aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/style/values/specified/box.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs
index 3bd89efd20e..062083de063 100644
--- a/components/style/values/specified/box.rs
+++ b/components/style/values/specified/box.rs
@@ -1155,10 +1155,11 @@ pub enum Appearance {
TabScrollArrowBack,
#[parse(condition = "in_ua_or_chrome_sheet")]
TabScrollArrowForward,
- /// A textfield or text area.
+ /// A multi-line text field, e.g. HTML <textarea>.
+ #[parse(aliases = "textfield-multiline")]
+ Textarea,
+ /// A single-line text field, e.g. HTML <input type=text>.
Textfield,
- /// A multiline text field.
- TextfieldMultiline,
/// A toolbar in an application window.
#[parse(condition = "in_ua_or_chrome_sheet")]
Toolbar,