html5/spec Overview.html,1.2504,1.2505

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21378

Modified Files:
	Overview.html 
Log Message:
Correct the rules for rendering of carets in contenteditable. (whatwg r3373)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2504
retrieving revision 1.2505
diff -u -d -r1.2504 -r1.2505
--- Overview.html	8 Jul 2009 00:41:15 -0000	1.2504
+++ Overview.html	8 Jul 2009 00:56:17 -0000	1.2505
@@ -64425,11 +64425,12 @@
 
   <p>The current text editing caret (the one at the <a href="#caret-position">caret
   position</a> in a focused <a href="#editing-host">editing host</a>) is expected
-  to act like an empty inline element for the purposes of the CSS
+  to act like an inline replaced element with the vertical dimensions
+  of the caret and with zero width for the purposes of the CSS
   rendering model.</p>
 
   <p class="note">This means that even an empty block can have the
-  caret inside it, and that when the caret is in such an element,
+  caret inside it, and that when the caret is in such an element, it
   prevents margins from collapsing through the element.</p>
 
 

Received on Wednesday, 8 July 2009 00:56:28 UTC