No subject
Tue May 3 15:05:30 PDT 2016
[2]
background-image: image-set( "foo.png" 1x,
url("foo-2x.png") 2x,
"foo-print.png" 600dpi );
Looking at this, it can be seen that the standard syntax (i.e. [2]) is superset of currently supported syntax (i.e. [1]).
So, basically, you do not need url("..."), you can enter it as a string without the url() function. Also, the resolution part supports more than just #x (i.e. it supports #x as well #dpi)
Does WebKit have plans to support this standard syntax?
--
You are receiving this mail because:
You are the assignee for the bug.
--1474610707.1cD1FE8.14385
Date: Thu, 22 Sep 2016 23:05:07 -0700
MIME-Version: 1.0
Content-Type: text/html
<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Support image-set() standard syntax"
href="https://bugs.webkit.org/show_bug.cgi?id=160934#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Support image-set() standard syntax"
href="https://bugs.webkit.org/show_bug.cgi?id=160934">bug 160934</a>
from <span class="vcard"><a class="email" href="mailto:sunil.ratnu@gmail.com" title="Sunil Ratnu <sunil.ratnu@gmail.com>"> <span class="fn">Sunil Ratnu</span></a>
</span></b>
<pre>Currently Blink supports this syntax:
[1]
background-image: image-set( url("foo.png") 1x,
url("foo-2x.png") 2x,
url("foo-print.png") 3x );
More information about the webkit-unassigned
mailing list