- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Nov 2010 20:11:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10639
Modified Files:
Overview.html
Log Message:
expand colloquial abbreviations (whatwg r5671)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4537
retrieving revision 1.4538
diff -u -d -r1.4537 -r1.4538
--- Overview.html 5 Nov 2010 20:06:59 -0000 1.4537
+++ Overview.html 5 Nov 2010 20:10:56 -0000 1.4538
@@ -17267,9 +17267,10 @@
paragraph not present in the parent element.</p>
<p>The requirements on handling the <code><a href="#the-bdi-element">bdi</a></code> element for the
- bidi algorithm may be implemented indirectly through the style
- layer. For example, an HTML+CSS user agent should implement these
- requirements by implementing the CSS 'unicode-bidi' property. <a href="#refsCSS">[CSS]</a></p>
+ bidirectional algorithm may be implemented indirectly through the
+ style layer. For example, an HTML+CSS user agent should implement
+ these requirements by implementing the CSS 'unicode-bidi' property.
+ <a href="#refsCSS">[CSS]</a></p>
</div><div class="example">
@@ -17311,22 +17312,23 @@
<p>If the element has the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code>
attribute set to the exact value <code>ltr</code>, then for the
- purposes of the bidi algorithm, the user agent must act as if there
- was a U+202D LEFT-TO-RIGHT OVERRIDE character at the start of the
- element, and a U+202C POP DIRECTIONAL FORMATTING at the end of the
- element.</p>
+ purposes of the bidirectional algorithm, the user agent must act as
+ if there was a U+202D LEFT-TO-RIGHT OVERRIDE character at the start
+ of the element, and a U+202C POP DIRECTIONAL FORMATTING at the end
+ of the element.</p>
<p>If the element has the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code>
attribute set to the exact value <code>rtl</code>, then for the
- purposes of the bidi algorithm, the user agent must act as if there
- was a U+202E RIGHT-TO-LEFT OVERRIDE character at the start of the
- element, and a U+202C POP DIRECTIONAL FORMATTING at the end of the
- element.</p>
+ purposes of the bidirectional algorithm, the user agent must act as
+ if there was a U+202E RIGHT-TO-LEFT OVERRIDE character at the start
+ of the element, and a U+202C POP DIRECTIONAL FORMATTING at the end
+ of the element.</p>
<p>The requirements on handling the <code><a href="#the-bdo-element">bdo</a></code> element for the
- bidi algorithm may be implemented indirectly through the style
- layer. For example, an HTML+CSS user agent should implement these
- requirements by implementing the CSS 'unicode-bidi' property. <a href="#refsCSS">[CSS]</a></p>
+ bidirectional algorithm may be implemented indirectly through the
+ style layer. For example, an HTML+CSS user agent should implement
+ these requirements by implementing the CSS 'unicode-bidi' property.
+ <a href="#refsCSS">[CSS]</a></p>
</div><h4 id="the-span-element"><span class="secno">4.6.24 </span>The <dfn><code>span</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
<dd><a href="#flow-content">Flow content</a>.</dd>
Received on Friday, 5 November 2010 20:11:02 UTC