- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 22 Aug 2009 05:54:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9463
Modified Files:
Overview.html
Log Message:
hide some impl-only text (whatwg r3660)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2839
retrieving revision 1.2840
diff -u -d -r1.2839 -r1.2840
--- Overview.html 22 Aug 2009 05:50:03 -0000 1.2839
+++ Overview.html 22 Aug 2009 05:54:31 -0000 1.2840
@@ -7921,10 +7921,9 @@
cell in the first column implies the ARIA semantics (role, states,
and/or properties) given in the cell in the second column of the
same row. 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. When
- multiple rows apply to an element, the role from the last row to
- define a role must be applied, and the states and properties from
- all the rows must be combined.<table><thead><tr><th>Language feature
+ conflicts with the semantics described in the following table. <span class="impl">When multiple rows apply to an element, the role from
+ the last row to define a role must be applied, and the states and
+ properties from all the rows must be combined.</span><table><thead><tr><th>Language feature
<th>Strong native semantics <span class="impl">and implied ARIA semantics</span>
<tbody><tr><td><code><a href="#the-a-element">a</a></code> element that represents a <a href="#hyperlink">hyperlink</a>
Received on Saturday, 22 August 2009 05:54:43 UTC