"Adam D. Ruppe" <destructiona...@gmail.com> wrote in message news:iufc81$2424$1...@digitalmars.com... > James Fisher wrote: >> I have no experience with DDOC, but TBH I don't intend to ever have any. > > The beauty of ddoc is you don't need experience with it. > > /** > this is ddoc > > yes just this > */ > > > My biggest criticism of it is trivial to fix, but I haven't found > the time yet. > > That is, the std.ddoc that is used to build the main site outputs > presentational html instead of semantic html. >
I'm firmly in the camp that HTML *is* presentation. Or at least should be considered such. And even moreso since CSS is such total garbage for any presentational needs besides basic styling (hell, "cascading *STYLE* sheets"). Of course, I haven't really looked at std.ddoc, so for all I know maybe it could use improvement.