- From: Timothy Gu <notifications@github.com>
- Date: Sun, 20 Aug 2017 01:03:53 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <heycam/webidl/issues/419@github.com>
Commit d433e0a6ae4f81b35364e0890694a8b094a5f669 (#198) has a commit message of the following: ```git commit d433e0a6ae4f81b35364e0890694a8b094a5f669 Author: Tobie Langel <tobie@codespeaks.com> AuthorDate: Wed Oct 26 09:13:35 2016 +0200 Commit: GitHub <noreply@github.com> CommitDate: Wed Oct 26 09:13:35 2016 +0200 Use Bikeshed’s algorithm construct. (#198) * Marks up all algorithms with <div algorithm>. * Gives a name to algorithms which don't include a <dfn>. * Fix algorithms that generate Bikeshed warnings, notably by: * Replacing prose calls to [[Call]] method by Call(args). * Fixing incorrectly named variables. * Adding |T|, |U|, |A|, |map|, |object|, |I| and |id| to Ignored Vars. ``` However, it contains the following normative change (white space differences ignored): ```diff When a [=default iterator object=] is first created, its index is set to 0. The [=class string=] of a [=default iterator object=] for a given [=interface=] is the result of concatenting the [=identifier=] of the [=interface=] -and the string “ Iterator”. +and the string “Iterator”. <h5 id="es-iterator-prototype-object">Iterator prototype object</h5> ``` It seems to have been accidental, but there are already some implementations using the new changed spec (admittedly, most of which were written by me). /cc @tobie -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/419
Received on Sunday, 20 August 2017 08:04:15 UTC