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

Side by Side Diff: sky/engine/core/css/CSSValueKeywords.in

Issue 1060223002: Remove parsing for display:block/inline-block. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
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
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 katakana-iroha 255 katakana-iroha
256 //none 256 //none
257 // 257 //
258 // display 258 // display
259 // The order here must match the order of the EDisplay enum in RenderStyleConsta nts.h. 259 // The order here must match the order of the EDisplay enum in RenderStyleConsta nts.h.
260 // 260 //
261 inline 261 inline
262 // Contains only inline content. 262 // Contains only inline content.
263 paragraph 263 paragraph
264 // Contains only block content. 264 // Contains only block content.
265 block
266 inline-block
267 flex 265 flex
268 inline-flex 266 inline-flex
269 //none 267 //none
270 268
271 // 269 //
272 // cursor 270 // cursor
273 // The order here must match the order of the ECursor enum in RenderStyleConstan ts.h. 271 // The order here must match the order of the ECursor enum in RenderStyleConstan ts.h.
274 // 272 //
275 auto 273 auto
276 crosshair 274 crosshair
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 // contain 658 // contain
661 // cover 659 // cover
662 660
663 // -webkit-text-orientation 661 // -webkit-text-orientation
664 sideways 662 sideways
665 sideways-right 663 sideways-right
666 upright 664 upright
667 vertical-right 665 vertical-right
668 666
669 // -webkit-line-box-contain 667 // -webkit-line-box-contain
668 block
670 font 669 font
671 glyphs 670 glyphs
672 inline-box 671 inline-box
673 replaced 672 replaced
674 673
675 // -webkit-font-feature-settings 674 // -webkit-font-feature-settings
676 on 675 on
677 off 676 off
678 677
679 // image-rendering 678 // image-rendering
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 legacy 781 legacy
783 782
784 // will-change 783 // will-change
785 // auto 784 // auto
786 contents 785 contents
787 786
788 // all 787 // all
789 // initial 788 // initial
790 // inherit 789 // inherit
791 unset 790 unset
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/resolver/StyleAdjuster.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698