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

Side by Side Diff: Source/devtools/front_end/sdk/CSSMetadata.js

Issue 669553002: Remove <marquee> leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 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
« no previous file with comments | « Source/core/rendering/style/StyleRareNonInheritedData.cpp ('k') | 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 * Copyright (C) 2010 Nikita Vasilyev. All rights reserved. 2 * Copyright (C) 2010 Nikita Vasilyev. All rights reserved.
3 * Copyright (C) 2010 Joseph Pecoraro. All rights reserved. 3 * Copyright (C) 2010 Joseph Pecoraro. All rights reserved.
4 * Copyright (C) 2010 Google Inc. All rights reserved. 4 * Copyright (C) 2010 Google Inc. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are 7 * modification, are permitted provided that the following conditions are
8 * met: 8 * met:
9 * 9 *
10 * * Redistributions of source code must retain the above copyright 10 * * Redistributions of source code must retain the above copyright
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 ] }, 200 ] },
201 "stroke-linejoin": { values: [ 201 "stroke-linejoin": { values: [
202 "round", "miter", "bevel" 202 "round", "miter", "bevel"
203 ] }, 203 ] },
204 "baseline-shift": { values: [ 204 "baseline-shift": { values: [
205 "baseline", "sub", "super" 205 "baseline", "sub", "super"
206 ] }, 206 ] },
207 "border-bottom-width": { values: [ 207 "border-bottom-width": { values: [
208 "medium", "thick", "thin" 208 "medium", "thick", "thin"
209 ] }, 209 ] },
210 "marquee-speed": { values: [
211 "normal", "slow", "fast"
212 ] },
213 "margin-top-collapse": { values: [ 210 "margin-top-collapse": { values: [
214 "collapse", "separate", "discard" 211 "collapse", "separate", "discard"
215 ] }, 212 ] },
216 "max-height": { values: [ 213 "max-height": { values: [
217 "none" 214 "none"
218 ] }, 215 ] },
219 "box-orient": { values: [ 216 "box-orient": { values: [
220 "horizontal", "vertical", "inline-axis", "block-axis" 217 "horizontal", "vertical", "inline-axis", "block-axis"
221 ], }, 218 ], },
222 "font-stretch": { values: [ 219 "font-stretch": { values: [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ] }, 263 ] },
267 "size": { values: [ 264 "size": { values: [
268 "a3", "a4", "a5", "b4", "b5", "landscape", "ledger", "legal", "letter", "portrait" 265 "a3", "a4", "a5", "b4", "b5", "landscape", "ledger", "legal", "letter", "portrait"
269 ] }, 266 ] },
270 "background-size": { values: [ 267 "background-size": { values: [
271 "contain", "cover" 268 "contain", "cover"
272 ] }, 269 ] },
273 "direction": { values: [ 270 "direction": { values: [
274 "ltr", "rtl" 271 "ltr", "rtl"
275 ] }, 272 ] },
276 "marquee-direction": { values: [
277 "left", "right", "auto", "reverse", "forwards", "backwards", "ahead", "u p", "down"
278 ] },
279 "enable-background": { values: [ 273 "enable-background": { values: [
280 "accumulate", "new" 274 "accumulate", "new"
281 ] }, 275 ] },
282 "float": { values: [ 276 "float": { values: [
283 "none", "left", "right" 277 "none", "left", "right"
284 ] }, 278 ] },
285 "overflow-y": { values: [ 279 "overflow-y": { values: [
286 "hidden", "auto", "visible", "overlay", "scroll" 280 "hidden", "auto", "visible", "overlay", "scroll"
287 ] }, 281 ] },
288 "margin-bottom-collapse": { values: [ 282 "margin-bottom-collapse": { values: [
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "font-size": { values: [ 474 "font-size": { values: [
481 "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large" , "-webkit-xxx-large", "smaller", 475 "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large" , "-webkit-xxx-large", "smaller",
482 "larger" 476 "larger"
483 ] }, 477 ] },
484 "font-variant": { values: [ 478 "font-variant": { values: [
485 "small-caps", "normal" 479 "small-caps", "normal"
486 ] }, 480 ] },
487 "vertical-align": { values: [ 481 "vertical-align": { values: [
488 "baseline", "middle", "sub", "super", "text-top", "text-bottom", "top", "bottom", "-webkit-baseline-middle" 482 "baseline", "middle", "sub", "super", "text-top", "text-bottom", "top", "bottom", "-webkit-baseline-middle"
489 ] }, 483 ] },
490 "marquee-style": { values: [
491 "none", "scroll", "slide", "alternate"
492 ] },
493 "white-space": { values: [ 484 "white-space": { values: [
494 "normal", "nowrap", "pre", "pre-line", "pre-wrap" 485 "normal", "nowrap", "pre", "pre-line", "pre-wrap"
495 ] }, 486 ] },
496 "box-lines": { values: [ 487 "box-lines": { values: [
497 "single", "multiple" 488 "single", "multiple"
498 ] }, 489 ] },
499 "page-break-after": { values: [ 490 "page-break-after": { values: [
500 "left", "right", "auto", "always", "avoid" 491 "left", "right", "auto", "always", "avoid"
501 ] }, 492 ] },
502 "clip-path": { values: [ 493 "clip-path": { values: [
503 "none" 494 "none"
504 ] }, 495 ] },
505 "margin": { values: [ 496 "margin": { values: [
506 "auto" 497 "auto"
507 ] }, 498 ] },
508 "marquee-repetition": { values: [
509 "infinite"
510 ] },
511 "margin-right": { values: [ 499 "margin-right": { values: [
512 "auto" 500 "auto"
513 ] }, 501 ] },
514 "word-break": { values: [ 502 "word-break": { values: [
515 "normal", "break-all", "break-word" 503 "normal", "break-all", "break-word"
516 ] }, 504 ] },
517 "word-spacing": { values: [ 505 "word-spacing": { values: [
518 "normal" 506 "normal"
519 ] }, 507 ] },
520 "-webkit-text-emphasis-style": { values: [ 508 "-webkit-text-emphasis-style": { values: [
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 * @param {string} longhand 983 * @param {string} longhand
996 * @return {?Array.<string>} 984 * @return {?Array.<string>}
997 */ 985 */
998 shorthands: function(longhand) 986 shorthands: function(longhand)
999 { 987 {
1000 return this._shorthands[longhand]; 988 return this._shorthands[longhand];
1001 } 989 }
1002 } 990 }
1003 991
1004 WebInspector.CSSMetadata.initializeWithSupportedProperties([]); 992 WebInspector.CSSMetadata.initializeWithSupportedProperties([]);
OLDNEW
« no previous file with comments | « Source/core/rendering/style/StyleRareNonInheritedData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698