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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 01:44:51 PDT 2012


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #139892|review?                     |review-
               Flag|                            |




--- Comment #8 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-05-03 01:44:50 PST ---
(From update of attachment 139892)
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?

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

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