I believe we both agree that adding the tags would add complexity to PM. Where we seem to differ is the amount of complexity added, and whether the added benefit of the new tags outweighs the potential problems. Given that the allowed tags appear to be allowed through a table driven process, adding a few new tags would only increase the complexity marginally. (The difference between a table of ten tags and a table of fifty tags in negligible when the code to parse the table of tags is already present.)

The security implications are a different matter. I can honestly say I did not consider any cross-site scripting problems with the new tags. I would love to hear how the DEL tag could be used to execute code on a computer. My opinion is that the tags proposed above are no more harmful than the CODE, TT, or H3 tags are. An enlightenment would be appreciated.


In reply to Re: Re: Re: Re: Proposal: Adding to Approved HTML Tags by Belgarion
in thread Proposal: Adding to Approved HTML Tags by Belgarion

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.