[html5] r5637 - [giow] (2) clarify that directionality affects native UI Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 15 14:52:57 PDT 2010


Author: ianh
Date: 2010-10-15 14:52:54 -0700 (Fri, 15 Oct 2010)
New Revision: 5637

Modified:
   complete.html
   index
   source
Log:
[giow] (2) clarify that directionality affects native UI
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10819

Modified: complete.html
===================================================================
--- complete.html	2010-10-15 21:28:50 UTC (rev 5636)
+++ complete.html	2010-10-15 21:52:54 UTC (rev 5637)
@@ -1283,7 +1283,8 @@
     <ol>
      <li><a href=#links,-forms,-and-navigation><span class=secno>14.6.1 </span>Links, forms, and navigation</a></li>
      <li><a href=#the-title-attribute-0><span class=secno>14.6.2 </span>The <code title=attr-title>title</code> attribute</a></li>
-     <li><a href=#editing-hosts><span class=secno>14.6.3 </span>Editing hosts</a></ol></li>
+     <li><a href=#editing-hosts><span class=secno>14.6.3 </span>Editing hosts</a></li>
+     <li><a href=#text-rendered-in-native-user-interfaces><span class=secno>14.6.4 </span>Text rendered in native user interfaces</a></ol></li>
    <li><a href=#print-media><span class=secno>14.7 </span>Print media</a></ol></li>
  <li><a href=#obsolete><span class=secno>15 </span>Obsolete features</a>
   <ol>
@@ -87644,7 +87645,18 @@
 
 
 
+  <h4 id=text-rendered-in-native-user-interfaces><span class=secno>14.6.4 </span>Text rendered in native user interfaces</h4>
 
+  <p>User agents are expected to honor the Unicode semantics of text
+  that is exposed in user interfaces, for example supporting the
+  bidirectional algorithm in text shown in dialogs, title bars, pop-up
+  menus, and tooltips. Text from elements (either attribute values or
+  the contents of elements) is expected to be rendered in a manner
+  that honors <a href=#the-directionality>the directionality</a> of the element from
+  which the text was obtained.</p>
+
+
+
   <h3 id=print-media><span class=secno>14.7 </span>Print media</h3>
 
   <p>User agents are expected to allow the user to request the

Modified: index
===================================================================
--- index	2010-10-15 21:28:50 UTC (rev 5636)
+++ index	2010-10-15 21:52:54 UTC (rev 5637)
@@ -1206,7 +1206,8 @@
     <ol>
      <li><a href=#links,-forms,-and-navigation><span class=secno>12.6.1 </span>Links, forms, and navigation</a></li>
      <li><a href=#the-title-attribute-0><span class=secno>12.6.2 </span>The <code title=attr-title>title</code> attribute</a></li>
-     <li><a href=#editing-hosts><span class=secno>12.6.3 </span>Editing hosts</a></ol></li>
+     <li><a href=#editing-hosts><span class=secno>12.6.3 </span>Editing hosts</a></li>
+     <li><a href=#text-rendered-in-native-user-interfaces><span class=secno>12.6.4 </span>Text rendered in native user interfaces</a></ol></li>
    <li><a href=#print-media><span class=secno>12.7 </span>Print media</a></ol></li>
  <li><a href=#obsolete><span class=secno>13 </span>Obsolete features</a>
   <ol>
@@ -83558,7 +83559,18 @@
 
 
 
+  <h4 id=text-rendered-in-native-user-interfaces><span class=secno>12.6.4 </span>Text rendered in native user interfaces</h4>
 
+  <p>User agents are expected to honor the Unicode semantics of text
+  that is exposed in user interfaces, for example supporting the
+  bidirectional algorithm in text shown in dialogs, title bars, pop-up
+  menus, and tooltips. Text from elements (either attribute values or
+  the contents of elements) is expected to be rendered in a manner
+  that honors <a href=#the-directionality>the directionality</a> of the element from
+  which the text was obtained.</p>
+
+
+
   <h3 id=print-media><span class=secno>12.7 </span>Print media</h3>
 
   <p>User agents are expected to allow the user to request the

Modified: source
===================================================================
--- source	2010-10-15 21:28:50 UTC (rev 5636)
+++ source	2010-10-15 21:52:54 UTC (rev 5637)
@@ -100083,7 +100083,18 @@
 
 
 
+  <h4>Text rendered in native user interfaces</h4>
 
+  <p>User agents are expected to honor the Unicode semantics of text
+  that is exposed in user interfaces, for example supporting the
+  bidirectional algorithm in text shown in dialogs, title bars, pop-up
+  menus, and tooltips. Text from elements (either attribute values or
+  the contents of elements) is expected to be rendered in a manner
+  that honors <span>the directionality</span> of the element from
+  which the text was obtained.</p>
+
+
+
   <h3>Print media</h3>
 
   <p>User agents are expected to allow the user to request the




More information about the Commit-Watchers mailing list