Ian Clelland created CB-7887:
--------------------------------
Summary: Mobile spec test pages set viewport incorrectly
Key: CB-7887
URL: https://issues.apache.org/jira/browse/CB-7887
Project: Apache Cordova
Issue Type: Bug
Components: mobile-spec
Reporter: Ian Clelland
Assignee: Ian Clelland
The {{viewport}} {{meta}} tag in many mobile spec pages is invalid, containing
a trailing semicolon. This is causing problems with Crosswalk testing, but is
also just a typo that we should take care of.
Bad:
{code}
<meta name="viewport" content="width=device-width, height=device-height,
user-scalable=yes, initial-scale=1.0;" />
{code}
Better:
{code}
<meta name="viewport" content="width=device-width, height=device-height,
user-scalable=yes, initial-scale=1.0" />
{code}
Reference: [Safari HTML
Reference|https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html]
Also see: [XWALK-2494|https://crosswalk-project.org/jira/browse/XWALK-2494]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]