>> - 4.2.7. Transaction API >> http://dev.w3.org/2006/webapi/DataCache/#transaction-interface >> Extra whitespace for the "oncommitted" event. >> >> [[ >> IDL >> interface CacheTransaction { >> void getItem(in DOMString uri, ItemCallback callback); >> void release(in DOMString uri); >> void commit(); >> >> // events >> attribute Function oncommitted; >> }; >> ]] > > This is intentional.
In any case, the leading whitespace is removed in the Editor's draft. Thanks =) Is there someplace I can go to see the changes made to the draft? Something like diffs/patches made to a repository? It would be extremely useful to track the changes. - Joe
