hixie: Try to make formatBlock match UAs more. (whatwg r3745)

hixie: Try to make formatBlock match UAs more. (whatwg r3745)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2917&r2=1.2918&f=h
http://html5.org/tools/web-apps-tracker?from=3744&to=3745

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2917
retrieving revision 1.2918
diff -u -d -r1.2917 -r1.2918
--- Overview.html 3 Sep 2009 22:45:39 -0000 1.2917
+++ Overview.html 4 Sep 2009 00:06:48 -0000 1.2918
@@ -174,7 +174,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <h2 class="no-num no-toc" id="w3c-working-draft-25-august-2009">W3C Working Draft 25 August 2009</h2>
-   <!--<h2 class="no-num no-toc">Editor's Draft 3 September 2009</h2>-->
+   <!--<h2 class="no-num no-toc">Editor's Draft 4 September 2009</h2>-->
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">http://www.w3.org/TR/2009/WD-html5-20090825/</a></dd>
@@ -272,7 +272,7 @@
   track.
   <!--ZZZ:-->
   This specification is the 25 August 2009 Working Draft.
-  <!--This specification is the 3 September 2009 Editor's Draft.-->
+  <!--This specification is the 4 September 2009 Editor's Draft.-->
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -9263,10 +9263,9 @@
   value of the <dfn id="attr-link-rel" title="attr-link-rel"><code>rel</code></dfn>
   attribute, which must be present, and must have a value that is a
   <a href="#set-of-space-separated-tokens">set of space-separated tokens</a>. The <a href="#linkTypes">allowed values and their meanings</a> are defined
-  in a later section. If the <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code>
-  attribute is absent, or if the values used are not allowed according
-  to the definitions in this specification, then the element does not
-  define a link.<p>Two categories of links can be created using the
+  in a later section. <span class="impl">If the <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute is absent, or if the
+  values used are not allowed according to the definitions in this
+  specification, then the element does not define a link.</span><p>Two categories of links can be created using the
   <code><a href="#the-link-element">link</a></code> element. <dfn id="external-resource-link" title="external resource link">Links
   to external resources</dfn> are links to resources that are to be
   used to augment the current document, and <dfn id="hyperlink-link" title="hyperlink
@@ -52567,15 +52566,15 @@
       case-insensitive</a> match for the tag name of an element
       defined by this specification that is defined to be a
       <a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>, then,
-      for every position in the selection, take the furthest
+      for every position in the selection, take the nearest
       <a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>
       ancestor element of that position that contains only
       <a href="#phrasing-content">phrasing content</a>, and, if that element is
-      <a href="#editable">editable</a> and has a parent element whose content
-      model allows that parent to contain any <a href="#flow-content">flow
-      content</a>, replace it with an element in the HTML namespace
-      whose name is <var title="">value</var>, and move all the
-      children that were in it to the new element.</p>
+      <a href="#editable">editable</a>, is not an <a href="#editing-host">editing host</a>, and
+      has a parent element whose content model allows that parent to
+      contain any <a href="#flow-content">flow content</a>, replace it with an
+      element in the HTML namespace whose name is <var title="">value</var>, and move all the children that were in it
+      to the new element.</p>
       <p>If there is no selection, then, where in the description
       above refers to the selection, the user agent must act as if the
       selection was an empty range (with just one position) at the

Received on Friday, 4 September 2009 00:07:49 UTC