mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-14 11:03:31 -05:00
Add the initial infrastructure for Numeric Value Typing and implement the algorithm for creating a type from a string unit. This will be used by CSSNumericValue.type() and also allows the CSSUnitValue constructor to validate its unit argument. Differential Revision: https://phabricator.services.mozilla.com/D305100