https://bugzilla.wikimedia.org/show_bug.cgi?id=61801

            Bug ID: 61801
           Summary: Wrap MediaWiki footer to HTML5 <footer> tag
           Product: MediaWiki
           Version: 1.23-git
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Unprioritized
         Component: Parser
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: lukas.ce...@gmail.com
                CC: ltrlg...@gmail.com
       Web browser: ---
   Mobile Platform: ---

+++ This bug was initially created as a clone of Bug #61615 +++

See also: Bug 47936, Bug 51562, Bug 30597 and related Bug 10467, Bug 11555

How it looks now:
<div id="footer" role="contentinfo">

    <ul id="footer-info">
        <li id="footer-info-lastmod"> … </li>
        <li id="footer-info-copyright"> … </li>
    </ul>
    <ul id="footer-places"> … </ul>
    <ul id="footer-icons" class="noprint"> … </ul>
    <div style="clear:both"></div>

</div>

How it should:
<footer id="footer" role="contentinfo">

    <ul id="footer-info">
        <li id="footer-info-lastmod"> … </li>
        <li id="footer-info-copyright"> … </li>
    </ul>
    <ul id="footer-places"> … </ul>
    <ul id="footer-icons" class="noprint"> … </ul>
    <div style="clear:both"></div>

</footer>

See its specification on
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer and
http://www.w3schools.com/tags/tag_footer.asp

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to