Last modified: 2014-05-18 06:52:29 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T63801, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 61801 - Wrap MediaWiki footer to HTML5 <footer> tag
Wrap MediaWiki footer to HTML5 <footer> tag
Status: UNCONFIRMED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
1.23.0
All All
: Low enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: html5
  Show dependency treegraph
 
Reported: 2014-02-22 10:39 UTC by Rezonansowy
Modified: 2014-05-18 06:52 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Rezonansowy 2014-02-22 10:39:00 UTC
+++ 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
Comment 1 S. McCandlish 2014-05-18 06:52:29 UTC
To degrade gracefully, wouldn't the footer have to be wrapped around the existing div, and the CSS arranged carefully so that the end user sees the same or nearly the same rendered effect, regardless of browser and settings?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links