Description[CSS Typed OM] Specify and check separators for repeated properties
Previously, we just assumed everything was space separated, which is
obviously wrong. This CL lets us specify a separator for a property in
CSSProperties.json5 (replacing the boolian is_repeated), which is used
in a new function CSSPropertyMetadata::repetitionSeparator(propertyID).
Diff in generated CSSPropertyMetadata.cpp: https://gist.github.com/wilddamon/e17ee686869b2cd33da6de769cec7103/revisions
BUG=545318
Review-Url: https://codereview.chromium.org/2722503002
Cr-Commit-Position: refs/heads/master@{#454102}
Committed: https://chromium.googlesource.com/chromium/src/+/89f793921f307ce8de9a1f0e4a25902e2a77140b
Patch Set 1 #Patch Set 2 : Add "/" as a valid separator in CSSProperties.json5 #
Total comments: 2
Patch Set 3 : Don't generate function #
Messages
Total messages: 26 (12 generated)
|