Accessify Wiki
Advertisement

OpenLearn is the UK'S Open University's contribution to the Open Educational Resources (OER) project. It is part-funded by the Wikipedia:William and Flora Hewlett Foundation.[1]

OpenLearn is a member of the OpenCourseWare Consortium (OCWC).[2]

The Open University launched the OpenLearn website in October 2006 to provide free access to its educational materials throughout the world. The publication of such structured learning materials, designed for distance education, is unique in the field of open educational resources.

Source: Wikipedia:OpenLearn.

"The home of free learning from The Open University".

Accessibility enhancements and fixes for the OU's OpenLearn and LabSpace sites.

Note, OpenLearn is an amalgam of Drupal and Moodle. LabSpace and OpenLearn Works are built on the OU's fork of Moodle.


%YAML 1.2
---
_CONFIG_:
    include:
        - http://www.open.edu/*
        - http://labspace.open.ac.uk/*
    test_urls:
        - http://www.open.edu/openlearn/money-management/management/technology-management/evan-davis-on-language#
        - http://www.open.edu/openlearnworks/course/view.php?id=26
        - http://labspace.open.ac.uk/course/category.php?id=43
        - http://labspace.open.ac.uk/Learning_to_Learn_v2_1.0
        - http://openlearn.open.ac.uk/H810
    default_locale: en-GB

    created: 2013-07-26

    #name: {{PAGENAME}}
    #description: >
    #    "The home of free learning from The Open University".
    #    Fixes for the OU's OpenLearn and LabSpace sites.


#
# Fixes.
#
a[href = 'javascript:void(null);']:
    role: button


#
# OpenLearn.
#
a[href = '#blank'], a.dropdown_box_arrow:
    role: button
    title: Collapse/expand section

"#main_header":
    role: banner

"#hsheader":
    role: navigation
    aria-label: O U menu

"#nav-bar":
    role: navigation
    aria-label: Main OpenLearn menu

"#main_search, #main_search_form":
    role: search

"[name = q]":
    type: search
    aria-label: Search OpenLearn

"#content_header":
    role: complementary
    # Evan Davis on... language
    aria-labelledby: "#content_title h1"

"#content_box":
    role: complementary
    aria-label: About the author
    aria-labelledby: "#content_footer > h2"

"#articleMore":
    role: complementary
    aria-label: Other pages you might like
    aria-labelledby: "#articleMorenav1"

.dropdown_box:
    role: complementary
    aria-labelledby: _SELF_ .dropdown_header h2

.dropdown_box a > img[src *= '/files/health']:
    aria-label: Are you interested in Health and Social Care? Click here for courses

"#article_main":
    role: main

"#main_footer":
    aria-label: Footer menu
    role: navigation

"#org-footer, #footer":
    role: contentinfo


#
# LabSpace.
#
.header_logo a:
    title: OpenLearn LabSpace
    aria-label: Open Learn Lab Space

form#coursesearchnavbar:
    role: search

"form #coursesearchbox":
    type: search
    aria-label: Search Lab Space units

...
Advertisement