summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/css/computed_style_field_aliases.json5
blob: cce3321d5a60c777c77ffa3f2158de6935d741c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
// This file specifies all alias used in css_properties.json5, these alias
// replace frequently used combination of property.
    "parameters": {
    },
    "data": [
        {
            "name": "<length>",
            "field_template": "external",
            "type_name": "Length",
            "include_paths": ["third_party/blink/renderer/platform/length.h"]
        },
        {
            "name": "<color>",
            "field_template": "external",
            "type_name": "Color",
            "include_paths": ["third_party/blink/renderer/platform/graphics/color.h"],
        }
    ]
}