Thread overview
ddox table issue
Sep 15, 2016
ag0aep6g
September 15, 2016
Lodovoco noticed that ddox renders a table wrongly, see the first (and incomplete) table at

http://dtest.thecybershadow.net/artifact/website-b243266be0bd9e2a1d56da2d9e76c9e44689e1dd-17113e48d3b1f18b74e0fea1fa8e64ab/web/library-prerelease/std/experimental/checkedint.html

The table abruptly end with </table> upon seeing the first comma. I looked to see whether ddox defines TABLE, TR, or TD differently but it all looks legit. Does anyone know what's going on?


Thanks,

Andrei
September 15, 2016
On Thursday, 15 September 2016 at 20:17:54 UTC, Andrei Alexandrescu wrote:
> http://dtest.thecybershadow.net/artifact/website-b243266be0bd9e2a1d56da2d9e76c9e44689e1dd-17113e48d3b1f18b74e0fea1fa8e64ab/web/library-prerelease/std/experimental/checkedint.html
>
> The table abruptly end with </table> upon seeing the first comma. I looked to see whether ddox defines TABLE, TR, or TD differently but it all looks legit. Does anyone know what's going on?

Care to link the source, too?
September 15, 2016
On 9/15/16 5:29 PM, ag0aep6g wrote:
> On Thursday, 15 September 2016 at 20:17:54 UTC, Andrei Alexandrescu wrote:
>> http://dtest.thecybershadow.net/artifact/website-b243266be0bd9e2a1d56da2d9e76c9e44689e1dd-17113e48d3b1f18b74e0fea1fa8e64ab/web/library-prerelease/std/experimental/checkedint.html
>>
>>
>> The table abruptly end with </table> upon seeing the first comma. I
>> looked to see whether ddox defines TABLE, TR, or TD differently but it
>> all looks legit. Does anyone know what's going on?
>
> Care to link the source, too?

https://github.com/dlang/phobos/pull/4613
September 15, 2016
On 9/15/16 4:17 PM, Andrei Alexandrescu wrote:
> Lodovoco noticed that ddox renders a table wrongly, see the first (and
> incomplete) table at

Sorry for misspelling Lodovico's name. BTW is he still around? -- Andrei