[html5] r5641 - [giow] (2) Define directional behaviour for window.alert() text. Fixing http://w [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 18 23:34:24 PDT 2010


Author: ianh
Date: 2010-10-18 23:34:22 -0700 (Mon, 18 Oct 2010)
New Revision: 5641

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Define directional behaviour for window.alert() text.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10827

Modified: complete.html
===================================================================
--- complete.html	2010-10-19 00:23:55 UTC (rev 5640)
+++ complete.html	2010-10-19 06:34:22 UTC (rev 5641)
@@ -87761,7 +87761,9 @@
   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>
+  which the text was obtained. Text from scripts (e.g. the argument to
+  <code title=dom-alert><a href=#dom-alert>window.alert()</a></code>) is expected to be
+  rendered as a separate bidirectional algorithm paragraph. <a href=#refsBIDI>[BIDI]</a></p>
 
 
 

Modified: index
===================================================================
--- index	2010-10-19 00:23:55 UTC (rev 5640)
+++ index	2010-10-19 06:34:22 UTC (rev 5641)
@@ -83675,7 +83675,9 @@
   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>
+  which the text was obtained. Text from scripts (e.g. the argument to
+  <code title=dom-alert><a href=#dom-alert>window.alert()</a></code>) is expected to be
+  rendered as a separate bidirectional algorithm paragraph. <a href=#refsBIDI>[BIDI]</a></p>
 
 
 

Modified: source
===================================================================
--- source	2010-10-19 00:23:55 UTC (rev 5640)
+++ source	2010-10-19 06:34:22 UTC (rev 5641)
@@ -100220,7 +100220,10 @@
   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>
+  which the text was obtained. Text from scripts (e.g. the argument to
+  <code title="dom-alert">window.alert()</code>) is expected to be
+  rendered as a separate bidirectional algorithm paragraph. <a
+  href="#refsBIDI">[BIDI]</a></p>
 
 
 




More information about the Commit-Watchers mailing list