assistive-technology-abbr-results: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(→‎Verbosity settings: Add section)
(→‎Markup Possibilities: added geo:position)
Line 35: Line 35:
* Object with in-page data attribute.
* Object with in-page data attribute.
* Span with RDF dc:date attribute.
* Span with RDF dc:date attribute.
* Span with RDF geo:position attribute.
* Span with title property.
* Span with title property.
* Nested spans with child title set to null.
* Nested spans with child title set to null.

Revision as of 00:00, 30 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 RDF geo:position 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)
  • ?

Verbosity settings

  • Punctuation, speak none.
  • Punctuation, speak some.
  • Punctuation, speak all.
  • Title attributes, speak none.
  • Title attributes, speak some (abbr and acronym).
  • Title attributes, speak all.

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