Accessify Wiki
Advertisement
%YAML 1.2
---
_CONFIG_:
    name: Online radio
    description: >
        Accessibility fixes including WAI-ARIA roles for various online radio
        stations in the USA and Canada,
        including `943knews.com` and `Naachradio.com`.
    # Required. Glob.
    include:
        - http://*.943knews.com/*
        - http://*.naachradio.com/*
    test_urls:
        - http://www.943knews.com/
        - http://www.naachradio.com/
    source_url: http://dl.dropbox.com/u/3203144/wai-aria/fix/radio-usa-ca-fixes.yaml
    ignore_defaults: true
    locale: en-US
    authors:
        - Nick @nfreear
    created: 2013-04-21T12:25+00:00


# Syntax example.
"#My ID selector":
    HTML attribute: value


"#menu-main-menu":
    _note: Naachradio.com navigation
    role: navigation
    aria-label: Main site navigation

"#menu-item-21 a":
    title: Home

"a[href *= '/about/']":
    title: About
"a[href *= '/shows/']":
    title: Shows
"a[href *= '/news/']":
    title: News
#...
"a[href *= '/connect/']":
    title: Connect - contact

".bg_color a":
    alt: Background color
    title: Background color

"a.panic img":
    role: button
    alt: Panic!
    title: Panic!


# 943knews.com
"a img[src *= '/ListenLIVE']":
    _note: 943knews.com
    title: Listen live

"a img[src *= '/knewsHeader']":
    title: 94.3 K-news home page

"#site-nav-list_21":
    role: navigation
    aria-label: Main site navigation

"#tier1_21_251 a":
    title: Home
# ...


#End.
Advertisement