mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
style: Add -webkit-appearance:textarea and make that the default for <textarea> for compatibility with other UAs.
Bug: 1507905 Reviewed-by: jwatt
This commit is contained in:
parent
4f7a3ae533
commit
2ebad8de36
1 changed files with 4 additions and 3 deletions
|
@ -1155,10 +1155,11 @@ pub enum Appearance {
|
||||||
TabScrollArrowBack,
|
TabScrollArrowBack,
|
||||||
#[parse(condition = "in_ua_or_chrome_sheet")]
|
#[parse(condition = "in_ua_or_chrome_sheet")]
|
||||||
TabScrollArrowForward,
|
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,
|
Textfield,
|
||||||
/// A multiline text field.
|
|
||||||
TextfieldMultiline,
|
|
||||||
/// A toolbar in an application window.
|
/// A toolbar in an application window.
|
||||||
#[parse(condition = "in_ua_or_chrome_sheet")]
|
#[parse(condition = "in_ua_or_chrome_sheet")]
|
||||||
Toolbar,
|
Toolbar,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue