After #461, Values 4 states that:
All <resolution> units are compatible, and 'x' is their canonical unit.
However, the CSSOM spec for serializing <resolution> says:
The resolution in dots per CSS pixel serialized as per <number> followed by the literal string "dppx".
The Typed OM spec also makes no mention of 'x', only 'dppx'.
Should the canonical unit for <resolution> be changed back to 'dppx'? Changing all of these serializations to 'x' from 'dppx' might not be web-compatible, and would result in differences in serialization among browsers that have/have not added 'x' as a unit of resolution.