editorial nit wrt publishing working draft

thanks again, Angelo, for "turning the crank" to get WD-06 published.

one nit I've noticed is that the formatting of the spec title in WD-06 
does not match how it is working in the editor's draft, nor when using 
https://api.csswg.org/bikeshed/.

I am suspecting that this is due to a different (likely older?) version 
of bikeshed (BS) was used to produce the WD-06 spec than the latter two 
examples. If so, then when publishing working drafts we ought to ensure 
we're using the latest BS version. For locally-installed BS this is done 
as described here 
<https://tabatkins.github.io/bikeshed/#install-common>, which is (at 
this time):

###
To update bikeshed to its latest version at any time, just enter 
Bikeshed’s folder and run:

$ git pull --rebase
$ bikeshed update

This’ll pull the latest version of Bikeshed, and ensure that you’re 
looking at the latest version of the data files, rather than whatever 
stale version is currently sitting in the repo.
###

HTH,

=JeffH

Received on Monday, 14 August 2017 22:33:58 UTC