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

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

Issue 234453002: Remove SVG1.1 kerning property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations updates Created 6 years, 8 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
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 clip-path svg, type_name=String, name_for_methods=ClipperResource, converter=con vertFragmentIdentifier 249 clip-path svg, type_name=String, name_for_methods=ClipperResource, converter=con vertFragmentIdentifier
250 clip-rule svg, type_name=WindRule 250 clip-rule svg, type_name=WindRule
251 color-interpolation svg 251 color-interpolation svg
252 color-interpolation-filters svg, type_name=EColorInterpolation 252 color-interpolation-filters svg, type_name=EColorInterpolation
253 color-rendering svg 253 color-rendering svg
254 dominant-baseline svg 254 dominant-baseline svg
255 fill-opacity svg, type_name=float, converter=convertNumberOrPercentage 255 fill-opacity svg, type_name=float, converter=convertNumberOrPercentage
256 fill-rule svg, type_name=WindRule 256 fill-rule svg, type_name=WindRule
257 filter svg, type_name=String, name_for_methods=FilterResource, converter=convert FragmentIdentifier 257 filter svg, type_name=String, name_for_methods=FilterResource, converter=convert FragmentIdentifier
258 flood-opacity svg, type_name=float, converter=convertNumberOrPercentage 258 flood-opacity svg, type_name=float, converter=convertNumberOrPercentage
259 kerning svg, type_name=SVGLength, converter=convertSVGLength
260 marker-start svg, type_name=String, name_for_methods=MarkerStartResource, conver ter=convertFragmentIdentifier 259 marker-start svg, type_name=String, name_for_methods=MarkerStartResource, conver ter=convertFragmentIdentifier
261 marker-mid svg, type_name=String, name_for_methods=MarkerMidResource, converter= convertFragmentIdentifier 260 marker-mid svg, type_name=String, name_for_methods=MarkerMidResource, converter= convertFragmentIdentifier
262 marker-end svg, type_name=String, name_for_methods=MarkerEndResource, converter= convertFragmentIdentifier 261 marker-end svg, type_name=String, name_for_methods=MarkerEndResource, converter= convertFragmentIdentifier
263 mask svg, type_name=String, name_for_methods=MaskerResource, converter=convertFr agmentIdentifier 262 mask svg, type_name=String, name_for_methods=MaskerResource, converter=convertFr agmentIdentifier
264 mask-type svg 263 mask-type svg
265 shape-rendering svg 264 shape-rendering svg
266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 265 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 266 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 267 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 268 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 269 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 270 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 271 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
273 text-anchor svg 272 text-anchor svg
274 vector-effect svg 273 vector-effect svg
275 writing-mode svg, type_name=SVGWritingMode 274 writing-mode svg, type_name=SVGWritingMode
OLDNEW
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698