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

Unified Diff: Source/core/css/html.css

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index e9f2b6d514483ed763f62f13b4c0ea8dc865d786..e7ae7165ffd0f39b10f0f5b6c3e9284498f11ddb 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -1118,5 +1118,14 @@ bdo {
border-width: 0px;
}
+/* viewport */
+
+@viewport {
+ -internal-priority: 0;
+ width: -internal-extend-to-zoom 980px;
+ min-zoom: 0.25;
+ max-zoom: 5;
+}
+
/* noscript is handled internally, as it depends on settings. */

Powered by Google App Engine
This is Rietveld 408576698