PF/XTech/MarkUp/XHTML2

From W3C Wiki
< PF‎ | XTech‎ | MarkUp

XHTML2: Issues, Requirements & Tracking

1.1. What is XHTML 2?

XHTML 2 is a general purpose markup language designed for representing documents for a wide range of purposes across the World Wide Web. To this end it does not attempt to be all things to all people, supplying every possible markup idiom, but to supply a generally useful set of elements, with the possibility of extension using the class and role attributes on the span and div elements in combination with style sheets, and attributes from the metadata attributes collection.

1.1.1. Design Aims

In designing XHTML 2, a number of design aims were kept in mind to help direct the design. These included:

  • As generic XML as possible: if a facility exists in XML, try to use that rather than duplicating it.
  • Less presentation, more structure: use style sheets for defining presentation.
  • More usability: within the constraints of XML, try to make the language easy to write, and make the resulting documents easy to use.
  • More accessibility: some call it designing for our future selves – the design should be as inclusive as possible.
  • Better internationalization: since it is a World Wide Web.
  • More device independence: new devices coming online, such as telephones, PDAs, tablets, televisions and so on mean that it is imperative to have a design that allows you to author once and render in different ways on different devices, rather than authoring new versions of the document for each type of device.
  • Less scripting: achieving functionality through scripting is difficult for the author and restricts the type of user agent you can use to view the document. We have tried to identify current typical usage, and include those usages in markup.
  • Integration with the Semantic Web: make XHTML2 amenable for processing with semantic web tools.

What PF Can Do to Ensure Robust Native Accessibility in XHTML2

Materials on the MarkUp/XHTML2 Wiki


What Accessibility APIs need from XHTML2