Fix 23186 - Add text indicating that addEventListener can accept null (and does nothing in that case)
--- a/html/DOM3-Events.html Tue Dec 03 17:26:01 2013 -0800
+++ b/html/DOM3-Events.html Tue Dec 03 17:34:32 2013 -0800
@@ -1402,6 +1402,8 @@
<a href="#interface-EventListener"><code>EventListener</code></a>, then its
<a href="#widl-EventListener-handleEvent">handleEvent</a> method MUST be used as the callback.
</p>
+ <p>If null is passed for the <code>listener</code>, then <code>addEventListener</code> does nothing.
+ </p>
</dd>
<dt>optional boolean useCapture = false</dt>