Re: [heycam/webidl] Clarify and add examples for "extended attributes associated with" (#355)

domenic commented on this pull request.



>          <emu-nt><a href="#prod-ExtendedAttributeList">ExtendedAttributeList</a></emu-nt> that are
         [=applicable to types=].
+
+        <div class="example">
+            <pre class="idl">
+                interface I {
+                    void f([XAttr] long attrib);
+                };
+            </pre>
+
+            but only if [<code>XAttr</code>] is [=applicable to types=]; otherwise

Fixed, merging

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/355#discussion_r115869924

Received on Wednesday, 10 May 2017 22:42:08 UTC