<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fix idl error related to the sizes attribute"
   href="https://bugs.webkit.org/show_bug.cgi?id=150230#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fix idl error related to the sizes attribute"
   href="https://bugs.webkit.org/show_bug.cgi?id=150230">bug 150230</a>
              from <span class="vcard"><a class="email" href="mailto:cdumez&#64;apple.com" title="Chris Dumez &lt;cdumez&#64;apple.com&gt;"> <span class="fn">Chris Dumez</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=263265&amp;action=diff" name="attach_263265" title="Patch">attachment 263265</a> <a href="attachment.cgi?id=263265&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=263265&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=263265&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/html/HTMLImageElement.idl:-35
&gt; -#if ENABLE_PICTURE_SIZES</span >

If I look at FeatureList.pm, I see:
&quot;&quot;&quot;
{ option =&gt; &quot;picture-sizes&quot;, desc =&gt; &quot;Toggle sizes attribute support&quot;,
      define =&gt; &quot;ENABLE_PICTURE_SIZES&quot;, default =&gt; 1, value =&gt; \$pictureSizesSupport },
&quot;&quot;&quot;

Therefore, it looks it is intended for the 'sizes' attributes to be behind the ENABLE_PICTURE_SIZES compile-time flag. Do we really want to expose HTMLImageElement.sizes to the Web for all ports?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>