This is part of Project Ribbon. We are trying to minimize references to CSSPropertyID.
Impl plan:
1. Add getPropertyName method to CSSProperty & make it call through to the CSSPropertyNames version.
2. Update all the callers to use the CSSProperty version.
3. Change the CSSProperty methods to contain the logic and not call through to CSSPropertyNames (This will be done over multiple CLs. I'll need to break up CSSProperty groups).
4. Delete the CSSPropertyNames version.
Comment 1 by nainar@chromium.org
, Dec 6 2017