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

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

Issue 17155007: [CSS3] Parsing the property, text-justify. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parsingTextJustify
Patch Set: Patch for landing Created 7 years, 2 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
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 align-items 6 align-items
7 align-self type_name=EAlignItems 7 align-self type_name=EAlignItems
8 background-attachment custom_all 8 background-attachment custom_all
9 background-blend-mode custom_all 9 background-blend-mode custom_all
10 background-clip custom_all 10 background-clip custom_all
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 speak 109 speak
110 table-layout 110 table-layout
111 tab-size type_name=unsigned 111 tab-size type_name=unsigned
112 text-align custom_value 112 text-align custom_value
113 text-align-last type_name=TextAlignLast 113 text-align-last type_name=TextAlignLast
114 text-decoration custom_value 114 text-decoration custom_value
115 text-decoration-line use_handlers_for=CSSPropertyTextDecoration 115 text-decoration-line use_handlers_for=CSSPropertyTextDecoration
116 text-decoration-color custom_all 116 text-decoration-color custom_all
117 text-decoration-style type_name=TextDecorationStyle 117 text-decoration-style type_name=TextDecorationStyle
118 text-indent custom_all 118 text-indent custom_all
119 text-justify type_name=TextJustify
119 text-overflow type_name=TextOverflow 120 text-overflow type_name=TextOverflow
120 text-rendering custom_all 121 text-rendering custom_all
121 text-transform 122 text-transform
122 top type_name=Length, initial=initialOffset, converter=convertLengthOrAuto 123 top type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
123 touch-action type_name=TouchAction, initial=initialTouchAction 124 touch-action type_name=TouchAction, initial=initialTouchAction
124 unicode-bidi 125 unicode-bidi
125 vertical-align custom_value 126 vertical-align custom_value
126 visibility 127 visibility
127 white-space 128 white-space
128 widows type_name=short, custom_all 129 widows type_name=short, custom_all
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 color-rendering svg 258 color-rendering svg
258 dominant-baseline svg 259 dominant-baseline svg
259 fill-rule svg, type_name=WindRule 260 fill-rule svg, type_name=WindRule
260 mask-type svg 261 mask-type svg
261 shape-rendering svg 262 shape-rendering svg
262 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 263 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
263 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 264 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
264 text-anchor svg 265 text-anchor svg
265 vector-effect svg 266 vector-effect svg
266 writing-mode svg, type_name=SVGWritingMode 267 writing-mode svg, type_name=SVGWritingMode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698