Changes between Initial Version and Version 2 of Ticket #3981


Ignore:
Timestamp:
May 7, 2017, 6:55:54 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3981

    • Property Owner changed from Noah Kantrowitz to Ryan J Ollos
  • Ticket #3981 – Description

    initial v2  
    44
    55   1. Error Line 87, Column 22: document type does not allow element "div" here; missing one of "object", "ins", "del", "map", "button" start-tag.
    6 
     6{{{
    77      <div class="newsflash">
    88
     
    2828
    2929      ✉
    30 
     30}}}
    3131      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
    3232   5. Info Line 89, Column 0: start tag was here.
    33 
     33{{{
    3434      <p>
    35 
     35}}}
    3636   6. Error Line 91, Column 3: end tag for element "p" which is not open.
    37 
     37{{{
    3838      </p>
    3939
    4040      ✉
    41 
     41}}}
    4242      The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
    4343
    4444      If this error occurred in a script section of your document, you should probably read this FAQ entry.
    4545   7. Error Line 130, Column 9: end tag for element "div" which is not open.
    46 
     46{{{
    4747          </div>
    4848
    4949      ✉
    50 
     50}}}
    5151      The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
    5252
    5353      If this error occurred in a script section of your document, you should probably read this FAQ entry.
    5454   8. Error Line 88, Column 4: XML Parsing Error: Opening and ending tag mismatch: div line 87 and p.
    55 
     55{{{
    5656      </p>
    5757
    5858      ✉
     59}}}
    5960   9. Error Line 90, Column 6: XML Parsing Error: Opening and ending tag mismatch: p line 89 and div.
    6061
    6162      </div>
    62 
     63{{{
    6364      ✉
    6465
     
    6970}}}
    7071}}}
     72}}}
    7173syntax, which seems to be the recommended way.
    7274