- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Nov 2010 01:16:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21062
Modified Files:
spec.html text-level-semantics.html
Log Message:
Reword some <ubi> requirements and correct some typos. (whatwg r5677)
[updated by splitter]
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1017
retrieving revision 1.1018
diff -u -d -r1.1017 -r1.1018
--- text-level-semantics.html 9 Nov 2010 12:26:25 -0000 1.1017
+++ text-level-semantics.html 11 Nov 2010 01:16:50 -0000 1.1018
@@ -1878,9 +1878,15 @@
this element (it never inherits from the parent element like with
other elements).</p><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
@@ -1895,9 +1901,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>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1322
retrieving revision 1.1323
diff -u -d -r1.1322 -r1.1323
--- spec.html 11 Nov 2010 00:47:30 -0000 1.1322
+++ spec.html 11 Nov 2010 01:16:50 -0000 1.1323
@@ -374,7 +374,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4542.
+This is revision 1.4543.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 11 November 2010 01:16:54 UTC