svg2: Partial Update ARIA Intrinsic semantics

details:   https://svgwg.org/hg/svg2/rev/9e9d3b9c11d4
branches:  
changeset: 643:9e9d3b9c11d4
user:      Richard Schwerdtfeger <schwer@us.ibm.com>
date:      Tue Feb 18 17:17:17 2014 -0600
description:
Partial Update ARIA Intrinsic semantics

diffstat:

 master/struct.html |  45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diffs (65 lines):

diff --git a/master/struct.html b/master/struct.html
--- a/master/struct.html
+++ b/master/struct.html
@@ -2297,16 +2297,61 @@ specifications. [<a href="refs.html#ref-
       <td>no restrictions</td>
     </tr>
     <tr>
       <td><a>'symbol'</a></td>
       <td><code title="attr-aria-role-preseentation">presentation</code> role provided no associated <a>'title'</a> element, <a>'desc'</a> element, <a>'aria-label'</a> attribute, <a>'aria-labelledby'</a> attribute, or <a>'aria-describedby'</a> attribute; otherwise, <code title="attr-aria-role-group">group</code> role</td>
       <td>no restrictions</td>
     </tr>
     <tr>
+      <td><a>'text'</a></td>
+      <td><code title="attr-aria-role-preseentation">presentation</code> role provided no associated <a>'title'</a> element, <a>'desc'</a> element, <a>'aria-label'</a> attribute, <a>'aria-labelledby'</a> attribute, or <a>'aria-describedby'</a> attribute; otherwise, <code title="attr-aria-role-group">group</code> role</td>
+      <td>no restrictions</td>
+    </tr>
+    <tr>
+      <td><a>'textPath'</a></td>
+      <td><code title="attr-aria-role-preseentation">presentation</code> role provided no associated <a>'title'</a> element, <a>'desc'</a> element, <a>'aria-label'</a> attribute, <a>'aria-labelledby'</a> attribute, or <a>'aria-describedby'</a> attribute; otherwise, <code title="attr-aria-role-group">group</code> role</td>
+      <td>no restrictions</td>
+    </tr>
+    <tr>
+      <td><a>'title'</a></td>
+      <td>none</td>
+      <td>no role may be applied</td>
+    </tr>
+    <tr>
+      <td><a>'track'</a></td>
+      <td>none</td>
+      <td>no role may be applied</td>
+    </tr>
+    <tr>
+      <td><a>'tref'</a></td>
+      <td><code title="attr-aria-role-preseentation">presentation</code> role provided no associated <a>'title'</a> element, <a>'desc'</a> element, <a>'aria-label'</a> attribute, <a>'aria-labelledby'</a> attribute, or <a>'aria-describedby'</a> attribute; otherwise, <code title="attr-aria-role-group">group</code> role</td>
+      <td>no restrictions</td>
+    </tr>
+    <tr>
+      <td><a>'tspan'</a></td>
+      <td><code title="attr-aria-role-preseentation">presentation</code> role provided no associated <a>'title'</a> element, <a>'desc'</a> element, <a>'aria-label'</a> attribute, <a>'aria-labelledby'</a> attribute, or <a>'aria-describedby'</a> attribute; otherwise, <code title="attr-aria-role-group">group</code> role</td>
+      <td>no restrictions</td>
+    </tr>
+    <tr>
+      <td><a>'use'</a></td>
+      <td><code title="attr-aria-role-preseentation">presentation</code> role provided no associated <a>'title'</a> element, <a>'desc'</a> element, <a>'aria-label'</a> attribute, <a>'aria-labelledby'</a> attribute, or <a>'aria-describedby'</a> attribute; otherwise, <code title="attr-aria-role-group">group</code> role</td>
+      <td>no restrictions</td>
+    </tr>
+    <tr>
+      <td><a>'video'</a></td>
+      <td>none</td>
+      <td>If specified, role must be <code title="attr-aria-role-application">application</code></td>
+    </tr>
+    <tr>
+      <td><a>'view'</a></td>
+      <td><code title="attr-aria-role-preseentation">presentation</code> role provided no associated <a>'title'</a> element, <a>'desc'</a> element, <a>'aria-label'</a> attribute, <a>'aria-labelledby'</a> attribute, or <a>'aria-describedby'</a> attribute; otherwise, <code title="attr-aria-role-group">group</code> role</td>
+      <td>no restrictions</td>
+    </tr>
+    <tr>
       <td>...</td>
       <td></td>
       <td></td>
     </tr>
    </tbody>
   </table>
 
 <h2 id="DOMInterfaces">DOM interfaces</h2>

Received on Tuesday, 18 February 2014 23:19:39 UTC