Re: [heycam/webidl] Link function objects and constructors to relevant DFNs in ES (#418)

TimothyGu approved this pull request.

Nice! 

>  
     <pre highlight="js">
         typeof Audio;                   // Evaluates to 'function'.
 
         var a1 = new Audio();           // Creates a new object that implements
                                         // HTMLAudioElement, using the zero-argument
-                                        // constructor.
+                                        // [=constructor=].

Linking works in pre blocks too?

-- 
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/418#pullrequestreview-57334679

Received on Saturday, 19 August 2017 00:05:23 UTC