html5/spec rendering.html,1.47,1.48 spec.html,1.1309,1.1310

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12904

Modified Files:
	rendering.html spec.html 
Log Message:
Define directional behaviour for window.alert() text. (whatwg r5641)

[updated by splitter]


Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- rendering.html	19 Oct 2010 00:47:10 -0000	1.47
+++ rendering.html	19 Oct 2010 06:46:43 -0000	1.48
@@ -3507,7 +3507,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="elements.html#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="timers.html#dom-alert">window.alert()</a></code>) is expected to be
+  rendered as a separate bidirectional algorithm paragraph. <a href="references.html#refsBIDI">[BIDI]</a></p>
 
 
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1309
retrieving revision 1.1310
diff -u -d -r1.1309 -r1.1310
--- spec.html	19 Oct 2010 00:47:17 -0000	1.1309
+++ spec.html	19 Oct 2010 06:46:43 -0000	1.1310
@@ -346,7 +346,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.4517.
+This is revision 1.4518.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 19 October 2010 06:46:47 UTC