[scroll-animations] Add support for parsing <id-selector>
This CL introduces CSSIdSelectorValue, and accompanying function in css_parsing_utils which can parse such a value. It's not very different from CSSCustomIdentValue, but my experience with re-using "close enough" CSSValues in the past has been less than optimal, hence I think the proper way to do it is to add a full CSSValue subclass. Bug: 1074052 Change-Id: I54727a339b5525af4107d5217c78281182b825ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238070Reviewed-by:Majid Valipour <majidvp@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#779225}
Showing
Please register or sign in to comment