html5/spec Overview.html,1.5231,1.5232

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

Modified Files:
	Overview.html 
Log Message:
Make sure <br> is handled right in the requirements regarding bidi formatting characters. (whatwg r6533)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5231
retrieving revision 1.5232
diff -u -d -r1.5231 -r1.5232
--- Overview.html	4 Sep 2011 17:30:18 -0000	1.5231
+++ Overview.html	4 Sep 2011 17:38:40 -0000	1.5232
@@ -9887,8 +9887,8 @@
   algorithm.<p>The aforementioned restrictions are defined by specifying that
   certain parts of documents form <a href="#bidirectional-algorithm-formatting-character-ranges">bidirectional-algorithm
   formatting character ranges</a>, and then imposing a requirement
-  on such ranges.<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
+  on such ranges.<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>:<ol><li><p>Let <var title="">output</var> be an empty list of strings.</li>
 
    <li><p>Let <var title="">string</var> be an empty string.</li>
@@ -9909,6 +9909,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,

Received on Sunday, 4 September 2011 17:38:46 UTC