The assertion in properties.mako.rs ensures I got this right.
Details
Details
- Reviewers
boris - Commits
- rMOZILLACENTRAL9893d5f0a7ba: Bug 1565214 - Centralize property restrictions. r=boris
- Bugzilla Bug ID
- 1565214
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
code-wise looks good.
| servo/components/style/properties/data.py | ||
|---|---|---|
| 652 | The spec of :first-letter and :first-line mentions opacity, but it's not in the list. Is it a Gecko bug or spec issue? | |
| 663 | nit: initial-letter and vertical-align might be group as "any inline layout properties that apply to inline elements"? Hmm. Anyway, this classification is ok for me. | |
| 747–762 | nit: Should we include line-height (per spec)? | |