Skip to content

Commit

Permalink
[c] (0) Make sure <br> is handled right in the requirements regarding…
Browse files Browse the repository at this point in the history
… bidi formatting characters.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11234

git-svn-id: http://svn.whatwg.org/webapps@6533 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2011
1 parent e0a0786 commit 979ba58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -12072,8 +12072,8 @@ <h4 id=requirements-relating-to-bidirectional-algorithm-formatting-characters><s
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>
Expand All @@ -12096,6 +12096,7 @@ <h4 id=requirements-relating-to-bidirectional-algorithm-formatting-characters><s
<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,
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -11936,8 +11936,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand All @@ -11960,6 +11960,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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,
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -12456,8 +12456,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>

Expand Down Expand Up @@ -12486,6 +12486,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<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,
Expand Down

0 comments on commit 979ba58

Please sign in to comment.