Skip to content

Commit

Permalink
[] (0) Caret affects rendering.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3216 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 10, 2009
1 parent 6b71e43 commit 9b21f8e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
20 changes: 15 additions & 5 deletions index
Expand Up @@ -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-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 9 June 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -55216,9 +55217,6 @@ at the first element with the given ID must be treated as if it was cloned and r
<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. -->

Expand Down Expand Up @@ -70228,6 +70226,18 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>
Expand Down
15 changes: 12 additions & 3 deletions source
Expand Up @@ -64692,9 +64692,6 @@ at the first element with the given ID must be treated as if it was cloned and r
<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. -->

Expand Down Expand Up @@ -82817,6 +82814,18 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>
Expand Down

0 comments on commit 9b21f8e

Please sign in to comment.