[Bug 19104] New: viewport meta on the site needs to be changed

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19104

           Summary: viewport meta on the site needs to be changed
           Product: webplatform.org
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: infrastructure
        AssignedTo: schepers@w3.org
        ReportedBy: cmills@w3.org
         QAContact: public-webplatform-bugs@w3.org
                CC: team-webplatform-admin@w3.org


The site is currently using 

<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"/>

whihc is really bad for a11y. Is there any reason we can't just replace this
with 

<meta name="viewport" content="width=device-width">


?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 28 September 2012 09:02:06 UTC