Accessify Wiki
Advertisement
%YAML 1.2
---
#
# Wave-webaim-org: report#/http%3A%2F%2Fwww.howstuffworks.com%2F
# Alexa: siteinfo/howstuffworks.com -- Global: 890; USA: 423 
#
_CONFIG_:
    include:
        - http://*.howstuffworks.com/*
    test_urls:
        - http://www.howstuffworks.com/
        - http://health.howstuffworks.com/
        - http://science.howstuffworks.com/innovation/big-thinkers/mother-of-internet.htm
        - http://howstuffworks.com/
        - http://computer.howstuffworks.com/
        - http://home.howstuffworks.com/
        - http://money.howstuffworks.com/
        - http://tlc.howstuffworks.com/
        - http://electronics.howstuffworks.com/
        - http://auto.howstuffworks.com/biggest-truck-in-the-world.htm
        - http://adventure.howstuffworks.com/
        - http://people.howstuffworks.com/

    name: How Stuff Works
    description: Accessibility/ usability fixes and WAI-ARIA landmark roles.
    locale: en-GB
    authors:
        - "[[User:NickFreear]]"
    created: 2013-07-26T16:50
    ignore_defaults: true

# Landmarks.
.channelNavigation:
    role: navigation
    aria-label: Channel menu

"#footerNav":
    role: contentinfo

# Other basics.
a.brandingImage:
    aria-label: How stuff works

.searchForm:
    role: search
".searchForm #terms_top":
    aria-label: Search the site

.searchForm .headerButtonSearchv2:
    alt: Search

"#footerNewsletterSignUpEmail":
    aria-label: Enter your email - subscribe to Stuff nation newsletter


# Follow us links/ comms.
a.footerIpad:
    title: How Stuff Works iPad app.
a.footerIphone:
    title: iPhone app.
a.footerAndroid:
    title: Android app.

a.iconFacebook:
    title: How Stuff Works on Facebook
a.iconTwitter:
    title: @HowStuffWorks on Twitter
a.iconRSS:
    title: All RSS feeds

.facebookSocialIcon img:
    role: button
    title: Facebook social
    alt: Facebook social
.twitterSocialIcon:
    role: button
    title: Twitter follow

# Advertising
ins iframe:
    aria-label: Advertising, probably

...
Advertisement