Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) Recommend that TAB be supported in tooltips.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12297

git-svn-id: http://svn.whatwg.org/webapps@6121 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 7, 2011
1 parent a09bfbd commit cc3b24a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -92580,7 +92580,11 @@ <h4 id=the-title-attribute-0><span class=secno>15.6.2 </span>The <code title=att
tooltip.</p>

<p>U+000A LINE FEED (LF) characters are expected to cause line
breaks in the tooltip.</p>
breaks in the tooltip, U+0009 CHARACTER TABULATION (tab) characters
are expected to render as a non-zero horizontal shift that lines up
the next glpyh with the next tab stop, with tab stops occurring at
points that are multiples of 8 times the width of a U+0020 SPACE
character.</p>

<p>User agents are encouraged to make it possible to view tooltips
without the use of a pointing device, since not all users are able
Expand Down
6 changes: 5 additions & 1 deletion index
Expand Up @@ -88561,7 +88561,11 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
tooltip.</p>

<p>U+000A LINE FEED (LF) characters are expected to cause line
breaks in the tooltip.</p>
breaks in the tooltip, U+0009 CHARACTER TABULATION (tab) characters
are expected to render as a non-zero horizontal shift that lines up
the next glpyh with the next tab stop, with tab stops occurring at
points that are multiples of 8 times the width of a U+0020 SPACE
character.</p>

<p>User agents are encouraged to make it possible to view tooltips
without the use of a pointing device, since not all users are able
Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -105111,7 +105111,11 @@ time[datetime] { binding: <i title="">time</i>; }</pre>
tooltip.</p>

<p>U+000A LINE FEED (LF) characters are expected to cause line
breaks in the tooltip.</p>
breaks in the tooltip, U+0009 CHARACTER TABULATION (tab) characters
are expected to render as a non-zero horizontal shift that lines up
the next glpyh with the next tab stop, with tab stops occurring at
points that are multiples of 8 times the width of a U+0020 SPACE
character.</p>

<p>User agents are encouraged to make it possible to view tooltips
without the use of a pointing device, since not all users are able
Expand Down

0 comments on commit cc3b24a

Please sign in to comment.