Accessify Wiki

Wikipedia (Listeni/ˌwɪkɨˈpiːdiə/ or Listeni/ˌwɪkiˈpiːdiə/ wik-i-pee-dee-ə) is a collaboratively edited, multilingual, free Internet encyclopedia that is supported by the non-profit Wikimedia Foundation. Volunteers worldwide collaboratively write Wikipedia's 30 million articles in 287 languages, including over 4.4 million in the English Wikipedia.

Wikipedia logo

Source: Wikipedia:Wikipedia

Accessibility and usability fixes including WAI-ARIA roles for Wikipedia - mostly already implemented ("no need"). Alexa global rank: 6.

%YAML 1.2
---

_CONFIG_:
    #name: {{PAGENAME}}
    #description: ""  
    status: no need
    active: false
    include:
        - https://*.wikipedia.org/*
    test_urls:
        - http://www.wikipedia.org/
        - http://en.wikipedia.org/wiki/Main_Page
        - http://en.wikipedia.org/wiki/Web_accessibility
        - http://simple.wikipedia.org/wiki/Main_Page
        - http://es.wikipedia.org/
        - http://de.wikipedia.org/wiki/Wikipedia:Hauptseite
        - http://ru.wikipedia.org/
        - http://ja.wikipedia.org/
        - http://fr.wikipedia.org/
        - http://it.wikipedia.org/
        - http://pt.wikipedia.org/
        - http://zh.wikipedia.org/
        - http://nl.wikipedia.org/
        - http://m.wikipedia.org/
        - http://en.m.wikipedia.org/
        - http://wikimediafoundation.org/wiki/Home
        - http://commons.wikimedia.org/
        - http://www.wikimedia.org/
        - http://meta.wikimedia.org/wiki/Wikimedia_movement
        - http://www.wikibooks.org/
        - http://en.wikibooks.org/
        - http://de.wikibooks.org/wiki/Hauptseite
        - http://www.wiktionary.org/
        - http://en.wiktionary.org/
        - http://fr.wiktionary.org/
    ignore_defaults: true
    default_locale: en
    authors:
        - Nick @nfreear
    created: 2013-05-13T16:07+00:00

#
# FIXES.
#
a[href = '#']:
    role: button

.toctoggle a:
    role: button
    title: Show/hide contents

.reflist:
    role: navigation
    aria-labelledby: "h3 #References"
    aria-label: References

.infobox:
    role: note
    aria-label: Information box
    #aria-labelledby: _SELF_ .mergedtoprow [style *= center]

#
# Existing.
#

"#content":
    role: main

"#p-personal":
    role: navigation
    aria-labelledby: "#p-personal h3"

"#p-namespaces":
    role: navigation

"#p-variants":
    role: navigation
    aria-labelledby: "#p-variants h3"

"#p-views":
    role: navigation
    aria-labelledby: "#p-views h3"
    #aria-label: Views

"#p-cactions":
    role: navigation
    aria-labelledby: "#p-cactions h3"

"#p-search, #searchform":
    role: search

"#p-navigation":
    role: navigation
    aria-labelledby: "#p-navigation h3"

"#p-interaction":
    role: navigation
    aria-labelledby: "#p-interaction h3"

"#p-tb":
    role: navigation
    aria-labelledby: "#p-tb h3"
    #aria-label: Toolbox

"#p-coll-print_export":
    aria-labelledby: "#p-coll-print_export h3"

"#p-lang":
    role: navigation
    aria-labelledby: "#p-lang h3"

"#p-logo":
    role: banner

"#footer":
    role: contentinfo

# =====================================

"#toc":
    role: navigation
    aria-labelledby: "#toc h2"

#"#See_also, #External_links":
#    role: navigation

"#catlinks":
    role: navigation
    aria-label: Categories
    aria-label.zh-CN: 分类

"#mp-topbanner":
    role: navigation
    aria-label: Welcome
    aria-label.zh-CN: 欢迎


#
# Fundraising notice, 13 December 2014.
#

"#centralNotice.cn-fundraising":
    role: alert
    aria-label: Fundraising banner

"#frbanner-close, [id][onclick *= Banner.hide]":
    role: button
    tabindex: 0
    aria-label: Close banner
    title: Close banner

...