digitalmars.D.bugs - [Issue 7468] New: Ddoc does not output DOCTYPE declaration
- d-bugmail puremagic.com (22/22) Feb 08 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7468
- d-bugmail puremagic.com (12/12) Feb 12 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7468
- d-bugmail puremagic.com (9/9) Feb 12 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7468
http://d.puremagic.com/issues/show_bug.cgi?id=7468 Summary: Ddoc does not output DOCTYPE declaration Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: SyntaxColoring gmail.com --- Comment #0 from SyntaxColoring gmail.com 2012-02-08 15:55:16 PST --- Ddoc outputs seemingly valid HTML, except it does not include a DOCTYPE declaration. It should output something like the following at the beginning of every generated file: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 08 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7468 Stewart Gordon <smjg iname.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ddoc CC| |smjg iname.com --- Comment #1 from Stewart Gordon <smjg iname.com> 2012-02-12 10:52:01 PST --- The default DDoc macros are a hornet's nest of presentational markup that ought to be logical. I ended up using a custom ddoc file that redefines a lot. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 12 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7468 --- Comment #2 from SyntaxColoring gmail.com 2012-02-12 12:00:54 PST --- Created an attachment (id=1073) Patch to add DOCTYPE declaration. I've attached a patch to add a transitional DOCTYPE declaration. The default Ddoc output format is still rather messy, but at least now it's valid HTML. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 12 2012