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: third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js

Issue 2620623002: Implement display:flow-root (Closed)
Patch Set: bug 672508 Created 3 years, 11 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 | « third_party/WebKit/Source/core/style/ComputedStyleConstants.h ('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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 values: [ 538 values: [
539 'middle', 'auto', 'central', 'text-before-edge', 'text-after-edge', 'ideog raphic', 'alphabetic', 'hanging', 539 'middle', 'auto', 'central', 'text-before-edge', 'text-after-edge', 'ideog raphic', 'alphabetic', 'hanging',
540 'mathematical', 'use-script', 'no-change', 'reset-size' 540 'mathematical', 'use-script', 'no-change', 'reset-size'
541 ] 541 ]
542 }, 542 },
543 'display': { 543 'display': {
544 values: [ 544 values: [
545 'none', 545 'none',
546 'inline', 546 'inline',
547 'block', 547 'block',
548 'flow-root',
548 'list-item', 549 'list-item',
549 'run-in', 550 'run-in',
550 'inline-block', 551 'inline-block',
551 'table', 552 'table',
552 'inline-table', 553 'inline-table',
553 'table-row-group', 554 'table-row-group',
554 'table-header-group', 555 'table-header-group',
555 'table-footer-group', 556 'table-footer-group',
556 'table-row', 557 'table-row',
557 'table-column-group', 558 'table-column-group',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'widows': 115, 951 'widows': 115,
951 'width': 268, 952 'width': 268,
952 'will-change': 74, 953 'will-change': 74,
953 'word-break': 166, 954 'word-break': 166,
954 'word-spacing': 157, 955 'word-spacing': 157,
955 'word-wrap': 197, 956 'word-wrap': 197,
956 'writing-mode': 41, 957 'writing-mode': 41,
957 'z-index': 239, 958 'z-index': 239,
958 'zoom': 200 959 'zoom': 200
959 }; 960 };
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyleConstants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698