Skip to content

Commit

Permalink
style: Add -webkit-appearance:textarea and make that the default for …
Browse files Browse the repository at this point in the history
…<textarea> for compatibility with other UAs.

Bug: 1507905
Reviewed-by: jwatt
  • Loading branch information
Mats Palmgren authored and emilio committed Dec 2, 2018
1 parent 4f7a3ae commit 2ebad8d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/style/values/specified/box.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 2ebad8d

Please sign in to comment.