- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 May 2011 21:47:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7602
Modified Files:
Overview.html
Log Message:
apply chair request (whatwg r6046)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4852
retrieving revision 1.4853
diff -u -d -r1.4852 -r1.4853
--- Overview.html 29 Apr 2011 21:59:47 -0000 1.4852
+++ Overview.html 2 May 2011 21:47:47 -0000 1.4853
@@ -340,7 +340,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-29-april-2011">Editor's Draft 29 April 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-2-may-2011">Editor's Draft 2 May 2011</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -483,7 +483,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 29 April 2011 Editor's Draft.
+ This specification is the 2 May 2011 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -9690,16 +9690,10 @@
and <code title="attr-aria-*">aria-*</code> attributes on <a href="#html-elements">HTML
elements</a>, in accordance with the requirements described in
the ARIA specifications, except where these conflict with the
- <span>strong native semantics</span> or are equal to the
- <span>default implied ARIA semantics</span> described below. These
- exceptions are intended to prevent authors from making assistive
- technology products report nonsensical states that do not represent
- the actual state of the document. <a href="#refsARIA">[ARIA]</a><p>Authors must not set the ARIA <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes in a manner that
- conflicts with the semantics described in the following table,
- except that the <code title="attr-aria-role-presentation">presentation</code> role may
- always be used. Authors must not set the ARIA <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes to values that match
- the <span>default implicit ARIA semantics</span> defined in the
- following two tables.<div class="impl">
+ <span>strong native semantics</span>
+ described below. These exceptions are intended to prevent authors
+ from making assistive technology products report nonsensical states
+ that do not represent the actual state of the document. <a href="#refsARIA">[ARIA]</a><div class="impl">
<p>User agents are required to implement ARIA semantics on all
<a href="#html-elements">HTML elements</a>, as defined in the ARIA
Received on Monday, 2 May 2011 21:47:53 UTC