diff --git a/index.html b/index.html index 479c66b0..316551f4 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ -
W3C

Web IDL (Second Edition)

W3C Editor’s Draft 20 April 2016

This Version:
http://heycam.github.io/webidl/
Latest Version:
http://www.w3.org/TR/WebIDL/
Previous Versions:
http://www.w3.org/TR/2012/CR-WebIDL-20120419/
http://www.w3.org/TR/2012/WD-WebIDL-20120207/
http://www.w3.org/TR/2011/WD-WebIDL-20110927/
http://www.w3.org/TR/2011/WD-WebIDL-20110712/
http://www.w3.org/TR/2010/WD-WebIDL-20101021/
http://www.w3.org/TR/2008/WD-WebIDL-20081219/
http://www.w3.org/TR/2008/WD-WebIDL-20080829/
http://www.w3.org/TR/2008/WD-DOM-Bindings-20080410/
http://www.w3.org/TR/2007/WD-DOM-Bindings-20071017/
Participate:
+
@@ -72,7 +72,7 @@

Status of This Document

report can be found in the W3C technical reports index at http://www.w3.org/TR/.

- This document is the 20 April 2016 Editor’s Draft of the + This document is the 25 April 2016 Editor’s Draft of the Web IDL (Second Edition) specification. Please send comments about this document to @@ -123,7 +123,7 @@

Status of This Document

Table of Contents

-
+
@@ -14655,22 +14655,22 @@

5. Common definitions

MUST support.

-
-

5.1. ArrayBufferView

+
+

5.1. ArrayBufferView

IDL
typedef (Int8Array or Int16Array or Int32Array or
          Uint8Array or Uint16Array or Uint32Array or Uint8ClampedArray or
-         Float32Array or Float64Array or DataView) ArrayBufferView;
+ Float32Array or Float64Array or DataView) ArrayBufferView;

The ArrayBufferView typedef is used to represent objects that provide a view on to an ArrayBuffer.

-
-

5.2. BufferSource

+
+

5.2. BufferSource

-
IDL
typedef (ArrayBufferView or ArrayBuffer) BufferSource;
+
IDL
typedef (ArrayBufferView or ArrayBuffer) BufferSource;

The BufferSource typedef is used to represent objects that are either themselves an ArrayBuffer or which @@ -14678,10 +14678,10 @@

5.2. BufferSource

-
-

5.3. DOMTimeStamp

+
+

5.3. DOMTimeStamp

-
IDL
typedef unsigned long long DOMTimeStamp;
+
IDL
typedef unsigned long long DOMTimeStamp;

The DOMTimeStamp type is used for representing a number of milliseconds, either as an absolute time (relative to some epoch) @@ -14690,10 +14690,10 @@

5.3. DOMTimeStamp

-
-

5.4. Function

+
+

5.4. Function

-
IDL
callback Function = any (any... arguments);
+
IDL
callback Function = any (any... arguments);

The Function callback function type is used for representing function values with no restriction on what arguments @@ -14701,10 +14701,10 @@

5.4. Function

-
-

5.5. VoidFunction

+
+

5.5. VoidFunction

-
IDL
callback VoidFunction = void ();
+
IDL
callback VoidFunction = void ();

The VoidFunction callback function type is used for representing function values that take no arguments and do not diff --git a/index.xml b/index.xml index 0d3c7336..a4fe070f 100644 --- a/index.xml +++ b/index.xml @@ -14537,22 +14537,22 @@ d.type = et; MUST support.

-
-

ArrayBufferView

+
+

ArrayBufferView

typedef (Int8Array or Int16Array or Int32Array or Uint8Array or Uint16Array or Uint32Array or Uint8ClampedArray or - Float32Array or Float64Array or DataView) ArrayBufferView; + Float32Array or Float64Array or DataView) ArrayBufferView;

The ArrayBufferView typedef is used to represent objects that provide a view on to an ArrayBuffer.

-
-

BufferSource

+
+

BufferSource

- typedef (ArrayBufferView or ArrayBuffer) BufferSource; + typedef (ArrayBufferView or ArrayBuffer) BufferSource;

The BufferSource typedef is used to represent objects that are either themselves an ArrayBuffer or which @@ -14560,10 +14560,10 @@ d.type = et;

-
-

DOMTimeStamp

+
+

DOMTimeStamp

- typedef unsigned long long DOMTimeStamp; + typedef unsigned long long DOMTimeStamp;

The DOMTimeStamp type is used for representing a number of milliseconds, either as an absolute time (relative to some epoch) @@ -14572,10 +14572,10 @@ d.type = et;

-
-

Function

+
+

Function

- callback Function = any (any... arguments); + callback Function = any (any... arguments);

The Function callback function type is used for representing function values with no restriction on what arguments @@ -14583,10 +14583,10 @@ d.type = et;

-
-

VoidFunction

+
+

VoidFunction

- callback VoidFunction = void (); + callback VoidFunction = void ();

The VoidFunction callback function type is used for representing function values that take no arguments and do not