Re: Switching our default branch to gh-pages

On Thu, 2015-12-03 at 14:29 -0500, Ted Guild wrote:
> In preparation for automated publishing I am switching our default
> branch from master to gh-pages as we discussed at the face to face.
> 
> http://www.w3.org/2015/10/26-auto-minutes.html#item03
> 
> I will be making a few minor modifications to the specs themselves such
> as fixing some markup validation and adding editor's W3C id numbers.

I have done that but running into a snag with the data spec.  

gh-pages URI

https://w3c.github.io/automotive/vehicle_data/data_spec.html

ReSpec messes up ids, stripping numbers and as a result we have some
duplicates which is invalid markup.

ReSpec rendered version of data spec.

https://labs.w3.org/spec-generator/?type=respec&url=https://w3c.github.io/automotive/vehicle_data/data_spec.html?specStatus=WD;shortName=vehicle-data

ReSpec rendered version run in Validator.

https://validator.w3.org/nu/?doc=https%3A%2F%2Flabs.w3.org%2Fspec-generator%2F%3Ftype%3Drespec%26url%3Dhttps%3A%2F%2Fw3c.github.io%2Fautomotive%2Fvehicle_data%2Fdata_spec.html%3FspecStatus%3DWD%3BshortName%3Dvehicle-data

I seem to recall an html id attribute cannot be simply a number but
believe it is valid elsewhere in the string.  When I get this cleared up
with some assistance, likely tomorrow given timezone difference, I'll
finish setting this up.  A manually edited copy in which I correct the
ids supports my belief it is legitimate.

https://validator.w3.org/nu/?doc=http%3A%2F%2Fjay.w3.org%2F~ted%2Fvehicle_data.html

Otherwise our specs pass the tests necessary for automated publishing.

Data spec:

https://labs.w3.org/pubrules/?url=https%3A%2F%2Flabs.w3.org%2Fspec-generator%2F%3Ftype%3Drespec%26url%3Dhttps%3A%2F%2Fw3c.github.io%2Fautomotive%2Fvehicle_data%2Fdata_spec.html%3FspecStatus%3DWD%3BshortName%3Dvehicle-data&profile=WD&validation=simple-validation&noRecTrack=false&informativeOnly=false&echidnaReady=false&patentPolicy=pp2004&processDocument=2015

API:

https://labs.w3.org/pubrules/?url=https%3A%2F%2Flabs.w3.org%2Fspec-generator%2F%3Ftype%3Drespec%26url%3Dhttps%3A%2F%2Fw3c.github.io%2Fautomotive%2Fvehicle_data%2Fvehicle_spec.html%3FspecStatus%3DWD%3BshortName%3Dvehicle-information-api&profile=WD&validation=simple-validation&noRecTrack=false&informativeOnly=false&echidnaReady=false&patentPolicy=pp2004&processDocument=2015

-- 
Ted Guild <ted@w3.org>
W3C Systems Team
http://www.w3.org

Received on Thursday, 3 December 2015 20:20:40 UTC