[Webkit-unassigned] [Bug 40204] Need to recognize "; " as separator for arguments of viewport tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 6 06:02:01 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40204


Peter Beverloo <peter at lvp-media.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter at lvp-media.com




--- Comment #2 from Peter Beverloo <peter at lvp-media.com>  2010-06-06 06:02:00 PST ---
After doing some quick research, the Safari documentation[1] clearly demonstrates that multiple tags should be divided by commas instead of semicolons. Other websites, including some Opera's introduction about the viewport meta[2] and a fair amount of other websites describing the possibility, talk solely about dividing by commas as well. The CSS3 Media Queries spec[3], which certainly has some similarities with viewport, does not list a semicolon in its syntax either.

Are you sure a change like this is desirable? A much easier solution probably is asking Flickr to fix their meta-tag.

[1] http://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html#//apple_ref/html/const/viewport
[2] http://dev.opera.com/articles/view/opera-mobile-9-5-the-developer-angle/
[3] http://www.w3.org/TR/css3-mediaqueries/#syntax

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list