- From: poot <cvsmail@w3.org>
- Date: Sun, 04 Sep 2011 13:38:49 -0400
- To: public-html-diffs@w3.org
hixie: Make sure <br> is handled right in the requirements regarding bidi formatting characters. (whatwg r6533) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5231&r2=1.5232&f=h http://html5.org/tools/web-apps-tracker?from=6532&to=6533 =================================================================== 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:51 UTC