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

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

Issue 1076313003: Remove completely-unused CSSValueKeywords (Closed) Base URL: git@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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 // font-family (<generic-family> in CSS 2.1) 101 // font-family (<generic-family> in CSS 2.1)
102 // 102 //
103 serif 103 serif
104 sans-serif 104 sans-serif
105 cursive 105 cursive
106 fantasy 106 fantasy
107 monospace 107 monospace
108 -webkit-body 108 -webkit-body
109 -webkit-pictograph 109 -webkit-pictograph
110 110
111 currentcolor 111 currentcolor
Hixie 2015/04/10 18:30:01 (This should have a comment saying it's for 'color
112 // 112 //
113 // background-repeat 113 // background-repeat
114 // 114 //
115 repeat 115 repeat
116 repeat-x 116 repeat-x
117 repeat-y 117 repeat-y
118 no-repeat 118 no-repeat
119 // round 119 // round
120 // space 120 // space
121 // 121 //
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 -webkit-match-parent 159 -webkit-match-parent
160 // 160 //
161 // text-justify 161 // text-justify
162 // 162 //
163 //auto 163 //auto
164 //none 164 //none
165 inter-word 165 inter-word
166 distribute 166 distribute
167 167
168 circle 168 circle
169 square 169 square
Hixie 2015/04/10 18:30:01 (circle and square are for list-style-type, IIRC.
170 170
171 171
172 // 172 //
173 // display 173 // display
174 // The order here must match the order of the EDisplay enum in RenderStyleConsta nts.h. 174 // The order here must match the order of the EDisplay enum in RenderStyleConsta nts.h.
175 // 175 //
176 inline 176 inline
177 // Contains only inline content. 177 // Contains only inline content.
178 paragraph 178 paragraph
179 // Contains only block content. 179 // Contains only block content.
180 flex 180 flex
181 inline-flex 181 inline-flex
182 //none 182 //none
183 183
184 auto 184 auto
185 default 185 default
186 text 186 text
187 187
188 // 188 //
189 // direction 189 // direction
190 // 190 //
191 ltr 191 ltr
192 rtl 192 rtl
193 // 193 //
194 // text-transform 194 // text-transform
195 // 195 //
Hixie 2015/04/10 18:30:01 If you're removing all the values, remove the prop
196 capitalize
197 uppercase
198 lowercase
199 //none 196 //none
Hixie 2015/04/10 18:30:01 this comment should go too.
200 // 197 //
201 // visibility 198 // visibility
202 // 199 //
203 visible 200 visible
204 //hidden 201 //hidden
205 collapse 202 collapse
206 // 203 //
207 // Unordered rest 204 // Unordered rest
Hixie 2015/04/10 18:30:01 (I guess we gave up with the headings at some poin
208 // 205 //
209 a3
210 a4
211 a5
212 above
213 absolute 206 absolute
214 always
215 avoid
216 b4
217 b5
218 below
219 bidi-override 207 bidi-override
220 blink 208 blink
221 both 209 both
222 embed 210 embed
223 fixed 211 fixed
224 hand
225 hide
226 invert 212 invert
227 -webkit-isolate 213 -webkit-isolate
228 -webkit-isolate-override 214 -webkit-isolate-override
229 -webkit-plaintext 215 -webkit-plaintext
230 landscape 216 landscape
231 ledger
232 legal
233 letter
234 line-through 217 line-through
235 local 218 local
236 nowrap 219 nowrap
237 overlay 220 overlay
238 overline 221 overline
239 portrait 222 portrait
240 pre 223 pre
241 pre-line 224 pre-line
242 pre-wrap 225 pre-wrap
243 separate
244 show
245 static 226 static
246 thick 227 thick
247 thin 228 thin
248 underline 229 underline
249 wavy 230 wavy
250 -webkit-nowrap 231 -webkit-nowrap
251 232
252 // CSS3 Values 233 // CSS3 Values
253 // box-align 234 // box-align
254 stretch 235 stretch
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 row-reverse 289 row-reverse
309 column 290 column
310 column-reverse 291 column-reverse
311 // nowrap 292 // nowrap
312 wrap 293 wrap
313 wrap-reverse 294 wrap-reverse
314 295
315 // -internal-marquee-direction 296 // -internal-marquee-direction
316 forwards 297 forwards
317 backwards 298 backwards
318 ahead
319 // reverse 299 // reverse
320 // left 300 // left
321 // right 301 // right
322 up
323 down
324 // auto 302 // auto
325 303
326 // -internal-marquee-repetition 304 // -internal-marquee-repetition
327 infinite 305 infinite
328 306
329 // -internal-marquee-style 307 // -internal-marquee-style
330 // none 308 // none
331 slide
332 // scroll 309 // scroll
333 alternate 310 alternate
334 311
335 // 312 //
336 // -webkit-user-modify 313 // -webkit-user-modify
337 // 314 //
338 read-only 315 read-only
339 read-write 316 read-write
340 read-write-plaintext-only 317 read-write-plaintext-only
341 318
(...skipping 22 matching lines...) Expand all
364 // text-overflow 341 // text-overflow
365 // 342 //
366 clip 343 clip
367 ellipsis 344 ellipsis
368 345
369 // 346 //
370 // -webkit-margin-collapse 347 // -webkit-margin-collapse
371 // 348 //
372 // collapse 349 // collapse
373 // separate 350 // separate
374 discard
375 351
376 // 352 //
377 // word-break 353 // word-break
378 // 354 //
379 break-all 355 break-all
380 356
381 // 357 //
382 // word-wrap 358 // word-wrap
383 // 359 //
384 break-word 360 break-word
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 pixelated 527 pixelated
552 -webkit-optimize-contrast 528 -webkit-optimize-contrast
553 529
554 // shape-outside 530 // shape-outside
555 nonzero 531 nonzero
556 evenodd 532 evenodd
557 at 533 at
558 // closest-side 534 // closest-side
559 // farthest-side 535 // farthest-side
560 536
561 alphabetic
562 537
563 // (pointer:) media feature 538 // (pointer:) media feature
564 // none 539 // none
565 coarse 540 coarse
566 fine 541 fine
567 542
568 // (hover:) media feature 543 // (hover:) media feature
569 // none 544 // none
570 on-demand 545 on-demand
571 hover 546 hover
(...skipping 20 matching lines...) Expand all
592 scale-down 567 scale-down
593 568
594 // column-fill 569 // column-fill
595 balance 570 balance
596 571
597 // overflow 572 // overflow
598 -webkit-paged-x 573 -webkit-paged-x
599 -webkit-paged-y 574 -webkit-paged-y
600 575
601 // -webkit-app-region 576 // -webkit-app-region
602 drag
603 no-drag
604 577
605 // text-indent 578 // text-indent
606 each-line 579 each-line
607 //hanging // hanging exists in SVGCSSValueKeywords.in 580 //hanging // hanging exists in SVGCSSValueKeywords.in
608 581
609 // (scan:) media feature 582 // (scan:) media feature
610 progressive 583 progressive
611 interlace 584 interlace
612 585
613 // 586 //
614 // paint-order 587 // paint-order
615 // 588 //
616 // normal 589 // normal
617 // fill 590 // fill
618 // stroke 591 // stroke
619 markers
620 592
621 // isolation 593 // isolation
622 // auto 594 // auto
623 isolate
624 595
625 // touch-action-delay 596 // touch-action-delay
626 // none 597 // none
627 script 598 script
628 599
629 // touch-action 600 // touch-action
630 pan-x 601 pan-x
631 pan-y 602 pan-y
632 manipulation 603 manipulation
633 604
(...skipping 15 matching lines...) Expand all
649 safe 620 safe
650 legacy 621 legacy
651 622
652 // will-change 623 // will-change
653 // auto 624 // auto
654 contents 625 contents
655 626
656 // all 627 // all
657 // initial 628 // initial
658 // inherit 629 // inherit
659 unset
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698