[Issue 14473] New: Remove deprecated HTML tags from ddoc output

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Apr 20 10:50:46 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14473

          Issue ID: 14473
           Summary: Remove deprecated HTML tags from ddoc output
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: dev at nomad.so

Remove usage of outdated HTML tags from ddoc.

For example, when using the $(RED) symbol in ddoc an outdated <font> tag is
generated. This has been deprecated in HTML for a long time and now considered
a non-conforming feature. In this case a <span> tag should be used with an
inline color style.

https://github.com/D-Programming-Language/dmd/blob/312a931d03d119fa6e6af4099b5fb1beb0d71ebc/src/doc.c#L177-L182

All current tags should be reviewed and updated if needed.

http://www.w3.org/TR/html5/obsolete.html#non-conforming-features

--


More information about the Digitalmars-d-bugs mailing list