Depends on D190251
Details
- Reviewers
fredw zsun - Group Reviewers
Restricted Project layout-reviewers - Commits
- rMOZILLACENTRALee84d6e6a073: Bug 1857398 - [css-properties-values-api] Support ToCss for ComputedValue…
- Bugzilla Bug ID
- 1857398
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Build Status
Buildable 585122 Build 683108: arc lint + arc unit
Event Timeline
| servo/components/style/properties_and_values/syntax/mod.rs | ||
|---|---|---|
| 160 ↗ | (On Diff #772330) | Is this function going to be used elsewhere than List::to_css? If not I would just move that code into List::to_css. From the function name, I would expect Multiplier. separator() to just return a comma (without space). If instead put inline in List::to_css with the comment linking to the cssom spec (see below) I think it's much clearer why the space is added. |
| servo/components/style/properties_and_values/value.rs | ||
| 67 | Maybe add a comment linking to https://drafts.csswg.org/cssom-1/#serialize-a-comma-separated-list ? | |
This revision requires a Testing Policy Project Tag to be set before landing. Please apply one of testing-approved, testing-exception-unchanged, testing-exception-ui, testing-exception-elsewhere, testing-exception-other. Tip: this Firefox add-on makes it easy!
| servo/components/style/properties_and_values/syntax/mod.rs | ||
|---|---|---|
| 160 ↗ | (On Diff #772330) |
Moved that code into List::to_css.
Added comments linking to the CSSOM spec. |