assistive-technology-abbr-results: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(Beginning test case list.)
(→‎Test Cases: updated ATF link and added Screenreaders section)
Line 9: Line 9:
== Test Cases ==
== Test Cases ==


The WasP ATF is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.


===Data Formats===
===Data Formats===
Line 44: Line 44:
* ?
* ?


 
===Screenreaders===
* Freedom Scientific JAWS (multiple versions TBD)
* GW Micro Window Eyes (multiple versions TBD)
* Apple Voiceover (multiple versions TBD)


== Results ==
== Results ==

Revision as of 22:45, 29 April 2007

assistive technology abbr results

This page is for document the precise results of using assistive-technology with real world examples in the wild of the abbr design pattern, as nearly always used by hCalendar (e.g. dtstart, dtend), often by hReview (e.g. dtreviewed, rating) and sometimes by hCard (e.g. bday, type subproperty).

Each assistive-technology listed here MUST link to a precise description of the tool/service on the assistive-technology page, including version number, when published, etc.

Each test result listed for each assistive technology MUST link to the real world example that was tested.

Test Cases

The WasP Accessibility Task Force is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.

Data Formats

  • ISO 8601 date with dashes (YYYY-MM-DD)
  • ISO 8601 date without dashes (YYYYMMDD)
  • ISO 8601 datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS)
  • ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)
  • ISO 8601 datetime with dashes and colons and no seconds (YYYY-MM-DDTHH:MM)
  • ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)
  • ISO 8601 UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SSZ)
  • ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)
  • ISO 8601 pre-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS+HH:MM)
  • ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)
  • ISO 8601 pre-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)
  • ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)
  • ISO 8601 post-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS-HH:MM)
  • ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)
  • ISO 8601 post-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)
  • ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)
  • GEO Latitude/Longitude coordinates.

Markup Possibilities

  • abbr-design-pattern (as currently recommended)
  • Object with param value.
  • Object with in-page data attribute.
  • Span with RDF dc:date attribute.
  • Span with title property.
  • Nested spans with child title set to null.
  • Nested abbr with child title set to null.

Screenreader Language Pronunciations

  • English
  • Spanish (need volunteer native Spanish speaker screen reader user)
  • ?

Screenreaders

  • Freedom Scientific JAWS (multiple versions TBD)
  • GW Micro Window Eyes (multiple versions TBD)
  • Apple Voiceover (multiple versions TBD)

Results

To be determined.

See Also