Thread overview | |||||
---|---|---|---|---|---|
|
February 08, 2012 [Issue 7468] New: Ddoc does not output DOCTYPE declaration | ||||
---|---|---|---|---|
| ||||
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: ------- |
February 12, 2012 [Issue 7468] Ddoc does not output DOCTYPE declaration | ||||
---|---|---|---|---|
| ||||
Posted in reply to SyntaxColoring@gmail.com | 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: ------- |
February 12, 2012 [Issue 7468] Ddoc does not output DOCTYPE declaration | ||||
---|---|---|---|---|
| ||||
Posted in reply to SyntaxColoring@gmail.com | 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: ------- |
Copyright © 1999-2021 by the D Language Foundation