[Webkit-unassigned] [Bug 55923] New: Viewport lost "default" keyword, but is it still needed?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 20:53:19 PST 2011


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

           Summary: Viewport lost "default" keyword, but is it still
                    needed?
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: ddkilzer at webkit.org, kenneth at webkit.org


In the past, a valid keyword for viewport value was "default". This would
become the webkit client's default value for the given viewport key, similar
to "auto" when the value is undefined.

I don't think this concept is mentioned in the "css-viewport" spec, but this is a
regression from former behavior and functionality:
http://people.opera.com/rune/TR/css-viewport/

I'm still trying to work out whether or not it needs a new "ValueDefault"
enum value, or if "default" is just a way to explicitly say "ValueAuto".
Also, is this even necessary anymore? It seems as if web content
wants to dynamically change its viewport, it should just set the <meta>
tag again, and that will entirely replace the old viewport settings.

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