servo/components/style/servo
Emilio Cobos Álvarez 8732a1d7de
style: Remove -servo-text-decorations-in-effect.
It is bogus, because it depends on the display property as it's cascaded, but
the display property can change afterwards, for example, if we get blockified
because we're the root element or a flex item.

Replace it with a normal field instead.

Also, it carries some weight, because it's the last property that uses this
concept of "derived" property, and "custom cascade". So we can remove some code
after this.

Compute it after the cascade process in StyleAdjuster.
2018-01-14 17:10:44 +01:00
..
media_queries.rs Update euclid, azure, skia, offscreen_gl_context, plane-split, webrender 2017-12-08 14:32:28 +01:00
mod.rs Don't resolve URLs at parse time for Stylo. 2017-03-22 19:11:30 -07:00
restyle_damage.rs style: Remove -servo-text-decorations-in-effect. 2018-01-14 17:10:44 +01:00
selector_parser.rs Rename SelectorMethods to Visit, after its one method. 2018-01-12 15:26:56 +01:00
url.rs Replace all uses of the heapsize crate with malloc_size_of. 2017-10-18 22:20:37 +11:00