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

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

Issue 1094863007: Implement "word-break: keep-all" in CSS3 Text (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replace custom SA charset detecting function to already existing one 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 // -webkit-margin-collapse 581 // -webkit-margin-collapse
582 // 582 //
583 // collapse 583 // collapse
584 // separate 584 // separate
585 discard 585 discard
586 586
587 // 587 //
588 // word-break 588 // word-break
589 // 589 //
590 break-all 590 break-all
591 keep-all
591 592
592 // 593 //
593 // word-wrap 594 // word-wrap
594 // 595 //
595 break-word 596 break-word
596 597
597 // 598 //
598 // nbsp-mode 599 // nbsp-mode
599 // 600 //
600 space 601 space
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 translateX 1064 translateX
1064 translateY 1065 translateY
1065 translateZ 1066 translateZ
1066 translate3d 1067 translate3d
1067 1068
1068 // motion path 1069 // motion path
1069 path 1070 path
1070 1071
1071 calc 1072 calc
1072 -webkit-calc 1073 -webkit-calc
OLDNEW
« no previous file with comments | « Source/core/css/CSSPrimitiveValueMappings.h ('k') | Source/core/css/parser/CSSParserFastPaths.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698