Action item to review missing semantic support for personalization criteria and graded help - in page

Proposed semantic support for personalization criteria and graded help - on page
(see meta-date proposal for alternative content version)
Task: we need to enable the personalization  discussed in 
https://www.w3.org/WAI/PF/cognitive-a11y-tf/wiki/Personalization_criteria and 
https://www.w3.org/WAI/PF/cognitive-a11y-tf/wiki/Providing_graded_help



Language type support (in page)
Proposal for aria attributes : aria-hasAlt and aria-alttype
  aria-alttype supported  values:

 On text:  vocab500, vocab1000, vocab2000, active, literal, numberfree, smallsentences, chunks, Genral: lessoptions. Whitespace, largefont
Images: symbolic , realistic
 po, p1, p1, p2, p3 Where po are images with true content, p1 is a symbol or illustration that is typically shown with alt=””, P2 are extra illustration that most people will not mind such as at the start of a paragraph or option.  p3 are for disability centric illustrations that can disturb other people and may be mid sentence.


  
 Example syntax in a webpage
  Option 1

 <span aria-hasAlt=”uri1” > some convoluted obtuce text</span>
 Uri can be rdf by third party, or a hidden text elswere
 Such as 
 <span is=”uri1” aria-alttype=”vocab5000 Activevoicing”> text that is hard to read</span>
 Example 2
  <span is=”uri2” aria-alttype=”vocab1000 ActiveVoicing litral”>press the submit button when you are finished</span>
  
 Option 2
Proposal for aria attribute aria-easylang. 
aria-easylang supported value: text
 <span aria-easylang=” some text that is hard to read”> some convoluted obtuse text</span>
 Where aria-easylang should use as simple well-known words as possible, and active, literal text, small simple sentences.
  
 Support for small chunks
 Use the section tags to divide things that could be in separate pages with a next button.
Sentences can not be reliably divided. For that use aria-easylang or aria-hasalt as described above
  
 Types of images
 Icons on items with aria-function set can have symbol sets in the json and aria-concept
 Images in the content
 <img aria-hasAlt=”uri1”  scr=”img1.gif” aria-alttype=”iconic p1”  /> 
 <img id=”uri1”  scr=”img2.gif” aria-alttype=”realistic p1”  /> 
  
 Extra help
 Proposal for aria attributes : aria-tooltip, aria-moreinfo  and aria-extrahelp
aria-moreinfo value: URL
aria-tooltip value: text string
aria-extrahelp supported values: tooltip/humenhelp/morehelp/glossary/dictionary/thesaurus
example
<button type="button" aria-tooltip=”remove everything I have typed on this page” aria-moreinfo=”uri2 uri3” >undo</button> 
 URI 3 may read 
  <div id=”uri2” aria-extrahelp=”morehelp” aria-hidden=”true”> pressing the undo button will earase all ypou work on this page. Use this button with care. If you press it by mistake, press control and y at the same time and your answers will come back </div>
  
 Do we want to use aria-tooltip or title attribute?
  
  
 <a  href=”functiongethelp()” aria-extrahelp=”humenhelp” aria-hidden=”true”>I want a person to help me</a>
 <div id=”uri3” aria-extrahelp=”glossary” aria-hidden=”true”> <dl>///</dl></div>
 

Reminders
 Proposal for aria attributes : aria-reminder
aria-reminder supported values are:

 normal  that over 90% of users would want, 
 more would be used by over 20% of the population,
 extra would be used by over 5% of the population, and 
 maximum would be good for 5% of the population or less. 
 

example
<div role=”alert”  aria-reminder=”basic”> It is your daughter’s birthday</div>
 
 Proposals for aria attribute aria-distraction
 example Aria-distraction=”blinking, add”
 Or is this obvious as nobody wants them?
 
 
 All types should be encadable in the JSON  as well as
 options -one of the following: -Use a given symbol/picture set as preference (can include use my families or personal symbols/pictures were ever possible) 
 -Use a given symbol/picture set strong preference 
 -Hide content without symbol/picture support 
  I want tooltips / I do not want tooltips when an item has focus
 I want side panel that with show the “morehelp”
 I want side panel that can be opened when I click on my help icon 
 I want extra help in a popup window
 Show “more info” link 
 I want links to "more information" when ever possible 
 I want definitions in the side panel 
 I want link to human help to be shown/not shown 
   
 enlarged cursor
 screen reading when available
  a view bar for isolating text while reading,
 Speak text and symbols 
 Highlighting: off, by word, phrase, sentence (do we need spans to idify devisions
   
  
 aria-reminder values are: 
 normal  that over 90% of users would want, 
 more would be used by over 20% of the population,
 extra would be used by over 5% of the population, and 
 maximum would be good for 5% of the population or less. 
  
 Disable background audio
 Color and background color preference
  
 Open Issues:
  
  breadcrumbs, step tracking (step 2 out of 5) recoverable history, calendar, timers/alerts/alarms, , - doesn’t everyone want them? 
 Left out for now https://www.w3.org/WAI/PF/cognitive-a11y-tf/wiki/Personalization_criteria#Learning_Specific
 And planning items such as goal tracking , Goal tracking, calendar
 ////
 Can we do anything about showing borders??
  
All the best
Lisa and Ayelet
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

All the best

Lisa Seeman

Athena ICT Accessibility Projects 
LinkedIn, Twitter

Received on Wednesday, 15 July 2015 18:20:32 UTC