Move todo comment to top of source
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Tue, 14 Jun 2011 14:53:50 -0600
changeset 270 6e503195be17
parent 269 bcaca2e22898
child 271 63a2f1a1378e
Move todo comment to top of source
editcommands.html
source.html
--- a/editcommands.html	Tue Jun 14 14:52:44 2011 -0600
+++ b/editcommands.html	Tue Jun 14 14:53:50 2011 -0600
@@ -131,6 +131,37 @@
  <li><a class=no-num href=#acknowledgements>Acknowledgements</a></ol>
 <!--end-toc-->
 
+<!--
+Things that are only implemented by a couple of browsers and may or may not be
+useful to spec:
+
+* decreaseFontSize, increaseFontSize: Only implemented in Gecko and Opera.
+* contentReadOnly, enableInlineTableEditing, enableObjectResizing, heading,
+  insertBrOnReturn: MDC docs say not implemented in IE (didn't test).
+* readOnly: MDC docs say it's a deprecated equivalent of contentReadOnly, so
+  presumably like useCSS but less popular.
+* 2D-Position, absolutePosition, clearAuthenticationCache, createBookmark,
+  insertButton, insertFieldset, insertIframe, insertInput*, insertMarquee,
+  insertSelectDropdown, insertSelectListbox, insertTextarea, liveResize,
+  multipleSelection, overwrite, print, refresh, saveAs, unbookmark: Mentioned
+  in MSDN docs but not MDC, so presumably IE-only.  Some of these seem
+  inappropriate or useless, others will bear investigation.
+* findString, fontSizeDelta, forwardDelete, insertLineBreak,
+  insertNewlineInQuotedContent, insertText, justifyNone, print, transpose:
+  There's code for these in WebKit, Source/WebCore/editing/EditorCommand.cpp,
+  but I didn't see them mentioned elsewhere.  Some might be worth adding.
+* unselect: Seems to not be implemented by Gecko or Opera, and IE behaves
+  oddly: it seems to collapse the selection instead of removing it.  Will only
+  implement if there seems to be demand; it's redundant to
+  Selection.removeAllRanges() anyway.
+
+Things I haven't looked at that multiple browsers implement:
+
+* copy, cut, paste: Needs attention to security.
+* redo, undo: Needs review of the Google work on this; will probably be
+  quite complicated.
+-->
+
 <h2 id=introduction><span class=secno>1 </span>Introduction</h2>
 
 <p>This specification defines commands to edit HTML documents programmatically.
@@ -1356,37 +1387,6 @@
 </ol>
 
 
-<!--
-Things that are only implemented by a couple of browsers and may or may not be
-useful to spec:
-
-* decreaseFontSize, increaseFontSize: Only implemented in Gecko and Opera.
-* contentReadOnly, enableInlineTableEditing, enableObjectResizing, heading,
-  insertBrOnReturn: MDC docs say not implemented in IE (didn't test).
-* readOnly: MDC docs say it's a deprecated equivalent of contentReadOnly, so
-  presumably like useCSS but less popular.
-* 2D-Position, absolutePosition, clearAuthenticationCache, createBookmark,
-  insertButton, insertFieldset, insertIframe, insertInput*, insertMarquee,
-  insertSelectDropdown, insertSelectListbox, insertTextarea, liveResize,
-  multipleSelection, overwrite, print, refresh, saveAs, unbookmark: Mentioned
-  in MSDN docs but not MDC, so presumably IE-only.  Some of these seem
-  inappropriate or useless, others will bear investigation.
-* findString, fontSizeDelta, forwardDelete, insertLineBreak,
-  insertNewlineInQuotedContent, insertText, justifyNone, print, transpose:
-  There's code for these in WebKit, Source/WebCore/editing/EditorCommand.cpp,
-  but I didn't see them mentioned elsewhere.  Some might be worth adding.
-* unselect: Seems to not be implemented by Gecko or Opera, and IE behaves
-  oddly: it seems to collapse the selection instead of removing it.  Will only
-  implement if there seems to be demand; it's redundant to
-  Selection.removeAllRanges() anyway.
-
-Things I haven't looked at that multiple browsers implement:
-
-* copy, cut, paste: Needs attention to security.
-* redo, undo: Needs review of the Google work on this; will probably be
-  quite complicated.
--->
-
 <h2 id=inline-formatting-commands><span class=secno>6 </span>Inline formatting commands</h2>
 
 <h3 id=inline-formatting-command-definitions><span class=secno>6.1 </span>Inline formatting command definitions</h3>
--- a/source.html	Tue Jun 14 14:52:44 2011 -0600
+++ b/source.html	Tue Jun 14 14:53:50 2011 -0600
@@ -68,6 +68,37 @@
 <h2 class=no-num>Table of contents</h2>
 <!--toc-->
 
+<!--
+Things that are only implemented by a couple of browsers and may or may not be
+useful to spec:
+
+* decreaseFontSize, increaseFontSize: Only implemented in Gecko and Opera.
+* contentReadOnly, enableInlineTableEditing, enableObjectResizing, heading,
+  insertBrOnReturn: MDC docs say not implemented in IE (didn't test).
+* readOnly: MDC docs say it's a deprecated equivalent of contentReadOnly, so
+  presumably like useCSS but less popular.
+* 2D-Position, absolutePosition, clearAuthenticationCache, createBookmark,
+  insertButton, insertFieldset, insertIframe, insertInput*, insertMarquee,
+  insertSelectDropdown, insertSelectListbox, insertTextarea, liveResize,
+  multipleSelection, overwrite, print, refresh, saveAs, unbookmark: Mentioned
+  in MSDN docs but not MDC, so presumably IE-only.  Some of these seem
+  inappropriate or useless, others will bear investigation.
+* findString, fontSizeDelta, forwardDelete, insertLineBreak,
+  insertNewlineInQuotedContent, insertText, justifyNone, print, transpose:
+  There's code for these in WebKit, Source/WebCore/editing/EditorCommand.cpp,
+  but I didn't see them mentioned elsewhere.  Some might be worth adding.
+* unselect: Seems to not be implemented by Gecko or Opera, and IE behaves
+  oddly: it seems to collapse the selection instead of removing it.  Will only
+  implement if there seems to be demand; it's redundant to
+  Selection.removeAllRanges() anyway.
+
+Things I haven't looked at that multiple browsers implement:
+
+* copy, cut, paste: Needs attention to security.
+* redo, undo: Needs review of the Google work on this; will probably be
+  quite complicated.
+-->
+
 <h2>Introduction</h2>
 <!-- @{ -->
 <p>This specification defines commands to edit HTML documents programmatically.
@@ -1313,37 +1344,6 @@
 </ol>
 <!-- @} -->
 
-<!--
-Things that are only implemented by a couple of browsers and may or may not be
-useful to spec:
-
-* decreaseFontSize, increaseFontSize: Only implemented in Gecko and Opera.
-* contentReadOnly, enableInlineTableEditing, enableObjectResizing, heading,
-  insertBrOnReturn: MDC docs say not implemented in IE (didn't test).
-* readOnly: MDC docs say it's a deprecated equivalent of contentReadOnly, so
-  presumably like useCSS but less popular.
-* 2D-Position, absolutePosition, clearAuthenticationCache, createBookmark,
-  insertButton, insertFieldset, insertIframe, insertInput*, insertMarquee,
-  insertSelectDropdown, insertSelectListbox, insertTextarea, liveResize,
-  multipleSelection, overwrite, print, refresh, saveAs, unbookmark: Mentioned
-  in MSDN docs but not MDC, so presumably IE-only.  Some of these seem
-  inappropriate or useless, others will bear investigation.
-* findString, fontSizeDelta, forwardDelete, insertLineBreak,
-  insertNewlineInQuotedContent, insertText, justifyNone, print, transpose:
-  There's code for these in WebKit, Source/WebCore/editing/EditorCommand.cpp,
-  but I didn't see them mentioned elsewhere.  Some might be worth adding.
-* unselect: Seems to not be implemented by Gecko or Opera, and IE behaves
-  oddly: it seems to collapse the selection instead of removing it.  Will only
-  implement if there seems to be demand; it's redundant to
-  Selection.removeAllRanges() anyway.
-
-Things I haven't looked at that multiple browsers implement:
-
-* copy, cut, paste: Needs attention to security.
-* redo, undo: Needs review of the Google work on this; will probably be
-  quite complicated.
--->
-
 <h2>Inline formatting commands</h2>
 
 <h3>Inline formatting command definitions</h3>