Accessify Wiki
(Adding more `test_urls` -- SocialLearn, AWM, MCT...)
(Remove 'OpenLearn' test_url.)
 
Line 15: Line 15:
 
- http://*.open.ac.uk/*
 
- http://*.open.ac.uk/*
 
- https://*.open.ac.uk/*
 
- https://*.open.ac.uk/*
- http://*.open.edu/*
 
 
test_urls:
 
test_urls:
 
- http://www.open.ac.uk/
 
- http://www.open.ac.uk/
 
- http://www.open.ac.uk/study/
 
- http://www.open.ac.uk/study/
- http://www.open.edu/openlearn/
 
 
- https://msds.open.ac.uk/students/
 
- https://msds.open.ac.uk/students/
 
- https://msds.open.ac.uk/tutorhome/
 
- https://msds.open.ac.uk/tutorhome/

Latest revision as of 12:39, 26 July 2013

#
# WAI-ARIA landmark roles for OUICE.
#

_CONFIG_:
    name: Open University
    description: >
        Accessibility fixes including WAI-ARIA roles for Open University
        sites with OUICE themes. Currently includes OUVLE, OpenLearn,
        OU Intranet etc. - fixes for these will probably end up
        in separate places.
        Status: needs testing! Work in progress.
    include:
        - http://*.open.ac.uk/*
        - https://*.open.ac.uk/*
    test_urls:
        - http://www.open.ac.uk/
        - http://www.open.ac.uk/study/
        - https://msds.open.ac.uk/students/
        - https://msds.open.ac.uk/tutorhome/
        - http://students.open.ac.uk/dashboard/
        - http://learn.open.ac.uk/course/
        - https://learn2.open.ac.uk/course/
        - http://search.open.ac.uk/public/search/results?q=Access
        - http://intranet.open.ac.uk/oulife-home/
        - http://podcast.open.ac.uk/
        - http://iet.open.ac.uk/people/search?q=&centre=Search+All
        - http://www3.open.ac.uk/contact/
        - http://www2.open.ac.uk/students/disability/
        - http://www.open.ac.uk/platform
        - http://sociallearn.open.ac.uk/
        - https://css2.open.ac.uk/AWM/Workplan
        - http://intranet4.open.ac.uk/wikis/IET-Intranet
        - http://epd.open.ac.uk/
        - http://mct.open.ac.uk/
        - http://kmi.open.ac.uk/
        - http://stadium.open.ac.uk/
        - http://www8.open.ac.uk/iet/main
        - http://data.open.ac.uk/
        - http://embed.open.ac.uk/
        - http://mediaplayer.open.edu/
        - http://mediaplayer.open.ac.uk/
    # Was `lang`
    default_locale: en-GB
    authors:
        - "[[User:NickFreear]]"
    created: 2013-03-27T10:06+00:00

#
# Basic syntax.
#
"#My ID selector":
    HTML attribute: value


#
# OUICE.
#
"#ou-org-header":
    # Banner or navigation?
    role: banner
    aria-label: O U links and logo

"#ou-site-header":
    role: navigation
    aria-label: Study site navigation

"#ou-region1":
    role: main
    aria-labelledby: h1

"#sign-post":
    role: complementary
    aria-labelledby: .ou-title

".ou-feature-block": # NOT ":first"
    role: navigation
    aria-label: Undergraduate and postgraduate modules

"#student-speak-to-advisor":
    role: complementary
    aria-labelledby: h3

"#employer-speak-to-advisor":
    role: complementary
    aria-labelledby: h3

"#ou-org-footer":
    #(Or complementary or navigation?)
    role: contentinfo
    aria-label: Footer links


# Page: /study/undergraduate/
".ou-full-nav":
    role: navigation
    aria-labelledby: h2

"#ou-guarantee":
    role: complementary
    aria-labelledby: .ou-guarantee-title

"#request-print-prospectus":
    role: complementary
    aria-labelledby: h3


# For completeness - many pages don't have search.
"#srchform":
    role: search
    aria-labelledby: .search_text

"#srchform .search_input":
    type: search
    placeholder: Search the OU
    aria-label: Search the OU

"a.close, a#advancedSearchLink":
    role: button


# End.