Add some issues about role="" attribute definition.
authorCameron McCormack <cam@mcc.id.au>
Mon, 23 Sep 2013 14:58:27 +1000
changeset 533 88ca6dca9a74
parent 532 479b268dd7ac
child 534 dcc1d3a5235f
Add some issues about role="" attribute definition.
master/struct.html
--- a/master/struct.html	Wed Sep 18 02:39:08 2013 -0400
+++ b/master/struct.html	Mon Sep 23 14:58:27 2013 +1000
@@ -2125,6 +2125,13 @@
   <dd>
     <p>The role value is a set of white-space separated machine-extractable semantic information used to define the purpose of the element.
     </p>
+    <p class="issue">The "Value" entry in the attribute definition box above should
+    be a grammar, not a sentence.  Maybe we can define a symbol &lt;role&gt; by
+    reference to the ARIA specification, and then define the attribute as taking
+    "role+".</p>
+    <p class="issue">The lacuna value is defined to be "default", but that's not
+    listed as one of the role names in the referenced ARIA section.  What does
+    "default" mean?</p>
   </dd>
 </dl>