Define line-breaking behavior
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Mon, 30 May 2011 13:29:28 -0600
changeset 199 b9696ee7fd2d
parent 198 da52305049bb
child 200 f6178d593f7c
Define line-breaking behavior
editcommands.html
source.html
--- a/editcommands.html	Mon May 30 13:25:08 2011 -0600
+++ b/editcommands.html	Mon May 30 13:29:28 2011 -0600
@@ -110,6 +110,7 @@
   <ol>
    <li><a href=#the-stylewithcss-command><span class=secno>8.1 </span>The <code title="">styleWithCSS</code> command</a></li>
    <li><a href=#the-usecss-command><span class=secno>8.2 </span>The <code title="">useCSS</code> command</a></ol></li>
+ <li><a href=#additional-requirements><span class=secno>9 </span>Additional requirements</a></li>
  <li><a class=no-num href=#acknowledgements>Acknowledgements</a></ol>
 <!--end-toc-->
 
@@ -4562,6 +4563,15 @@
 get rid of it.
 
 
+<h2 id=additional-requirements><span class=secno>9 </span>Additional requirements</h2>
+
+<p>When the user instructs the user agent to insert a line break inside an
+<a href=#editing-host>editing host</a>, such as by pressing the Return key while the cursor
+is in an <a href=#editable>editable</a> <a class=external data-anolis-spec=domcore href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-node title=concept-node>node</a>, the user agent must take the
+<a href=#action>action</a> for <a href=#the-insertparagraph-command>the <code title="">insertParagraph</code>
+command</a>.
+
+
 <h2 class=no-num id=acknowledgements>Acknowledgements</h2>
 <p>Thanks to:
 
--- a/source.html	Mon May 30 13:25:08 2011 -0600
+++ b/source.html	Mon May 30 13:29:28 2011 -0600
@@ -4602,6 +4602,15 @@
 get rid of it.
 
 
+<h2>Additional requirements</h2>
+
+<p>When the user instructs the user agent to insert a line break inside an
+<span>editing host</span>, such as by pressing the Return key while the cursor
+is in an <span>editable</span> [[node]], the user agent must take the
+<span>action</span> for <span>the <code title>insertParagraph</code>
+command</span>.
+
+
 <h2 class=no-num>Acknowledgements</h2>
 <p>Thanks to: