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

Unified Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.json5

Issue 2652313004: Implement color-gamut media query (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSValueKeywords.json5
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5 b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
index b579eaf841092a274e5e13bf64dc0c698aeb086e..e1509394bac222ff35270aacbc686cab595e63d2 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
@@ -1122,5 +1122,9 @@ data: [
// rect
// round
+ // color-gamut
+ // srgb
+ "p3",
+ "rec2020",
]
}

Powered by Google App Engine
This is Rietveld 408576698