Style: Allow multiple aliases of a single CSS property in css_properties.json5
make_css_property_names.py supports multiple aliases. Before this CL, |<a resolved property id> + 1024| was an an alias. Since this CL, |<a resolved property id> + 1024 * n| is an alias where |n| is a natural number. This CL will be necessary for unprefixing -webkit-text-emphasis, which already has -epub-text-emphasis alias. This CL has no behavior changes for now. Bug: 666433 Change-Id: I6e620b55f07fde7542d1bd04fa25beaad8ee659e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596466Reviewed-by:Rune Lillesveen <futhark@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#838403}
Showing
Please register or sign in to comment