[html5] r6121 - [giow] (2) Recommend that TAB be supported in tooltips. Fixing http://www.w3.org [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat May 7 13:39:20 PDT 2011
Author: ianh
Date: 2011-05-07 13:39:19 -0700 (Sat, 07 May 2011)
New Revision: 6121
Modified:
complete.html
index
source
Log:
[giow] (2) Recommend that TAB be supported in tooltips.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12297
Modified: complete.html
===================================================================
--- complete.html 2011-05-07 20:31:47 UTC (rev 6120)
+++ complete.html 2011-05-07 20:39:19 UTC (rev 6121)
@@ -92580,7 +92580,11 @@
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
Modified: index
===================================================================
--- index 2011-05-07 20:31:47 UTC (rev 6120)
+++ index 2011-05-07 20:39:19 UTC (rev 6121)
@@ -88561,7 +88561,11 @@
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
Modified: source
===================================================================
--- source 2011-05-07 20:31:47 UTC (rev 6120)
+++ source 2011-05-07 20:39:19 UTC (rev 6121)
@@ -105111,7 +105111,11 @@
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
More information about the Commit-Watchers
mailing list