From 4e6ef1f92d47ed9f962de5b63e263f0cc1ad2cbf Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Tue, 5 Aug 2014 08:04:32 +1000 Subject: [PATCH] Allow hyphens in identifiers after the first character. --- index.html | 11 ++++++++--- index.xml | 7 ++++++- v1.html | 11 ++++++++--- v1.xml | 7 ++++++- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 129d4b31..1b04da6e 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ -
W3C

Web IDL (Second Edition)

W3C Editor’s Draft 30 July 2014

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 30 July 2014 Editor’s Draft of the + This document is the 5 August 2014 Editor’s Draft of the Web IDL (Second Edition) specification. Please send comments about this document to @@ -14223,7 +14223,7 @@

A. IDL grammar

identifier = - /_?[A-Za-z][0-9A-Z_a-z]*/ + /_?[A-Za-z][0-9A-Z_a-z-]*/ string @@ -14762,6 +14762,11 @@

C. Changes

+
  • +

    + Allowed hyphens in identifiers after the first character. +

    +
  • Fix [Exposed] text to make it diff --git a/index.xml b/index.xml index 39a8b8ac..c1f048e8 100644 --- a/index.xml +++ b/index.xml @@ -14036,7 +14036,7 @@ d.type = et; identifier = - /_?[A-Za-z][0-9A-Z_a-z]*/ + /_?[A-Za-z][0-9A-Z_a-z-]*/ string @@ -14581,6 +14581,11 @@ d.type = et;

  • +
  • +

    + Allowed hyphens in identifiers after the first character. +

    +
  • Fix [Exposed] text to make it diff --git a/v1.html b/v1.html index b35e81f3..5b9977ad 100644 --- a/v1.html +++ b/v1.html @@ -19,7 +19,7 @@ -

    W3C

    Web IDL

    W3C Editor’s Draft 30 July 2014

    This Version:
    http://heycam.github.io/webidl/v1.html
    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 30 July 2014 Editor’s Draft of the + This document is the 5 August 2014 Editor’s Draft of the Web IDL specification. Please send comments about this document to @@ -11802,7 +11802,7 @@

    A. IDL grammar

    identifier = - /_?[A-Za-z][0-9A-Z_a-z]*/ + /_?[A-Za-z][0-9A-Z_a-z-]*/ string @@ -12218,6 +12218,11 @@

    D. Changes

    Current editor’s draft
      +
    • +

      + Allowed hyphens in identifiers after the first character. +

      +
    • Fix [Exposed] text to make it diff --git a/v1.xml b/v1.xml index 395489e9..b7cca4d4 100644 --- a/v1.xml +++ b/v1.xml @@ -11636,7 +11636,7 @@ d.type = et; identifier = - /_?[A-Za-z][0-9A-Z_a-z]*/ + /_?[A-Za-z][0-9A-Z_a-z-]*/ string @@ -12068,6 +12068,11 @@ d.type = et;

      Current editor’s draft
        +
      • +

        + Allowed hyphens in identifiers after the first character. +

        +
      • Fix [Exposed] text to make it