- From: Harald Alvestrand <harald@alvestrand.no>
- Date: Fri, 28 Oct 2016 11:00:35 +0200
- To: public-webrtc-editors@w3.org
On 10/28/2016 08:17 AM, Stefan Håkansson LK wrote: > I just tried (and that's after Bernard did one more commit after your > tidy commit), and 'git diff webrtc.html' (the only changed file) gives: > > diff --git a/webrtc.html b/webrtc.html > index 0613c79..0249a07 100644 > --- a/webrtc.html > +++ b/webrtc.html > @@ -10823,7 +10823,7 @@ if (sender.dtmf) { > <ol> > <li>[#475] Definition of Active for an RTCRtpReceiver</li> > <li>[#500] Reserve and use RangeError for scaleResolutionDownBy < > - 1.0</li> > + 1.0</li> > <li>[#504] Add getParameters() method to RTCRtpReceiver</li> > <li>[#509] RID unmodifiable in setParameters()</li> > <li>[#510] Gather spec text about the ICE Agent at one place</li> > > > This is on a Mac with El Capitan. After I did an update on the respec dependency, that's exactly the same change I got on my Linux box. So it seems that tidy is a moving target, but at least it moves consistently across platforms. > > On 27/10/16 19:54, Harald Alvestrand wrote: >> If you can try this experiment.... >> >> >> with the newly tidied version of the spec, run "make tidy" in your >> environment. >> >> Report back if it makes any changes or not. >> >> >> It'll be interesting to see if tidy has become more consistent over time. >> >> >> >> >
Received on Friday, 28 October 2016 09:01:12 UTC