html5/spec Overview.html,1.4542,1.4543

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

Modified Files:
	Overview.html 
Log Message:
Reword some <ubi> requirements and correct some typos. (whatwg r5677)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4542
retrieving revision 1.4543
diff -u -d -r1.4542 -r1.4543
--- Overview.html	11 Nov 2010 00:44:39 -0000	1.4542
+++ Overview.html	11 Nov 2010 00:57:16 -0000	1.4543
@@ -17390,9 +17390,15 @@
   this element (it never inherits from the parent element like with
   other elements).<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
@@ -17407,9 +17413,9 @@
 
    <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;

Received on Thursday, 11 November 2010 00:57:23 UTC