Details
Details
- Reviewers
jfkthame - Commits
- Restricted Diffusion Commit
rMOZILLACENTRAL9536fe8330a8: Bug 1497076 - Handle reversed ranges in @font-face descriptors r=jfkthame - Bugzilla Bug ID
- 1497076
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
Makes sense to me, thanks.
(Actually, it's interesting to note that this differs from how codepoints in unicode-range are handled; in that case, the spec says "the end codepoint must be greater than or equal to the start codepoint", otherwise the range would be invalid. But that's a matter for the spec, if anything.)