Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Side by Side Diff: Source/core/css/CSSProperties.in

Issue 211123002: CSS Transforms: Implement transform-style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // FIXME: When we have all the properties using the new StyleBuilder, we 1 // FIXME: When we have all the properties using the new StyleBuilder, we
2 // should use this for make_css_property_names.py 2 // should use this for make_css_property_names.py
3 // Note: Mandatory blank line to skip parameter parsing phase 3 // Note: Mandatory blank line to skip parameter parsing phase
4 4
5 align-content 5 align-content
6 background-attachment custom_all 6 background-attachment custom_all
7 background-blend-mode custom_all 7 background-blend-mode custom_all
8 background-clip custom_all 8 background-clip custom_all
9 background-color custom_all 9 background-color custom_all
10 background-image custom_all 10 background-image custom_all
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 -webkit-text-emphasis-color custom_all 226 -webkit-text-emphasis-color custom_all
227 -webkit-text-emphasis-position type_name=TextEmphasisPosition 227 -webkit-text-emphasis-position type_name=TextEmphasisPosition
228 -webkit-text-emphasis-style custom_all 228 -webkit-text-emphasis-style custom_all
229 -webkit-text-fill-color custom_all 229 -webkit-text-fill-color custom_all
230 -webkit-text-security 230 -webkit-text-security
231 -webkit-text-stroke-color custom_all 231 -webkit-text-stroke-color custom_all
232 text-underline-position custom_value 232 text-underline-position custom_value
233 -webkit-transform-origin-x type_name=Length, converter=convertLength 233 -webkit-transform-origin-x type_name=Length, converter=convertLength
234 -webkit-transform-origin-y type_name=Length, converter=convertLength 234 -webkit-transform-origin-y type_name=Length, converter=convertLength
235 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa t> 235 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa t>
236 transform-style name_for_methods=TransformStyle3D
236 -webkit-transform-style name_for_methods=TransformStyle3D 237 -webkit-transform-style name_for_methods=TransformStyle3D
237 -webkit-transition-delay custom_all 238 -webkit-transition-delay custom_all
238 -webkit-transition-duration custom_all 239 -webkit-transition-duration custom_all
239 -webkit-transition-property custom_all 240 -webkit-transition-property custom_all
240 -webkit-transition-timing-function custom_all 241 -webkit-transition-timing-function custom_all
241 -webkit-user-drag 242 -webkit-user-drag
242 -webkit-user-modify 243 -webkit-user-modify
243 -webkit-user-select 244 -webkit-user-select
244 -webkit-wrap-flow type_name=WrapFlow 245 -webkit-wrap-flow type_name=WrapFlow
245 -webkit-wrap-through type_name=WrapThrough 246 -webkit-wrap-through type_name=WrapThrough
(...skipping 20 matching lines...) Expand all
266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 267 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 268 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 269 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 270 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 271 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 272 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 273 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
273 text-anchor svg 274 text-anchor svg
274 vector-effect svg 275 vector-effect svg
275 writing-mode svg, type_name=SVGWritingMode 276 writing-mode svg, type_name=SVGWritingMode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698