pkdevbox / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

All viewport meta tags should use comma rather than semicolon as a property separator #303

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
All the viewport meta tags in iUI have been using semicolons to separate 
multiple listed properties.  Semicolons used to work (and I believe were used 
in early samples provided by Apple) but commas are the correct separator and 
(desktop) Safari 5.1 (and possibly other browsers) are now treating semicolons 
as an error.

Apple's documentation now says commas:
"When providing multiple properties for the viewport meta key, you should use a 
comma-delimited list of assignment statements."
http://developer.apple.com/library/safari/#documentation/appleapplications/refer
ence/SafariHTMLRef/Articles/MetaTags.html

So does Mozilla:
https://developer.mozilla.org/en/Mobile/Viewport_meta_tag

Original issue reported on code.google.com by msgilli...@gmail.com on 25 Sep 2011 at 9:17

GoogleCodeExporter commented 8 years ago
A fix has been checked in:
http://code.google.com/p/iui/source/detail?r=72a22da081994700a8b8c56e7e4dbddf384
1733f

These changes will be in the next release of the 0.40 branch.

Original comment by msgilli...@gmail.com on 25 Sep 2011 at 9:21