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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

Issue 1386733003: Do not accept CSS-wide keywords for descriptors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: V7 Created 4 years, 7 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
Index: third_party/WebKit/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index a2fc94bc5e048c6299fb2f7d01903ce541ad5745..c71a92e11a9755c64c126dc2f634935a2506f5ea 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -443,15 +443,16 @@ z-index interpolable, type_name=int, custom_all
all builder_skip
font-display builder_skip, runtime_flag=CSSFontDisplay
Timothy Loh 2016/05/19 05:44:42 this one is a @font-face descriptor
rwlbuis 2016/05/20 00:51:11 Done.
-max-zoom builder_skip
-min-zoom builder_skip
-orientation builder_skip
page builder_skip
-src builder_skip
-unicode-range builder_skip
-user-zoom builder_skip
-webkit-font-size-delta builder_skip
-webkit-text-decorations-in-effect inherited, builder_skip
+// descriptors go here
+max-zoom descriptor, builder_skip
Timothy Loh 2016/05/19 05:44:42 descriptor should be something like descriptor_onl
rwlbuis 2016/05/20 00:51:11 Done.
+min-zoom descriptor, builder_skip
+orientation descriptor, builder_skip
+src descriptor, builder_skip
+unicode-range descriptor, builder_skip
+user-zoom descriptor, builder_skip
// Shorthands

Powered by Google App Engine
This is Rietveld 408576698