diff --git a/index.html b/index.html index 792e2a35..48d5697d 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ -
W3C

Web IDL (Second Edition)

W3C Editor’s Draft 2 June 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 2 June 2016 Editor’s Draft of the + This document is the 23 June 2016 Editor’s Draft of the Web IDL (Second Edition) specification. Please send comments about this document to @@ -3679,7 +3679,7 @@

3.2.7. Iterable declarations

Interfaces with iterable declarations MUST NOT have any interface members - named “entries”, “keys” or “values”, + named “entries”, “forEach”, “keys” or “values”, or have any inherited or consequential interfaces that have interface members with these names. diff --git a/index.xml b/index.xml index 70553098..ce1b21d3 100644 --- a/index.xml +++ b/index.xml @@ -3687,7 +3687,7 @@ iterable<key-type, value-type>;

Interfaces with iterable declarations MUST NOT have any interface members - named “entries”, “keys” or “values”, + named “entries”, “forEach”, “keys” or “values”, or have any inherited or consequential interfaces that have interface members with these names.