• Add "token serialization types".

    Servo will use this for custom property values which are conceptually
    sequences of tokens, but are represented in memory as strings.
    When concatenating such strings, an empty comment `/**/` sometimes needs
    to be inserted so that two tokens are not reparsed as one.
    SimonSapin committed Sep 14, 2015