Closed
Bug 1507905
Opened 6 years ago
Closed 6 years ago
Add -webkit-appearance:textarea and make that the default for <textarea> for compatibility with other UAs
Categories
(Core :: Layout: Form Controls, enhancement, P3)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
We're currently using '-moz-appearance: textfield-multiline' on <textarea>
in our UA sheet. I intend to make that value an alias.
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9025847 -
Flags: review?(jwatt)
Updated•6 years ago
|
Keywords: dev-doc-needed
Comment 2•6 years ago
|
||
Comment on attachment 9025847 [details] [diff] [review]
Add -webkit-appearance:textarea and make that the default for <textarea> for compatibility with other UAs
Review of attachment 9025847 [details] [diff] [review]:
-----------------------------------------------------------------
Nice.
Attachment #9025847 -
Flags: review?(jwatt) → review+
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1a235d5c6367
Add -webkit-appearance:textarea and make that the default for <textarea> for compatibility with other UAs. r=jwatt
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment 5•6 years ago
|
||
Note to MDN writers:
I've added a note to the Fx65 rel notes to cover this:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/65#CSS
As for the docs, this should be a simple matter of adding the value to the appearance reference page and the compat data.
Comment 6•6 years ago
|
||
Updated the table to add textarea support for FF, made it standard, and added commment on textarea-multiline to use textarea instead. https://developer.mozilla.org/en-US/docs/Web/CSS/appearance
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•