mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
10933/shorthands <!-- Please describe your changes on the following line: --> This implements the serialization of nearly all of the css shorthand properties with the following exceptions: 1. font - this may be implemented correctly, but I am not 100% sure 2. border-radius - I do not know how to implement this, since I am not familiar with how the property works 3. background - this is implemented, but I think that the implementation might be a tiny bit off. --- <!-- 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 #10933 (github issue number if applicable). Also fixes issue #11448 <!-- Either: --> - [X] 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/12572) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
generated | ||
properties | ||
values | ||
animation.rs | ||
attr.rs | ||
bezier.rs | ||
build.rs | ||
cache.rs | ||
Cargo.toml | ||
cascade_info.rs | ||
context.rs | ||
custom_properties.rs | ||
data.rs | ||
dom.rs | ||
element_state.rs | ||
error_reporting.rs | ||
font_face.rs | ||
gecko_conversions.rs | ||
gecko_selector_impl.rs | ||
gecko_values.rs | ||
keyframes.rs | ||
lib.rs | ||
logical_geometry.rs | ||
matching.rs | ||
media_queries.rs | ||
parallel.rs | ||
parser.rs | ||
README.md | ||
refcell.rs | ||
restyle_hints.rs | ||
selector_impl.rs | ||
selector_matching.rs | ||
sequential.rs | ||
servo_selector_impl.rs | ||
sink.rs | ||
str.rs | ||
stylesheets.rs | ||
tid.rs | ||
timer.rs | ||
traversal.rs | ||
viewport.rs | ||
workqueue.rs |