- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 May 2011 06:20:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv4763 Modified Files: index-of-terms.html spec.html Log Message: Make dfn popups keyboard operable and accessible. Thanks Steve. Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v retrieving revision 1.305 retrieving revision 1.306 diff -u -d -r1.305 -r1.306 --- index-of-terms.html 6 May 2011 04:29:11 -0000 1.305 +++ index-of-terms.html 6 May 2011 06:20:54 -0000 1.306 @@ -381,12 +381,12 @@ </dl><dl class="has-norefs" id="attr-ol-type-keyword-decimal_index"><dt><span aria-haspopup="true" role="button" tabindex="0" title="attr-ol-type-keyword-decimal"><code>1</code></span> </dt> <dd> -<a class="dfn-ref" href="grouping-content.html#attr-ol-type-keyword-decimal"><span class="secno">4.5.5 </span>The <span aria-haspopup="true" role="button" tabindex="0"><code>ol</code></span> element</a> +<a class="dfn-ref" href="grouping-content.html#attr-ol-type-keyword-decimal"><span class="secno">4.5.5 </span>The <span><code>ol</code></span> element</a> </dd> </dl><dl id="attr-fe-name-charset_index"><dt><span aria-haspopup="true" role="button" tabindex="0" title="attr-fe-name-charset"><code>_charset_</code></span> </dt> <dd> -<a href="states-of-the-type-attribute.html#x_charset_"><span class="secno">4.10.7.1.1 </span><span aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-hidden">Hidden</span> state</a> +<a href="states-of-the-type-attribute.html#x_charset_"><span class="secno">4.10.7.1.1 </span><span title="attr-input-type-hidden">Hidden</span> state</a> [...14599 lines suppressed...] @@ -25389,16 +25389,16 @@ <a class="dfn-ref" href="infrastructure.html#xml-compatible"><span class="secno">2.1.2 </span>XML</a> </dd> <dd> -<a href="elements.html#xml-compatible_0"><span class="secno">3.2.3.8 </span><span aria-haspopup="true" role="button" tabindex="0">Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> +<a href="elements.html#xml-compatible_0"><span class="secno">3.2.3.8 </span><span>Embedding custom non-visible data</span> with the <code title="attr-data-*"><span>data-*</span></code> attributes</a> </dd> <dd> -<a href="the-iframe-element.html#xml-compatible_1"><span class="secno">4.8.3 </span>The <span aria-haspopup="true" role="button" tabindex="0"><code>embed</code></span> element</a> +<a href="the-iframe-element.html#xml-compatible_1"><span class="secno">4.8.3 </span>The <span><code>embed</code></span> element</a> </dd> </dl><dl id="the-xml:base-attribute-xml-only_index"><dt><span aria-haspopup="true" role="button" tabindex="0" title="attr-xml-base"><code>xml:base</code></span> </dt> <dd> -<a class="dfn-ref" href="elements.html#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <span aria-haspopup="true" role="button" tabindex="0" title="attr-xml-base"><code>xml:base</code></span> +<a class="dfn-ref" href="elements.html#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <span title="attr-xml-base"><code>xml:base</code></span> attribute (XML only)</a> <a class="index-counter" href="elements.html#xml:base">(2)</a> <a class="index-counter" href="elements.html#xml:base_0">(3)</a> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1428 retrieving revision 1.1429 diff -u -d -r1.1428 -r1.1429 --- spec.html 6 May 2011 05:57:11 -0000 1.1428 +++ spec.html 6 May 2011 06:20:54 -0000 1.1429 @@ -0,0 +1,54775 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en-US-x-Hixie"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><title>HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> + pre { margin-left: 2em; white-space: pre-wrap; } + h2 { margin: 3em 0 1em 0; } + h3 { margin: 2.5em 0 1em 0; } + h4 { margin: 2.5em 0 0.75em 0; } + h5, h6 { margin: 2.5em 0 1em; } + h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; } + h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; } + p { margin: 1em 0; } + hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; } [...54744 lines suppressed...] + for their useful comments, both large and small, that have led to + changes to this specification over the years.</p><p>Thanks also to everyone who has ever posted about HTML to their + blogs, public mailing lists, or forums, including all the + contributors to the <a href="http://www.w3.org/html/wg/lists/">various W3C HTML WG + lists</a> and the <a href="http://www.whatwg.org/mailing-list">various WHATWG lists</a>. + + </p><p>Special thanks to Richard Williamson for creating the first + implementation of <code><a href="#the-canvas-element">canvas</a></code> in Safari, from which the + canvas feature was designed.</p><p>Special thanks also to the Microsoft employees who first + implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="#attr-contenteditable" id="contenteditable_3">contenteditable</a></code>, and other + features first widely deployed by the Windows Internet Explorer + browser.</p><p>Thanks to the SubRip community, including in particular Zuggy and + ai4spam, for their work on the SubRip software program whose SRT + file format was used as the basis for the WebVTT text track file + format.</p><p>Thanks to the many sources that provided inspiration for the + examples used in the specification.</p><p>Thanks also to the Microsoft blogging community for some ideas, + to the attendees of the W3C Workshop on Web Applications and + Compound Documents for inspiration, to the #mrt crew, the #mrt.no + crew, and the #whatwg crew, and to Pillar and Hedral for their ideas + and support.</p></body></html>
Received on Friday, 6 May 2011 06:21:32 UTC