diff --git a/index b/index index 9a2ba550bce..4b516e6686c 100644 --- a/index +++ b/index @@ -653,7 +653,8 @@
  • 5.6.2 Custom protocol and content handlers
    1. 5.6.2.1 Security and privacy
    2. -
    3. 5.6.2.2 Sample user interface
  • +
  • 5.6.2.2 Sample user interface
  • +
  • 5.6.3 Client abilities
  • 5.7 Offline Web applications
    1. 5.7.1 Introduction
    2. @@ -16687,6 +16688,9 @@ interface HTMLAudioElement : queued in this section and its subsections is the media element event task source.

      +

      The canPlayType() + method can be used to probe the user agent to determine what types + are supported.

      4.8.10.1 Error codes
      @@ -33411,10 +33415,14 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t readonly attribute boolean onLine; void registerProtocolHandler(in DOMString protocol, in DOMString url, in DOMString title); void registerContentHandler(in DOMString mimeType, in DOMString url, in DOMString title); + + // abilities + short canPlayType(in DOMString type); }; - + short canPlayType(in DOMString type); }; -