- From: poot <cvsmail@w3.org>
- Date: Thu, 11 Nov 2010 09:57:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Reword some <ubi> requirements and correct some typos. (whatwg
r5677)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4542&r2=1.4543&f=h
http://html5.org/tools/web-apps-tracker?from=5676&to=5677
===================================================================
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><ul>
Received on Thursday, 11 November 2010 00:58:03 UTC