[html5] r3216 - [] (0) Caret affects rendering.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 9 18:23:59 PDT 2009
Author: ianh
Date: 2009-06-09 18:23:58 -0700 (Tue, 09 Jun 2009)
New Revision: 3216
Modified:
index
source
Log:
[] (0) Caret affects rendering.
Modified: index
===================================================================
--- index 2009-06-09 23:40:01 UTC (rev 3215)
+++ index 2009-06-10 01:23:58 UTC (rev 3216)
@@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 9 June 2009</h2>
+ <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 10 June 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -1069,7 +1069,8 @@
<ol>
<li><a href=#links,-forms,-and-navigation><span class=secno>11.6.1 </span>Links, forms, and navigation</a></li>
<li><a href=#the-mark-element-0><span class=secno>11.6.2 </span>The <code>mark</code> element</a></li>
- <li><a href=#the-title-attribute-0><span class=secno>11.6.3 </span>The <code title=attr-title>title</code> attribute</a></ol></li>
+ <li><a href=#the-title-attribute-0><span class=secno>11.6.3 </span>The <code title=attr-title>title</code> attribute</a></li>
+ <li><a href=#editing-hosts><span class=secno>11.6.4 </span>Editing hosts</a></ol></li>
<li><a href=#print-media><span class=secno>11.7 </span>Print media</a></li>
<li><a href=#interaction-with-css><span class=secno>11.8 </span>Interaction with CSS</a></ol></li>
<li><a href=#obsolete-features><span class=secno>12 </span>Obsolete features</a>
@@ -55216,9 +55217,6 @@
<p class=note>How the caret and selection are represented depends
entirely on the UA.</p>
- <!-- XXX rendering requirement: The current caret should affect the
- line-height (i.e. it acts at least like an empty inline element) -->
-
<!-- XXX would be useful to have a way to mark an element as
unremovable. -->
@@ -70228,8 +70226,20 @@
breaks in the tooltip.</p>
+ <h4 id=editing-hosts><span class=secno>11.6.4 </span>Editing hosts</h4>
+ <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
+ 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,
+ prevents margins from collapsing through the element.</p>
+
+
+
+
<h3 id=print-media><span class=secno>11.7 </span>Print media</h3>
<p>User agents are expected to allow the user to request the
Modified: source
===================================================================
--- source 2009-06-09 23:40:01 UTC (rev 3215)
+++ source 2009-06-10 01:23:58 UTC (rev 3216)
@@ -64692,9 +64692,6 @@
<p class="note">How the caret and selection are represented depends
entirely on the UA.</p>
- <!-- XXX rendering requirement: The current caret should affect the
- line-height (i.e. it acts at least like an empty inline element) -->
-
<!-- XXX would be useful to have a way to mark an element as
unremovable. -->
@@ -82817,8 +82814,20 @@
breaks in the tooltip.</p>
+ <h4>Editing hosts</h4>
+ <p>The current text editing caret (the one at the <span>caret
+ position</span> in a focused <span>editing host</span>) is expected
+ to act like an empty inline element 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,
+ prevents margins from collapsing through the element.</p>
+
+
+
+
<h3>Print media</h3>
<p>User agents are expected to allow the user to request the
More information about the Commit-Watchers
mailing list