Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

In Context Preference Management 

1. User can adjust the view of the current resource - this will be similar to what FLOE designed. 

Include options such as:
- Enlarge Text
- Adjust Contrast
- Simplify (remove visual clutter)*
- Speak the Text*
- Descriptions (for images)**
- Remove Hazzards (turns off flashing images)**
- Alternate Language (this switches user to another language version of the text.)**

-Simplified Text (this switches user to a grammatically simplified text) 

...

Date

In Context Preference Management Designs

7/14

https://www.dropbox.com/sh/1z54gn865nq24tg/JAweH5gXZi

Resource Enhancements

2. User can Improve this resource - this will allow user to make a copy and start remixing the resource to include an accessibility improvement.

Options Include:
-Add a translation
-Describe images
-Add a diagram
-Transcribe videos (Amara)
-Simplify the text (write a simpler version of text)
-Add notes
-Link Supplementary Materials

Designs

Date

Resource Enhancement Designs

7/14

https://www.dropbox.com/sh/vfvzw4wzut2w5ul/cLLC-_uGiP

...

Microdata Hooks (Rough Sketches)

1.  Prompt users to identify access hazards in OA tool (videos, simulations, etc)

    
     1a.  Add A11y microdata tag in generated markup, per this example from A11y site (not    
            this     
            exact implementation, but simply an example of associating an access hazard 
            microdata tag within a media div)
             <div itemprop="video" id="videoMLK">
<p>Warning: This video contains <span itemprop="accessHazard">flashing</span> that may cause seizures in some individuals. The <a itemprop="hasAdaptation" href="#mlkAudio">audio track of the speech</a> is separately available below as an alternative.</p> <video src="http://www.youtube.com/watch?v=smEqnnklfYs" controls=""> <track src="captions.webvtt" type="captions"/> </video> </div>

1b.) Write enactor that hides divs which contain access hazard microdata

2. Allow users to include links to supplementary material in OA Allow users to tag supplementary links as "auditory" "visual" "textual" "transcript" etc

2a. Add hasAdaptation microdata tag to these URLs Add meta accessMode microdata tags such as "auditory" or "visual" to these

2b. Write enactor that finds divs with hasAdaptation and opens supplementary materials   for appropriate access modes based on preference

3. Allow users to create translations or simplified text

3a. Create links to alternative texts in a div and label with alternativeText microdata tag
use inLanguage microdata tag to specify translation language