Skip to content

Commit

Permalink
[giow] (2) clarify that directionality affects native UI
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10819

git-svn-id: http://svn.whatwg.org/webapps@5637 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 15, 2010
1 parent 798a862 commit aeee15b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
14 changes: 13 additions & 1 deletion complete.html
Expand Up @@ -1283,7 +1283,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<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>
Expand Down Expand Up @@ -87644,6 +87645,17 @@ <h4 id=editing-hosts><span class=secno>14.6.3 </span>Editing hosts</h4>



<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>

Expand Down
14 changes: 13 additions & 1 deletion index
Expand Up @@ -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>
Expand Down Expand Up @@ -83558,6 +83559,17 @@ time[datetime] { binding: <i title="">time</i>; }</pre>



<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>

Expand Down
11 changes: 11 additions & 0 deletions source
Expand Up @@ -100083,6 +100083,17 @@ time[datetime] { binding: <i title="">time</i>; }</pre>



<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>

Expand Down

0 comments on commit aeee15b

Please sign in to comment.