[ 
https://issues.apache.org/jira/browse/CB-7887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186846#comment-14186846
 ] 

ASF subversion and git services commented on CB-7887:
-----------------------------------------------------

Commit 605d369c7c568e8e0bbf32cf35eb9343d4825d11 in cordova-mobile-spec's branch 
refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=605d369 ]

CB-7887: Fix viewport meta tag declaration in HTML pages


> 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]

Reply via email to