- From: Michael[tm] Smith <mike@w3.org>
- Date: Fri, 18 Oct 2013 21:06:35 +0900
- To: David Burns <dburns@mozilla.com>
- Cc: John Jansen <John.Jansen@microsoft.com>, "public-browser-tools-testing@w3.org" <public-browser-tools-testing@w3.org>
David Burns <dburns@mozilla.com>, 2013-10-17 23:48 +0100: > That's respec that is doing that. We havent set the published date on the > editors draft so its just picking today. I deal with this in respec by adding the following to respecConfig: publishDate: getLastModifiedDate() And then: function getLastModifiedDate() { var d = new Date(document.lastModified); return d.toISOString().substring(0,10); } > I will speak to some folks and see if we need to have that for each time we > update HG or just when we publish the TR > > David > > On 17/10/2013 23:27, John Jansen wrote: > > > >David, just to clarify (apologies for the noob ness)... > > > >The draft says it was updated 17 October 2013, but HG shows the last > >update as happening 3 weeks ago. > > > >*From:*John Jansen [mailto:John.Jansen@microsoft.com] > >*Sent:* Thursday, October 17, 2013 3:00 PM > >*To:* David Burns > >*Cc:* public-browser-tools-testing@w3.org > >*Subject:* RE: Editor's Draft updates > > > >Got it. Thank you, I was just looking in the wrong place. > > > >*From:*David Burns [mailto:dburns@mozilla.com] > >*Sent:* Thursday, October 17, 2013 2:55 PM > >*To:* John Jansen > >*Cc:* public-browser-tools-testing@w3.org > ><mailto:public-browser-tools-testing@w3.org> > >*Subject:* Re: Editor's Draft updates > > > >John, > > > >The link in [1] is just from hg so if you know when you last looked at it > >you can just diff between the 2 revisions. As for the summary it is > >correct, we have only moved the conformance tests to Web-Platform-Tests[3] > >which is a git repository. The spec itself will remain in the W3C HG repo. > > > >I hope that helps, > > > >David > > > >[3] https://github.com/w3c/web-platform-tests > > > > > > > >On 17/10/2013 22:48, John Jansen wrote: > > > > Simon, > > > > I notice another update was published for the Editor's Draft of > > the Web Driver spec[1]. Is there an easy way for me to see the > > diff from previous versions? It looks like you are busy editing > > and I want to be able to keep up J. > > > > I found the webdriver summary on W3.org [2], but it is out of > > date. I understood you were going to use github, but I may have > > misunderstood what you plan is. > > > > Thanks > > > > -John > > > > [1] > > https://dvcs.w3.org/hg/webdriver/raw-file/default/webdriver-spec.html > > > > [2] https://dvcs.w3.org/hg/webdriver/summary > > > -- Michael[tm] Smith http://people.w3.org/mike
Received on Friday, 18 October 2013 12:06:51 UTC