VolkerE has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/346919 )

Change subject: demos: Remove scaling restrictions
......................................................................

demos: Remove scaling restrictions

Removing scaling restrictions on demos. We have to both, provide a
real world demo environment and not limit scaling as it is negatively
impacting accessibility, which we should avoid.

Bug: T149652
Change-Id: Ie236aa9014d97cefb1e9ca15bc10ef3b3be172f7
---
M demos/index.html
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/19/346919/1

diff --git a/demos/index.html b/demos/index.html
index 2391065..4571afe 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -3,8 +3,7 @@
 <head>
        <meta charset="UTF-8">
        <title>OOjs UI Demos</title>
-       <!-- Prevent scaling on mobile devices which cause problems with dialog 
sizing -->
-       <meta name="viewport" content="width=device-width, user-scalable=no">
+       <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="classes/ButtonStyleShowcaseWidget.css">
        <link rel="stylesheet" href="classes/FloatableTest.css">
        <link rel="stylesheet" href="classes/PositionSelectWidget.css">

-- 
To view, visit https://gerrit.wikimedia.org/r/346919
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie236aa9014d97cefb1e9ca15bc10ef3b3be172f7
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: VolkerE <volke...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to