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

Wes Turner <wes.tur...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wes.tur...@gmail.com

--- Comment #53 from Wes Turner <wes.tur...@gmail.com> ---
I see a few possible solutions to this problem:

1. Make the Wikipedia logo an <img> tag

    * Not preferable because accessibility.

2. Make the MediaWiki logo a background-image property of a <div> (or <a>) tag

    * Probably the easiest thing to do.

3. Add an additional <img> tag with the Wikipedia logo (e.g. to the footer)

    * Additional [cacheable] image :
https://upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png

4. Specify og: metadata in page headers

    * http://ogp.me/#structured : og:image, og:secure_image

    * I don't know how/whether this takes priority over images found in-page
for sites such as Facebook and Google+


TBH, the accessibility argument would also apply to unnecessary <img> tags
(with @alt attributes) in the footer.

-- 
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