[Webkit-unassigned] [Bug 53707] Viewport Warning/Error Messages Are Now Inaccurate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 13:37:47 PST 2011


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





--- Comment #22 from Joseph Pecoraro <joepeck at webkit.org>  2011-03-02 13:37:47 PST ---
> Any reason why not just to use a FloatSize?
> 
> virtual FloatSize viewportDeviceSize() const = 0; (we want these to be const as well)

Yes, that makes more sense and is what I intended.


> > Finally, is the following really something we want to encourage?
> > 
> >   <meta name="viewport" content="width:device-height">
> 
> Nope because that is not a valid viewport meta tag :-) I guess you want a = instead of :

Whoops, too much JavaScript lately. You're correct.

> Anyway, I'm not sure and it is currently supported, so why not?

It is supported, and should continue to be supported, but I'm not convinced
that it should be encouraged with a console tip. If someone writes width="480"
should we really say, try using "device-height" instead? I don't think so.

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