Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Reword some <ubi> requirements and correct some typos.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10807

git-svn-id: http://svn.whatwg.org/webapps@5677 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 11, 2010
1 parent 2910b66 commit 4df2354
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 15 deletions.
16 changes: 11 additions & 5 deletions complete.html
Expand Up @@ -20037,9 +20037,15 @@ <h4 id=the-bdi-element><span class=secno>4.6.22 </span>The <dfn><code>bdi</code>

<div class=impl>

<p>For the purposes of the bidirectional algorithm, the user agent
must act as if the contents of the element were a self-contained
paragraph not present in the parent element.</p>
<p>For the purposes of applying the bidirectional algorithm to the
contents of a <code><a href=#the-bdi-element>bdi</a></code> element, user agents must treat the
element as a paragraph-level container.</p>

<p>For the purposes of applying the bidirectional algorithm to the
paragraph-level container that a <code><a href=#the-bdi-element>bdi</a></code> element finds
itself within, the <code><a href=#the-bdi-element>bdi</a></code> element must be treated like a
U+FFFC OBJECT REPLACEMENT CHARACTER (in the same manner that an
image or other inline object is handled).</p>

<p>The requirements on handling the <code><a href=#the-bdi-element>bdi</a></code> element for the
bidirectional algorithm may be implemented indirectly through the
Expand All @@ -20056,9 +20062,9 @@ <h4 id=the-bdi-element><span class=secno>4.6.22 </span>The <dfn><code>bdi</code>

<p>In this example, usernames are shown along with the number of
posts that the user has submitted. If the <code><a href=#the-bdi-element>bdi</a></code> element
was not used, the username of the Arabic user would end up
were not used, the username of the Arabic user would end up
confusing the text (the bidirectional algorithm would put the colon
next and the number "3" to the word "User" rather than next to the
and the number "3" next to the word "User" rather than next to the
word "posts").</p>

<pre>&lt;ul&gt;
Expand Down
16 changes: 11 additions & 5 deletions index
Expand Up @@ -20014,9 +20014,15 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>

<div class=impl>

<p>For the purposes of the bidirectional algorithm, the user agent
must act as if the contents of the element were a self-contained
paragraph not present in the parent element.</p>
<p>For the purposes of applying the bidirectional algorithm to the
contents of a <code><a href=#the-bdi-element>bdi</a></code> element, user agents must treat the
element as a paragraph-level container.</p>

<p>For the purposes of applying the bidirectional algorithm to the
paragraph-level container that a <code><a href=#the-bdi-element>bdi</a></code> element finds
itself within, the <code><a href=#the-bdi-element>bdi</a></code> element must be treated like a
U+FFFC OBJECT REPLACEMENT CHARACTER (in the same manner that an
image or other inline object is handled).</p>

<p>The requirements on handling the <code><a href=#the-bdi-element>bdi</a></code> element for the
bidirectional algorithm may be implemented indirectly through the
Expand All @@ -20033,9 +20039,9 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>

<p>In this example, usernames are shown along with the number of
posts that the user has submitted. If the <code><a href=#the-bdi-element>bdi</a></code> element
was not used, the username of the Arabic user would end up
were not used, the username of the Arabic user would end up
confusing the text (the bidirectional algorithm would put the colon
next and the number "3" to the word "User" rather than next to the
and the number "3" next to the word "User" rather than next to the
word "posts").</p>

<pre>&lt;ul&gt;
Expand Down
16 changes: 11 additions & 5 deletions source
Expand Up @@ -21370,9 +21370,15 @@ wormhole connection.&lt;/mark>&lt;/p></pre>

<div class="impl">

<p>For the purposes of the bidirectional algorithm, the user agent
must act as if the contents of the element were a self-contained
paragraph not present in the parent element.</p>
<p>For the purposes of applying the bidirectional algorithm to the
contents of a <code>bdi</code> element, user agents must treat the
element as a paragraph-level container.</p>

<p>For the purposes of applying the bidirectional algorithm to the
paragraph-level container that a <code>bdi</code> element finds
itself within, the <code>bdi</code> element must be treated like a
U+FFFC OBJECT REPLACEMENT CHARACTER (in the same manner that an
image or other inline object is handled).</p>

<p>The requirements on handling the <code>bdi</code> element for the
bidirectional algorithm may be implemented indirectly through the
Expand All @@ -21389,9 +21395,9 @@ wormhole connection.&lt;/mark>&lt;/p></pre>

<p>In this example, usernames are shown along with the number of
posts that the user has submitted. If the <code>bdi</code> element
was not used, the username of the Arabic user would end up
were not used, the username of the Arabic user would end up
confusing the text (the bidirectional algorithm would put the colon
next and the number "3" to the word "User" rather than next to the
and the number "3" next to the word "User" rather than next to the
word "posts").</p>

<pre>&lt;ul>
Expand Down

0 comments on commit 4df2354

Please sign in to comment.