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

Side by Side Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.in

Issue 2366243002: Remove all ordering requirements in CSSValueKeywords.in (WIP) (Closed)
Patch Set: Some mor efixes Created 4 years, 1 month 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 // 1 //
2 // CSS value names 2 // CSS value names
3 // 3 //
4 4
5 // The mode argument is used to limit the keyword to be used only for certain 5 // The mode argument is used to limit the keyword to be used only for certain
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by
7 // CSSParserModes listed in allowInternalPropertyAndValue() 7 // CSSParserModes listed in allowInternalPropertyAndValue()
8 8
9 inherit 9 inherit
10 initial 10 initial
11 // 11 //
12 // outline-style 12 // outline-style
13 // border-top-style 13 // border-top-style
14 // border-bottom-style 14 // border-bottom-style
15 // border-left-style 15 // border-left-style
16 // border-right-style 16 // border-right-style
17 // The order here must match the order of the EBorderStyle enum in ComputedStyle Constants.h.
18 none 17 none
19 hidden 18 hidden
20 inset 19 inset
21 groove 20 groove
22 outset 21 outset
23 ridge 22 ridge
24 dotted 23 dotted
25 dashed 24 dashed
26 solid 25 solid
27 double 26 double
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 sub 238 sub
240 super 239 super
241 text-top 240 text-top
242 text-bottom 241 text-bottom
243 top 242 top
244 bottom 243 bottom
245 // HTML alignment MIDDLE has no corresponding CSS alignment 244 // HTML alignment MIDDLE has no corresponding CSS alignment
246 -webkit-baseline-middle 245 -webkit-baseline-middle
247 // 246 //
248 // text-align 247 // text-align
249 // The order here must match the order of the ETextAlign enum in ComputedStyleCo nstants.h.
250 // 248 //
251 -webkit-auto 249 -webkit-auto
252 left 250 left
253 right 251 right
254 center 252 center
255 justify 253 justify
256 -webkit-left 254 -webkit-left
257 -webkit-right 255 -webkit-right
258 -webkit-center 256 -webkit-center
259 -webkit-match-parent 257 -webkit-match-parent
260 -internal-center 258 -internal-center
261 // 259 //
262 // text-justify 260 // text-justify
263 // 261 //
264 //auto 262 //auto
265 //none 263 //none
266 inter-word 264 inter-word
267 distribute 265 distribute
268 // 266 //
269 // list-style-position 267 // list-style-position
270 // 268 //
271 outside 269 outside
272 inside 270 inside
273 // 271 //
274 // list-style-type 272 // list-style-type
275 // The order here must match the order of the EListStyleType enum in ComputedSty leConstants.h.
276 // 273 //
277 disc 274 disc
278 circle 275 circle
279 square 276 square
280 decimal 277 decimal
281 decimal-leading-zero 278 decimal-leading-zero
282 arabic-indic 279 arabic-indic
283 bengali 280 bengali
284 cambodian 281 cambodian
285 khmer 282 khmer
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 simp-chinese-informal 322 simp-chinese-informal
326 trad-chinese-formal 323 trad-chinese-formal
327 trad-chinese-informal 324 trad-chinese-informal
328 hiragana 325 hiragana
329 katakana 326 katakana
330 hiragana-iroha 327 hiragana-iroha
331 katakana-iroha 328 katakana-iroha
332 //none 329 //none
333 // 330 //
334 // display 331 // display
335 // The order here must match the order of the EDisplay enum in ComputedStyleCons tants.h.
336 // 332 //
337 inline 333 inline
338 block 334 block
339 list-item 335 list-item
340 inline-block 336 inline-block
341 table 337 table
342 inline-table 338 inline-table
343 table-row-group 339 table-row-group
344 table-header-group 340 table-header-group
345 table-footer-group 341 table-footer-group
346 table-row 342 table-row
347 table-column-group 343 table-column-group
348 table-column 344 table-column
349 table-cell 345 table-cell
350 table-caption 346 table-caption
351 -webkit-box 347 -webkit-box
352 -webkit-inline-box 348 -webkit-inline-box
353 flex 349 flex
354 inline-flex 350 inline-flex
355 grid 351 grid
356 inline-grid 352 inline-grid
357 contents 353 contents
358 //none 354 //none
359 -webkit-flex 355 -webkit-flex
360 -webkit-inline-flex 356 -webkit-inline-flex
361 // 357 //
362 // cursor 358 // cursor
363 // The order here must match the order of the ECursor enum in ComputedStyleConst ants.h.
364 // 359 //
365 auto 360 auto
366 crosshair 361 crosshair
367 default 362 default
368 pointer 363 pointer
369 move 364 move
370 vertical-text 365 vertical-text
371 cell 366 cell
372 context-menu 367 context-menu
373 alias 368 alias
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 // auto 610 // auto
616 loose 611 loose
617 // normal 612 // normal
618 strict 613 strict
619 after-white-space 614 after-white-space
620 615
621 // hyphens 616 // hyphens
622 manual 617 manual
623 618
624 // -webkit-appearance 619 // -webkit-appearance
625 // The order here must match the order in the ControlPart enum in ThemeTypes.h.
626 // All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea': 620 // All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea':
627 checkbox 621 checkbox
628 radio 622 radio
629 push-button 623 push-button
630 square-button 624 square-button
631 button 625 button
632 button-bevel 626 button-bevel
633 inner-spin-button 627 inner-spin-button
634 listbox 628 listbox
635 listitem 629 listitem
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 1093
1100 var 1094 var
1101 -internal-variable-value 1095 -internal-variable-value
1102 1096
1103 // break-before, break-after, break-inside 1097 // break-before, break-after, break-inside
1104 avoid-page 1098 avoid-page
1105 page 1099 page
1106 recto 1100 recto
1107 verso 1101 verso
1108 avoid-column 1102 avoid-column
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698