<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DOMStringMap reports properties as non-enumerable"
   href="https://bugs.webkit.org/show_bug.cgi?id=164114#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DOMStringMap reports properties as non-enumerable"
   href="https://bugs.webkit.org/show_bug.cgi?id=164114">bug 164114</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>Relevant specs:
- <a href="https://heycam.github.io/webidl/#getownproperty-guts">https://heycam.github.io/webidl/#getownproperty-guts</a> (2.7-9)
&quot;&quot;&quot;
If O implements an interface with a named property setter, then set desc.[[Writable]] to true, otherwise set it to false.
If O implements an interface with the [LegacyUnenumerableNamedProperties] extended attribute, then set desc.[[Enumerable]] to false, otherwise set it to true.
Set desc.[[Configurable]] to true.
&quot;&quot;&quot;

- <a href="https://html.spec.whatwg.org/multipage/dom.html#domstringmap">https://html.spec.whatwg.org/multipage/dom.html#domstringmap</a>
Interface is not marked as [LegacyUnenumerableNamedProperties].

So I believe the DOMStringMap's named properties should be Configurable, Enumerable and Writable (because there is a named setter).

We currently do the complete opposite.</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>