servo/components/style/properties
bors-servo a3e8199c97 Auto merge of #12388 - kilobtye:textarea2, r=pcwalton
Let textarea wrap lines

<!-- Please describe your changes on the following line: -->
1. Change textarea's style from white-space: pre to white-space: pre-wrap.
2. Display insertion point when a line is wrapped.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #10053 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12388)
<!-- Reviewable:end -->
2016-07-26 08:31:49 -05:00
..
helpers Rename ComputedValuesStruct to ComputedValues. 2016-07-20 08:42:45 +02:00
longhand Rename ComputedValuesStruct to ComputedValues. 2016-07-20 08:42:45 +02:00
shorthand style: Add support to the animation shorthand and fix parsing of animation-name. 2016-07-07 16:05:22 -07:00
build.py Move geckolib/properties.mako.rs to style/properties/gecko.mako.rs 2016-07-20 08:40:22 +02:00
data.py Remove the ComputedValue traits and style_struct_traits 2016-07-20 08:42:40 +02:00
gecko.mako.rs Make nsStyleUnion sugar use traits 2016-07-21 13:35:47 +05:30
helpers.mako.rs Rename ComputedValuesStruct to ComputedValues. 2016-07-20 08:42:45 +02:00
Mako-0.9.1.zip Move Mako-related files into a new sub-directory. 2016-04-20 14:49:27 +02:00
properties.html.mako Move Mako-related files into a new sub-directory. 2016-04-20 14:49:27 +02:00
properties.mako.rs Auto merge of #12388 - kilobtye:textarea2, r=pcwalton 2016-07-26 08:31:49 -05:00