- From: Timothy Gu <notifications@github.com>
- Date: Fri, 18 Aug 2017 17:05:02 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 19 August 2017 00:05:23 UTC
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