Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Define directional behaviour for window.alert() text.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10827

git-svn-id: http://svn.whatwg.org/webapps@5641 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2010
1 parent 7de75ff commit 10e9253
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -87761,7 +87761,9 @@ <h4 id=text-rendered-in-native-user-interfaces><span class=secno>14.6.4 </span>T
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>



Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -83675,7 +83675,9 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
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>



Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -100220,7 +100220,10 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
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>



Expand Down

0 comments on commit 10e9253

Please sign in to comment.