[html5] r6533 - [c] (0) Make sure <br> is handled right in the requirements regarding bidi forma [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 4 10:37:16 PDT 2011


Author: ianh
Date: 2011-09-04 10:37:14 -0700 (Sun, 04 Sep 2011)
New Revision: 6533

Modified:
   complete.html
   index
   source
Log:
[c] (0) Make sure <br> is handled right in the requirements regarding bidi formatting characters.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11234

Modified: complete.html
===================================================================
--- complete.html	2011-09-04 17:28:51 UTC (rev 6532)
+++ complete.html	2011-09-04 17:37:14 UTC (rev 6533)
@@ -12072,8 +12072,8 @@
   formatting character ranges</a>, and then imposing a requirement
   on such ranges.</p>
 
-  <p>The strings resulting from the applying the following algorithm
-  to an <a href=#html-elements title="HTML elements">HTML element</a> <var title="">element</var> are <a href=#bidirectional-algorithm-formatting-character-ranges>bidirectional-algorithm formatting
+  <p>The strings resulting from applying the following algorithm to an
+  <a href=#html-elements title="HTML elements">HTML element</a> <var title="">element</var> are <a href=#bidirectional-algorithm-formatting-character-ranges>bidirectional-algorithm formatting
   character ranges</a>:</p>
 
   <ol><li><p>Let <var title="">output</var> be an empty list of strings.</li>
@@ -12096,6 +12096,7 @@
      <dd><p>Append the text data of <var title="">node</var> to <var title="">string</var>.</dd>
 
 
+     <dt>If <var title="">node</var> is a <code><a href=#the-br-element>br</a></code> element</dt>
      <dt>If <var title="">node</var> is an <a href=#html-elements title="HTML elements">HTML element</a> that is <a href=#flow-content>flow content</a> but that is not also <a href=#phrasing-content>phrasing content</a></dt>
 
      <dd><p>If <var title="">string</var> is not the empty string,

Modified: index
===================================================================
--- index	2011-09-04 17:28:51 UTC (rev 6532)
+++ index	2011-09-04 17:37:14 UTC (rev 6533)
@@ -11936,8 +11936,8 @@
   formatting character ranges</a>, and then imposing a requirement
   on such ranges.</p>
 
-  <p>The strings resulting from the applying the following algorithm
-  to an <a href=#html-elements title="HTML elements">HTML element</a> <var title="">element</var> are <a href=#bidirectional-algorithm-formatting-character-ranges>bidirectional-algorithm formatting
+  <p>The strings resulting from applying the following algorithm to an
+  <a href=#html-elements title="HTML elements">HTML element</a> <var title="">element</var> are <a href=#bidirectional-algorithm-formatting-character-ranges>bidirectional-algorithm formatting
   character ranges</a>:</p>
 
   <ol><li><p>Let <var title="">output</var> be an empty list of strings.</li>
@@ -11960,6 +11960,7 @@
      <dd><p>Append the text data of <var title="">node</var> to <var title="">string</var>.</dd>
 
 
+     <dt>If <var title="">node</var> is a <code><a href=#the-br-element>br</a></code> element</dt>
      <dt>If <var title="">node</var> is an <a href=#html-elements title="HTML elements">HTML element</a> that is <a href=#flow-content>flow content</a> but that is not also <a href=#phrasing-content>phrasing content</a></dt>
 
      <dd><p>If <var title="">string</var> is not the empty string,

Modified: source
===================================================================
--- source	2011-09-04 17:28:51 UTC (rev 6532)
+++ source	2011-09-04 17:37:14 UTC (rev 6533)
@@ -12456,8 +12456,8 @@
   formatting character ranges</span>, and then imposing a requirement
   on such ranges.</p>
 
-  <p>The strings resulting from the applying the following algorithm
-  to an <span title="HTML elements">HTML element</span> <var
+  <p>The strings resulting from applying the following algorithm to an
+  <span title="HTML elements">HTML element</span> <var
   title="">element</var> are <span>bidirectional-algorithm formatting
   character ranges</span>:</p>
 
@@ -12486,6 +12486,7 @@
      <dd><p>Append the text data of <var title="">node</var> to <var title="">string</var>.</p></dd>
 
 
+     <dt>If <var title="">node</var> is a <code>br</code> element</dt>
      <dt>If <var title="">node</var> is an <span title="HTML elements">HTML element</span> that is <span>flow content</span> but that is not also <span>phrasing content</span></dt>
 
      <dd><p>If <var title="">string</var> is not the empty string,




More information about the Commit-Watchers mailing list