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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/rendering/style/StyleRareNonInheritedData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/CSSMetadata.js
diff --git a/Source/devtools/front_end/sdk/CSSMetadata.js b/Source/devtools/front_end/sdk/CSSMetadata.js
index 0adea0d84a80e933ad005c9a9df2b89605ac3bac..b2375c6c52d0695420e86e7bb2dd9b4964c8e2cc 100644
--- a/Source/devtools/front_end/sdk/CSSMetadata.js
+++ b/Source/devtools/front_end/sdk/CSSMetadata.js
@@ -207,9 +207,6 @@ WebInspector.CSSMetadata._propertyDataMap = {
"border-bottom-width": { values: [
"medium", "thick", "thin"
] },
- "marquee-speed": { values: [
- "normal", "slow", "fast"
- ] },
"margin-top-collapse": { values: [
"collapse", "separate", "discard"
] },
@@ -273,9 +270,6 @@ WebInspector.CSSMetadata._propertyDataMap = {
"direction": { values: [
"ltr", "rtl"
] },
- "marquee-direction": { values: [
- "left", "right", "auto", "reverse", "forwards", "backwards", "ahead", "up", "down"
- ] },
"enable-background": { values: [
"accumulate", "new"
] },
@@ -487,9 +481,6 @@ WebInspector.CSSMetadata._propertyDataMap = {
"vertical-align": { values: [
"baseline", "middle", "sub", "super", "text-top", "text-bottom", "top", "bottom", "-webkit-baseline-middle"
] },
- "marquee-style": { values: [
- "none", "scroll", "slide", "alternate"
- ] },
"white-space": { values: [
"normal", "nowrap", "pre", "pre-line", "pre-wrap"
] },
@@ -505,9 +496,6 @@ WebInspector.CSSMetadata._propertyDataMap = {
"margin": { values: [
"auto"
] },
- "marquee-repetition": { values: [
- "infinite"
- ] },
"margin-right": { values: [
"auto"
] },
« 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