[html5] r877 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 7 11:50:01 PDT 2007


Author: ianh
Date: 2007-06-07 11:49:58 -0700 (Thu, 07 Jun 2007)
New Revision: 877

Modified:
   index
   source
Log:
[] (0) Say what keystroke we suggest for inserting a <br>.

Modified: index
===================================================================
--- index	2007-06-07 00:53:35 UTC (rev 876)
+++ index	2007-06-07 18:49:58 UTC (rev 877)
@@ -28514,9 +28514,12 @@
 
    <dd>
     <p>UAs should offer a way for the user to request an explicit line break
-     at the caret position without breaking the block, for example as in a
-     poem verse or an address. To insert a line break, the user agent must
-     insert a <code><a href="#br">br</a></code> element.</p>
+     at the caret position without breaking the block, e.g. as the default
+     action of a <code title=event-keydown>keydown</code> event whose
+     identifier is the "Enter" key and that has a shift modifier set. Line
+     separators are typically found within a poem verse or an address. To
+     insert a line break, the user agent must insert a <code><a
+     href="#br">br</a></code> element.</p>
 
     <p>If the caret is positioned somewhere where <a
      href="#inline-level0">inline-level content</a> is not allowed (e.g.

Modified: source
===================================================================
--- source	2007-06-07 00:53:35 UTC (rev 876)
+++ source	2007-06-07 18:49:58 UTC (rev 877)
@@ -26074,9 +26074,12 @@
    <dt id="contenteditable-br">Insert a line separator</dt>
 
    <dd><p>UAs should offer a way for the user to request an explicit
-   line break at the caret position without breaking the block, for
-   example as in a poem verse or an address. To insert a line break,
-   the user agent must insert a <code>br</code> element.</p>
+   line break at the caret position without breaking the block,
+   e.g. as the default action of a <code
+   title="event-keydown">keydown</code> event whose identifier is the
+   "Enter" key and that has a shift modifier set. Line separators are
+   typically found within a poem verse or an address. To insert a line
+   break, the user agent must insert a <code>br</code> element.</p>
 
    <p>If the caret is positioned somewhere where <span>inline-level
    content</span> is not allowed (e.g. because the element accepts




More information about the Commit-Watchers mailing list