Page MenuHomePhabricator

Bug 1497076 - Handle reversed ranges in @font-face descriptors
ClosedPublic

Authored by heycam on Oct 31 2018, 7:29 AM.

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

heycam created this revision.Oct 31 2018, 7:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2018, 7:29 AM
phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".Oct 31 2018, 7:29 AM
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: Restricted Project.
heycam requested review of this revision.Oct 31 2018, 7:29 AM
jfkthame accepted this revision.Oct 31 2018, 10:40 AM

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.)

This revision is now accepted and ready to land.Oct 31 2018, 10:40 AM
This revision was automatically updated to reflect the committed changes.