Accessify Wiki
(Initial fixes for iSpot.)
 
(Adding aria-labels for logos.)
Line 17: Line 17:
 
test_urls:
 
test_urls:
 
- http://www.ispot.org.uk/
 
- http://www.ispot.org.uk/
  +
- http://ispot.org.uk/
  +
- http://ispot-approval.open.ac.uk/
  +
- http://www.ispotnature.org/
 
default_locale: en-GB
 
default_locale: en-GB
   
Line 53: Line 56:
 
aria-label: Connect and login via Facebook
 
aria-label: Connect and login via Facebook
   
.jcarousel-prev[disabled='false']:
+
.jcarousel-prev[disabled = 'false']:
 
role: button
 
role: button
 
tabindex: 0
 
tabindex: 0
 
title: Previous
 
title: Previous
   
.jcarousel-next[disabled='false']:
+
.jcarousel-next[disabled = 'false']:
 
role: button
 
role: button
 
tabindex: 0
 
tabindex: 0
 
title: Next
 
title: Next
  +
  +
img#tosl-logo:
  +
aria-label: The OpenScience Laboratory, opens in a new window
  +
  +
img#ou-logo:
  +
aria-label: The Open University, opens in a new window
  +
   
 
...
 
...

Revision as of 20:10, 2 October 2013

Your place to share nature.

Welcome to iSpot! Learn more about wildlife, share your interest with a friendly community and get help identifying what you have seen. iSpot is part of The OpenScience Laboratory - an online centre at the cutting edge of practical science. This is an initiative of The Open University and The Wolfson Foundation.

Accessibility and usability fixes for the nature community site.


%YAML 1.2
---
_CONFIG_:
    name: {{PAGENAME}}
    description: ""
    includes:
        - http://www.ispot.org.uk/*
    test_urls:
        - http://www.ispot.org.uk/
        - http://ispot.org.uk/
        - http://ispot-approval.open.ac.uk/
        - http://www.ispotnature.org/
    default_locale: en-GB


a[href='#'], .rpx-icon-small:
    role: button
    tabindex: 0

a[target='_blank']:
    title: Opens in new window

"#header":
    role: header

"#main-menu":
    role: navigation
    aria-label: Site menu

"#footer":
    role: contentinfo

.block-search:
    role: search

input#edit-search-block-form-1:
    placeholder: Search iSpot
    required: true

input#edit-name, input#edit-pass:
    required: true

img#fb-connect-button:
    role: button
    tabindex: 0
    title: Connect with Facebook
    aria-label: Connect and login via Facebook

.jcarousel-prev[disabled = 'false']:
    role: button
    tabindex: 0
    title: Previous

.jcarousel-next[disabled = 'false']:
    role: button
    tabindex: 0
    title: Next

img#tosl-logo:
    aria-label: The OpenScience Laboratory, opens in a new window

img#ou-logo:
    aria-label: The Open University, opens in a new window


...