Updates:
Cc:
pe...@chromium.org aba...@chromium.org
Comment #7 on issue 139428 by
joh...@chromium.org: Chrome for Android shows
Ok, so I'd recommend you use commas instead of semi-colons and remove the
trailing semi-colon (or trailing comma). All browser support commas, but
not all support semi-colons.
On our side, we should probably make the error message clearer when you
have a trailing comma/semi-colon (or remove it completely, but there is
value in warning against it since a browser that doesn't support
semi-colons will treat "width=device-width;" differently
to "width=device-width", so we should be encouraging authors not to leave
trailing commas/semi-colons).