Description[Android WebView] Treat zero values in viewport arguments specially
For compatibility with the old WebView, zero values in viewport
arguments must not be clamped. Zero values for "width" and "height"
must be interpreted as "device-width" and "device-height", respectively;
and zero "initial-scale" translates into 100%.
BUG=282130
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157140
Patch Set 1 #
Total comments: 6
Patch Set 2 : Separated two quirks and moved the zero values quirk into the parsing stage #
Total comments: 4
Patch Set 3 : Addressed rune's comments #
Messages
Total messages: 14 (0 generated)
|