http://qs321.pair.com?node_id=1149251


in reply to Re^3: True or False? A Quick Reference Guide
in thread True or False? A Quick Reference Guide

what does that mean? There is a feature/user setting to enforce proper nesting of html as implemented by tye :)
  • Comment on Re^4: True or False? A Quick Reference Guide

Replies are listed 'Best First'.
Re^5: True or False? A Quick Reference Guide
by bobf (Monsignor) on Dec 03, 2015 at 03:09 UTC

    Yup. I've had that feature turned on ever since I learned about it. :-)

    It looked like my anchors and column settings were no longer valid. Not being an expert (or even a novice) in such things, I assumed it was an issue with HTML5. I'll take formatting suggestions if you've got any...

      It looked like my anchors and column settings were no longer valid. Not being an expert (or even a novice) in such things, I assumed it was an issue with HTML5. I'll take formatting suggestions if you've got any...

      well, perlmonks advertises html4 not html5

      I don't really have any recommendations, to me it looks fine in my tests with and without the colgroups

      Also, I don't see any actual anchors, you have commented out links, but no corresponding anchors like go here link

      h1

      h2

      h3

      h4

      You are here anchor
      like <a href="#go here">go here link</a> <h1>h1</h1> <h2>h2</h2> <h3>h3</h3> <h4>h4</h4> <a name="go here">You are here anchor </a>