Re: [heycam/webidl] Reword the distinguishability algorithm. (#194)

jyasskin commented on this pull request.



> +
+            interface Bar {
+                attribute DOMString attr2;
+            };
+
+            dictionary Baz {
+                DOMString field1;
+            };
+        </pre>
+
+        <code>Foo</code> is distinguishable from <code>Bar</code>
+        because the pair satisfies note (a),
+        but it is not distinguishable from <code>Baz</code>
+        because that pair does not satisfy note (b).
+
+        [=Promise types=] do not appear in the above table, and as a consequence are

I moved it because it's an example of how to interpret the table in order to find whether some types are distinguishable. That said, there's not much difference between a note and an example, so I could move it back.

-- 
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/194

Received on Tuesday, 18 October 2016 21:55:47 UTC