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

Ryan Kaldari <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #10 from Ryan Kaldari <[email protected]> 2012-04-26 17:43:47 
UTC ---
IMO, both sides of this argument are wrong. If we were strictly following our
DOM conventions (which we rarely do), AFT would be outside of div#bodyContent,
but inside of div#content. div#content is for any content related to the
article/page, while div#bodyContent is for the article itself. Right now we
include AFT inside of both div#content and div#bodyContent.

Current DOM:
<content>
    article title
    <bodyContent>
        article
        AFT
    </bodyContent>
</content>

Correct DOM:
<content>
    article title
    <bodyContent>
        article
    </bodyContent>
    AFT
</content>

I don't think the footer would be the right place, as nothing interactive
should be in the footer. It's just for disclaimers, links, and information.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to