- From: Wendy A Chisholm <wendy@w3.org>
- Date: Mon, 02 Jun 2003 19:46:38 -0400
- To: w3c-wai-gl@w3.org
Bug #227 [1] I added a "technology" element to the "techniques" element in the dtd. [2] It currently contains at least one "bibref" element. Here's an example of what the xml would look like (available in context at [3]): <technology> <bibref ref="HTML401"/> </technology> ... <blist> <bibl id="HTML401" key="HTML401" href="http://www.w3.org/TR/html401/">Hypertext Markup Language 4.01</bibl> <bibl key="XHTML10" id="XHTML10" href="http://www.w3.org/TR/xhtml1"> XHTML™ 1.0 The Extensible HyperText Markup Language (Second Edition) </bibl> </blist> Here's what the dtd defn looks like: <!-- technology: what technology does this technique apply to --> <!ELEMENT technology (bibref)*> <!ATTLIST technology %common.att; > Thoughts? --wendy [1] http://trace.wisc.edu/bugzilla_wcag/show_bug.cgi?id=227 [2] http://www.w3.org/WAI/GL/WCAG20/sources/xmlspec-tech.dtd [3] http://www.w3.org/WAI/GL/WCAG20/sources/html-test.xml -- wendy a chisholm world wide web consortium web accessibility initiative http://www.w3.org/WAI/ /--
Received on Monday, 2 June 2003 19:47:42 UTC