mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Add support for keyword values for min-width and max-width This is a follow-up to #14432 which got closed and can no longer be re-opened. This PR aims to add support for keyword-values max-content, min-content, fit-content, and fill-available to the properties that use them, namely min-width, min-height, max-width, and max-height. It's still untested because I still haven't figured out how to do that. I guess I should write or find some web page that uses these properties. Refs #13821. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #13821 (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/14740) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
binding_tools | ||
gecko | ||
gecko_bindings | ||
gecko_string_cache | ||
properties | ||
rule_tree | ||
servo | ||
values | ||
animation.rs | ||
attr.rs | ||
bezier.rs | ||
bloom.rs | ||
build.rs | ||
build_gecko.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 | ||
restyle_hints.rs | ||
scoped_tls.rs | ||
selector_parser.rs | ||
sequential.rs | ||
sink.rs | ||
str.rs | ||
stylesheets.rs | ||
stylist.rs | ||
supports.rs | ||
thread_state.rs | ||
timer.rs | ||
traversal.rs | ||
viewport.rs |