spec/Overview.html 1.1438 2265 remove remaining non-big issue markers (

remove remaining non-big issue markers (whatwg r2265)

SQLStatementErrorCallback
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1438.html#sqlstatementerrorcallback
4.11.5.2 Building menus and tool bars
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1438.html#building-menus-and-tool-bars
DragEvent
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1438.html#dragevent
executeSql(sqlStatement, arguments, callback, errorCallback)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1438.html#dom-sqltransaction-executesql
initDragEventNS()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1438.html#dom-dragevent-initdrageventns
initDragEvent()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1438.html#dom-dragevent-initdragevent
SQLStatementCallback
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1438.html#sqlstatementcallback

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1437&r2=1.1438&f=h
http://html5.org/tools/web-apps-tracker?from=2264&to=2265

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1437
retrieving revision 1.1438
diff -u -d -r1.1437 -r1.1438
--- Overview.html 2 Oct 2008 10:06:07 -0000 1.1437
+++ Overview.html 2 Oct 2008 10:07:29 -0000 1.1438
@@ -23345,7 +23345,7 @@
 
    <dd><a href=#ignore>Ignore</a> the node.</dd>
 
-  </dl><p class=issue>We should support <code><a href=#the-label-element>label</a></code> in the
+  </dl><p class=big-issue>We should support <code><a href=#the-label-element>label</a></code> in the
   algorithm above -- just iterate through the contents like with
   <code><a href=#the-li-element>li</a></code>, to support <code><a href=#the-input-element>input</a></code> elements in
   <code><a href=#the-label-element>label</a></code> elements. Also, <code><a href=#the-optgroup-element>optgroup</a></code> elements
@@ -28830,7 +28830,7 @@
 };
 
 interface <dfn id=sqlstatementerrorcallback>SQLStatementErrorCallback</dfn> {
-  boolean <span title=dom-sqlstatementerrorcallback-handleEvent>handleEvent</span>(in <a href=#sqltransaction>SQLTransaction</a> transaction, in <a href=#sqlerror>SQLError</a> error);<span class=issue>Or should these arguments be the other way around? Either way we're inconsistent with _something_. What should we be consistent with?</span>
+  boolean <span title=dom-sqlstatementerrorcallback-handleEvent>handleEvent</span>(in <a href=#sqltransaction>SQLTransaction</a> transaction, in <a href=#sqlerror>SQLError</a> error);
 };</pre><p>When the <dfn id=dom-sqltransaction-executesql title=dom-sqltransaction-executeSql><code>executeSql(<var title="">sqlStatement</var>, <var title="">arguments</var>, <var title="">callback</var>, <var title="">errorCallback</var>)</code></dfn> method is invoked, the
   user agent must run the following algorithm. (This algorithm is
   relatively simple and doesn't actually execute any SQL &mdash; the
@@ -30766,7 +30766,7 @@
   readonly attribute <a href=#datatransfer>DataTransfer</a> <a href=#dom-dragevent-datatransfer title=dom-DragEvent-dataTransfer>dataTransfer</a>;
   void <a href=#dom-dragevent-initdragevent title=dom-DragEvent-initDragEvent>initDragEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in AbstractView viewArg, in long detailArg, in <a href=#datatransfer>DataTransfer</a> dataTransferArg);
   void <a href=#dom-dragevent-initdrageventns title=dom-DragEvent-initDragEventNS>initDragEventNS</a>(in DOMString namespaceURIArg, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in AbstractView viewArg, in long detailArg, in <a href=#datatransfer>DataTransfer</a> dataTransferArg);
-};</pre><p class=issue>We should have modifier key information in here too
+};</pre><p class=big-issue>We should have modifier key information in here too
   (shift/ctrl, etc), like with mouse events and like with the context
   menu event.<p>The <dfn id=dom-dragevent-initdragevent title=dom-DragEvent-initDragEvent><code>initDragEvent()</code></dfn>
   and <dfn id=dom-dragevent-initdrageventns title=dom-DragEvent-initDragEventNS><code>initDragEventNS()</code></dfn>

Received on Thursday, 2 October 2008 10:25:47 UTC