[Webkit-unassigned] [Bug 85425] Use suitable viewport values when a Mobile DTD is used.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 05:58:31 PDT 2012


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





--- Comment #26 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-05-04 05:58:31 PST ---
(In reply to comment #11)
> (In reply to comment #8)
> > (From update of attachment 139892 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=139892&action=review
> > 
> > > Source/WebCore/ChangeLog:8
> > > +        Set the viewport width to device-width when the document uses a mobile DTD.
> > 
> > What is the definition of that? XHTML-MP?
> 
> Yes it's.
> 
> > > Source/WebCore/html/parser/HTMLConstructionSite.cpp:244
> > > +    if (doctype->publicId().contains("Mobile"))
> > 
> > I would be a lot more specific here. Did you look at how we did this for the N9? It doesn't seem so given Zalan's comments.
> 
> N9 does the magic on webkit side, not on the browser code and I don't have access to the webkit port used by grob :-/, btw I don't have access to projects.maemo anymore.

It is on gitorious :-)

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