mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
Implement parsing/serialization and/or gecko glue for some properties <!-- Please describe your changes on the following line: --> The PR covers implementation and/or gecko glue for these properties: 1. Implemented parsing/serialization and gecko glue for column-rule-width, column-rule-color and column-span longhand properties (column-span is not implemented in gecko yet but I wanted to complete column properties :) ) 2. Implemented parsing/serialization and gecko glue for text-emphasis-color longhand and text-emphasis shorthand properties. 3. Implemented gecko glue for column-gap and order properties I implemented column-rule-width and column-rule-color properties with `-moz-` prefixes, but I can remove them if it's not right. I coudn't test them in full stylo build yet (LLVM messed up my current clang). But I'll test them soon. r? @Manishearth or @emilio --- <!-- 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 <!-- Either: --> - [X] These changes do not require tests <!-- 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/14316) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
binding_tools | ||
gecko | ||
gecko_bindings | ||
gecko_string_cache | ||
properties | ||
rule_tree | ||
servo | ||
values | ||
animation.rs | ||
atomic_refcell.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 | ||
font_metrics.rs | ||
keyframes.rs | ||
lib.rs | ||
logical_geometry.rs | ||
matching.rs | ||
media_queries.rs | ||
owning_handle.rs | ||
parallel.rs | ||
parser.rs | ||
README.md | ||
refcell.rs | ||
restyle_hints.rs | ||
selector_parser.rs | ||
sequential.rs | ||
sink.rs | ||
str.rs | ||
stylesheets.rs | ||
stylist.rs | ||
thread_state.rs | ||
tid.rs | ||
timer.rs | ||
traversal.rs | ||
viewport.rs |