Re: [dom] Added an example showing feature detection with supports() (#144)

> @@ -704,10 +704,10 @@ <h3 class="heading settled" data-level="3.6" id="interface-eventtarget"><span cl
>    is <var>type</var>. The <var>callback</var> argument sets the <b>callback</b> that will
>    be invoked when the <a data-link-type="dfn" href="#concept-event">event</a> is <a data-link-type="dfn" href="#concept-event-dispatch">dispatched</a>. 
>       <p>The <var>options</var> argument sets listener-specific options. For compatibility this can be just
> -  a boolean, in which case the method behaves exactly as if the value was specified as <var>options</var>’ <code>capture</code> member.</p>
> -     <p>When set to true, <var>options</var>’ <code>capture</code> member prevents <b>callback</b> from
> +  a boolean, in which case the method behaves exactly as if the value was specified as <var>options</var>' <code>capture</code> member.</p>
> +     <p>When set to true, <var>options</var>' <code>capture</code> member prevents <b>callback</b> from

Looks like you might need to update bikeshed?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/144/files#r48982021

Received on Wednesday, 6 January 2016 17:12:09 UTC