[html5] r5677 - [e] (0) Reword some <ubi> requirements and correct some typos. Fixing http://www [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 10 16:57:11 PST 2010


Author: ianh
Date: 2010-11-10 16:57:10 -0800 (Wed, 10 Nov 2010)
New Revision: 5677

Modified:
   complete.html
   index
   source
Log:
[e] (0) Reword some <ubi> requirements and correct some typos.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10807

Modified: complete.html
===================================================================
--- complete.html	2010-11-11 00:44:32 UTC (rev 5676)
+++ complete.html	2010-11-11 00:57:10 UTC (rev 5677)
@@ -20037,10 +20037,16 @@
 
   <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
   style layer. For example, an HTML+CSS user agent should implement
@@ -20056,9 +20062,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>

Modified: index
===================================================================
--- index	2010-11-11 00:44:32 UTC (rev 5676)
+++ index	2010-11-11 00:57:10 UTC (rev 5677)
@@ -20014,10 +20014,16 @@
 
   <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
   style layer. For example, an HTML+CSS user agent should implement
@@ -20033,9 +20039,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>

Modified: source
===================================================================
--- source	2010-11-11 00:44:32 UTC (rev 5676)
+++ source	2010-11-11 00:57:10 UTC (rev 5677)
@@ -21370,10 +21370,16 @@
 
   <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
   style layer. For example, an HTML+CSS user agent should implement
@@ -21389,9 +21395,9 @@
 
    <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><ul>




More information about the Commit-Watchers mailing list