- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 07 May 2011 20:47:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10715
Modified Files:
rendering.html scripting-1.html semantics.html spec.html
syntax.html the-iframe-element.html tokenization.html
Log Message:
Recommend that TAB be supported in tooltips. (whatwg r6121)
[updated by splitter]
Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- scripting-1.html 6 May 2011 00:47:21 -0000 1.52
+++ scripting-1.html 7 May 2011 20:47:19 -0000 1.53
@@ -1245,7 +1245,7 @@
t = %x0054 ; U+0054 LATIN CAPITAL LETTER T
t =/ %x0074 ; U+0074 LATIN SMALL LETTER T
-tag-end = %x0009 ; U+0009 CHARACTER TABULATION
+tag-end = %x0009 ; U+0009 CHARACTER TABULATION (tab)
tag-end =/ %x000A ; U+000A LINE FEED (LF)
tag-end =/ %x000C ; U+000C FORM FEED (FF)
tag-end =/ %x0020 ; U+0020 SPACE
@@ -1262,7 +1262,7 @@
line-comment = slash slash *not-newline
; characters
-tab = %x0009 ; U+0009 TAB
+tab = %x0009 ; U+0009 CHARACTER TABULATION (tab)
newline = %x000A ; U+000A LINE FEED (LF)
space = %x0020 ; U+0020 SPACE
star = %x002A ; U+002A ASTERISK (*)
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- the-iframe-element.html 6 May 2011 23:46:48 -0000 1.51
+++ the-iframe-element.html 7 May 2011 20:47:32 -0000 1.52
@@ -596,7 +596,7 @@
in XML the U+003C LESS-THAN SIGN character (<) needs to be
escaped as well. In order to prevent <a href="http://www.w3.org/TR/REC-xml/#AVNormalize">attribute-value
normalization</a>, some of XML's whitespace characters —
- specifically U+0009 CHARACTER TABULATION (HT), U+000A LINE FEED
+ specifically U+0009 CHARACTER TABULATION (tab), U+000A LINE FEED
(LF), and U+000D CARRIAGE RETURN (CR) — also need to be
escaped. <a href="references.html#refsXML">[XML]</a></p><hr><p>The <dfn id="attr-iframe-name" title="attr-iframe-name"><code>name</code></dfn>
attribute, if present, must be a <a href="browsers.html#valid-browsing-context-name">valid browsing context
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- rendering.html 5 May 2011 23:46:54 -0000 1.85
+++ rendering.html 7 May 2011 20:47:18 -0000 1.86
@@ -3382,7 +3382,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
Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- tokenization.html 6 May 2011 21:46:42 -0000 1.72
+++ tokenization.html 7 May 2011 20:47:35 -0000 1.73
@@ -611,7 +611,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -688,7 +688,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -774,7 +774,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -864,7 +864,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1063,7 +1063,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1107,7 +1107,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1233,7 +1233,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1264,7 +1264,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1312,7 +1312,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1365,7 +1365,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1415,7 +1415,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1510,7 +1510,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1564,7 +1564,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1796,7 +1796,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1816,7 +1816,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1853,7 +1853,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1886,7 +1886,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1926,7 +1926,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -1963,7 +1963,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -2049,7 +2049,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -2085,7 +2085,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -2120,7 +2120,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -2157,7 +2157,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -2245,7 +2245,7 @@
<p>Consume the <a href="parsing.html#next-input-character">next input character</a>:</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
@@ -2309,7 +2309,7 @@
<p>The behavior depends on the identity of the next character (the
one immediately after the U+0026 AMPERSAND character):</p>
- <dl class="switch"><dt>U+0009 CHARACTER TABULATION</dt>
+ <dl class="switch"><dt>U+0009 CHARACTER TABULATION (tab)</dt>
<dt>U+000A LINE FEED (LF)</dt>
<dt>U+000C FORM FEED (FF)</dt>
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1053
retrieving revision 1.1054
diff -u -d -r1.1053 -r1.1054
--- semantics.html 6 May 2011 19:46:50 -0000 1.1053
+++ semantics.html 7 May 2011 20:47:19 -0000 1.1054
@@ -1408,8 +1408,8 @@
</li><li><p>Strip any trailing <a href="common-microsyntaxes.html#space-character" title="space character">space
characters</a> from the end of <var title="">url</var>.</p></li>
- <li><p>Strip any U+0009 CHARACTER TABULATION, U+000A LINE FEED
- (LF), and U+000D CARRIAGE RETURN (CR) characters from <var title="">url</var>.</p></li>
+ <li><p>Strip any U+0009 CHARACTER TABULATION (tab), U+000A LINE
+ FEED (LF), and U+000D CARRIAGE RETURN (CR) characters from <var title="">url</var>.</p></li>
<li><p><a href="urls.html#resolve-a-url" title="resolve a url">Resolve</a> the <var title="">url</var> value to an <a href="urls.html#absolute-url">absolute URL</a>,
relative to the <code><a href="#the-meta-element">meta</a></code> element. If this fails, abort
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1485
retrieving revision 1.1486
diff -u -d -r1.1485 -r1.1486
--- spec.html 7 May 2011 19:46:56 -0000 1.1485
+++ spec.html 7 May 2011 20:47:25 -0000 1.1486
@@ -367,7 +367,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.4921.
+This is revision 1.4923.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.1037
retrieving revision 1.1038
diff -u -d -r1.1037 -r1.1038
--- syntax.html 4 May 2011 20:47:34 -0000 1.1037
+++ syntax.html 7 May 2011 20:47:31 -0000 1.1038
@@ -865,7 +865,7 @@
string "<code title=""></</code>" (U+003C LESS-THAN SIGN, U+002F
SOLIDUS) followed by characters that case-insensitively match the
tag name of the element followed by one of U+0009 CHARACTER
- TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED (FF), U+000D
+ TABULATION (tab), U+000A LINE FEED (LF), U+000C FORM FEED (FF), U+000D
CARRIAGE RETURN (CR), U+0020 SPACE, U+003E GREATER-THAN SIGN (>), or
U+002F SOLIDUS (/).</p><h4 id="text-0"><span class="secno">8.1.3 </span>Text</h4><p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements,
attribute values, and comments. Text must consist of Unicode
Received on Saturday, 7 May 2011 20:47:44 UTC