mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Fixes #8445 The only attributes I found that we have implemented that uses non-zero dimenion attributes: * `width` for `<td>` and `<th>` (table cells) * `width` for `<table>` I updated these implementations to use the new non-zero dimension attribute parsing and added associated regression tests. |
||
---|---|---|
.. | ||
animation.rs | ||
attr.rs | ||
build.rs | ||
Cargo.toml | ||
custom_properties.rs | ||
font_face.rs | ||
lib.rs | ||
Mako-0.9.1.zip | ||
media_queries.rs | ||
node.rs | ||
parser.rs | ||
properties.mako.rs | ||
README.md | ||
restyle_hints.rs | ||
selector_matching.rs | ||
stylesheets.rs | ||
values.rs | ||
viewport.rs |
servo-style
Style system for Servo, using rust-cssparser for parsing.