Index: edge.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/edge/edge.theme.inc,v
retrieving revision 1.3
diff -u -p -r1.3 edge.theme.inc
--- edge.theme.inc	5 Oct 2010 01:16:38 -0000	1.3
+++ edge.theme.inc	5 Oct 2010 11:55:20 -0000
@@ -22,6 +22,9 @@
  *   - title: The title of the list.
  *   - type: The type of list to return (e.g. "ul", "ol").
  *   - attributes: The attributes applied to the list element.
+ *
+ * @issue http://drupal.org/node/256827
+ *   Various bugs in theme_item_list().
  */
 function theme_edge_item_list($variables) {
   $items = $variables['items'];
@@ -124,6 +127,11 @@ function theme_edge_item_list($variables
  *     screen-reader and keyboard only users to navigate to or skip the links.
  *     See http://juicystudio.com/article/screen-readers-display-none.php
  *     and http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
+ *
+ * @issue http://drupal.org/node/98696
+ *   Various bugs in theme_links().
+ * @issue http://drupal.org/node/569254
+ *   theme_links() heading only allows class attribute.
  */
 function theme_edge_links($variables) {
   global $language_url;
