Re: Current SVG2 draft broken

You're correct. Sorry about that. I checked the multi-page builds, then I
checked the Table of Contents on the single page build but didn't actually
scroll all the way down.

*For getting something usable now, the multi-page builds seem to be fine.
(start from https://svgwg.org/svg2-draft/ <https://svgwg.org/svg2-draft/>)*

Not sure what's happening with the single-page.  The place where it is
getting cut off doesn't seem to be a likely markup error, it just cuts off
completely in the middle of the source code, so my guess is somewhere the
build system is either timing out or applying a forced maximum page size of
1.6MB.

But the last time anyone made changes to the build tools was 3 October.
And we don't use one of the major W3C build systems (ReSpec / Bikeshed)
which could have changed out from under us.

Do you know when was the last time you had a "good" single-page build?  (I
always use multi-page, so wouldn't have noticed if single-page was broken.)

I don't think any of the changes Nikos made could explain the truncation,
but if anyone wants to take a closer look, the relevant files are
processing.js and publish.js in
https://github.com/w3c/svgwg/tree/master/tools/publish

Another possibility is that the svgwg.org server is applying the forced
maximum on file sizes.  Cameron might now if any server settings have
changed.

--Amelia

On 23 November 2016 at 12:26, Paul LeBeau <paul.lebeau@gmail.com> wrote:

> No it still seems to be broken.
>
> Just the single page version it seems.  The right hand frame ends in
> section 11.13.1 with the line:
>
>     To find the typographic charac
>
>
> Paul
>
> On 24 November 2016 at 07:34, Amelia Bellamy-Royds <
> amelia.bellamy.royds@gmail.com> wrote:
>
>> Looks like it's fixed now. I know Nikos had some trouble with broken
>> markup when he was merging edits yesterday, something must have slipped
>> through the linter and created a broken build temporarily.
>>
>> Thanks for letting us know, anyway.
>>
>> ~ABR
>>
>> On 23 November 2016 at 05:57, Paul LeBeau <paul.lebeau@gmail.com> wrote:
>>
>>> Hi (Nikos/Amelia?)
>>>
>>> The current published draft of SVG2 seems to be broken
>>>
>>> https://svgwg.org/svg2-draft/single-page.html
>>>
>>> It ends prematurely in the middle of chapter 11.
>>>
>>> Paul
>>>
>>>
>>>
>>
>

Received on Wednesday, 23 November 2016 20:15:25 UTC