- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 Apr 2011 14:00:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv23837
Modified Files:
datatypes.html global-attributes.html index-of-terms.html
index-of-terms.xhtml patch-schema schema.html spec.html
table.html textarea.html track.html
Log Message:
make the summary attribute on the table element non-conforming
Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- table.html 30 Apr 2011 12:33:23 -0000 1.89
+++ table.html 30 Apr 2011 14:00:26 -0000 1.90
@@ -55,7 +55,6 @@
</h2>
<div class="attr-content-models">
<p><span class="pattern" id="table.attrs"><a class="ref" href="global-attributes.html">global attributes</a>
- <span class="postfix intermixed">&</span> <a class="ref" href="table.html#table.attrs.summary" title="table.attrs.summary">summary</a>
<span class="postfix intermixed">&</span> <a class="ref" href="table.html#table.attrs.border" title="table.attrs.border">border</a> </span></p>
</div>
<dl class="attr-defs">
@@ -65,19 +64,14 @@
</dt>
<dd>Any attributes permitted globally.</dd>
- <dt id="table.attrs.summary" title="table.attrs.summary">
-<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/obsolete.html#attr-table-summary">ⓘ</a>
-<span class="attribute-name">summary</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref77">string</a></span>
-<a class="hash" href="table.html#table.attrs.summary">#</a>
-</dt>
- <dd>A prose description of the structure of the table.</dd>
-
<dt id="table.attrs.border" title="table.attrs.border">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#attr-table-border">ⓘ</a>
-<span class="attribute-name">border</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref78">string</a></span>
+<span class="attribute-name">border</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref77">string</a></span>
<a class="hash" href="table.html#table.attrs.border">#</a>
</dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
+ <dd>Indicates that its
+ <span class="element">table</span> element
+ is not being used for layout purposes.</dd>
</dl>
</div>
@@ -90,6 +84,16 @@
The element <span class="element">table</span> must not appear as a
descendant of the <span class="element">caption</span> element.
</span></li>
+<li><span>
+ The <span class="attribute">summary</span> attribute on the
+ <span class="element">table</span> element is obsolete.
+ Consider describing the structure of the table
+ in a <span class="element">caption</span> element or
+ in a <span class="element">figure</span> element containing
+ the <span class="element">table</span> element; or, simplify
+ the structue of the table so that so that no
+ description is needed.
+ </span></li>
<li><span>
The <span class="attribute">align</span> attribute on the <span class="element">table</span> element is obsolete.
<a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>.
Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/global-attributes.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- global-attributes.html 30 Apr 2011 12:33:22 -0000 1.46
+++ global-attributes.html 30 Apr 2011 14:00:25 -0000 1.47
@@ -166,7 +166,7 @@
result in a link to the original data.</p></dd>
<dt>Any
- <a href="datatypes.html#data-string" id="data-string_xref82">string</a>
+ <a href="datatypes.html#data-string" id="data-string_xref81">string</a>
with three characters or more, beginning with the literal string
"<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>".
</dt>
@@ -177,7 +177,7 @@
string, can be dropped on this element.</p></dd>
<dt>Any
- <a href="datatypes.html#data-string" id="data-string_xref83">string</a>
+ <a href="datatypes.html#data-string" id="data-string_xref82">string</a>
with three characters or more, beginning with the
literal string
"<code title="U+0073 LATIN SMALL LETTER F and U+003A COLON">f:</code>".
@@ -223,7 +223,7 @@
<dd>
<div class="datatype-desc">Any
- <a href="datatypes.html#data-string" id="data-string_xref84">string</a>,
+ <a href="datatypes.html#data-string" id="data-string_xref83">string</a>,
with the following restrictions:
<ul>
<li>
@@ -277,7 +277,7 @@
<dt id="common.attrs.style" title="common.attrs.style">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/elements.html#the-style-attribute">ⓘ</a>
-<span class="attribute-name">style</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref85">string</a></span>
+<span class="attribute-name">style</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref84">string</a></span>
<a class="hash" href="global-attributes.html#common.attrs.style">#</a>
</dt>
<dd>Specifies zero or more CSS declarations that apply to
Index: schema.html
===================================================================
RCS file: /sources/public/html5/markup/schema.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- schema.html 30 Apr 2011 12:33:22 -0000 1.36
+++ schema.html 30 Apr 2011 14:00:26 -0000 1.37
@@ -4324,7 +4324,6 @@
<div class='define' id='table.attrs-define'>
<div class='patternname' id='the-table.attrs'><a href='#the-table.attrs'>table.attrs</a> =</div>
<span class='pattern' id='table.attrs'><a class='ref' href='#common.attrs'>common.attrs</a>
- <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#table.attrs.summary' title='table.attrs.summary'>summary</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span>
<span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#table.attrs.border' title='table.attrs.border'>border</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span>
</div>
<div class='define' id='table.attrs.border-define'>
@@ -4334,13 +4333,6 @@
{<span class='model'> string </span>}
</span>
</div>
-<div class='define' id='table.attrs.summary-define'>
- <div class='patternname' id='the-table.attrs.summary'><a href='#the-table.attrs.summary'>summary</a> =</div>
- <span class='pattern' id='table.attrs.summary'><span class='type'>attribute </span>
- <span class='name'>summary</span>
- {<span class='model'> string </span>}
- </span>
-</div>
<div class='define' id='table.inner-define'>
<div class='patternname' id='the-table.inner'><a href='#the-table.inner'>table.inner</a> =</div>
<span class='pattern' id='table.inner'><a class='ref' href='#caption'>caption</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> <span class='postfix followedby'>followed by</span>
Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/textarea.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- textarea.html 30 Apr 2011 12:33:23 -0000 1.98
+++ textarea.html 30 Apr 2011 14:00:26 -0000 1.99
@@ -69,7 +69,7 @@
<dt id="textarea.attrs.name" title="textarea.attrs.name">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">ⓘ</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref79">string</a></span>
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref78">string</a></span>
<a class="hash" href="textarea.html#textarea.attrs.name">#</a>
</dt>
<dd>The name part of the name/value pair associated with this
@@ -144,7 +144,7 @@
<dt id="textarea.attrs.placeholder" title="textarea.attrs.placeholder">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-placeholder-attribute">ⓘ</a>
-<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref80">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref79">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
<a class="hash" href="textarea.html#textarea.attrs.placeholder">#</a>
</dt>
<dd>A short hint (one word or a short phrase) intended to
Index: track.html
===================================================================
RCS file: /sources/public/html5/markup/track.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- track.html 30 Apr 2011 12:33:23 -0000 1.8
+++ track.html 30 Apr 2011 14:00:26 -0000 1.9
@@ -123,7 +123,7 @@
<a href="references.html#refsBCP47" id="refsBCP47_xref5">[BCP 47]</a>.</div></dd>
<dt id="track.attrs.label" title="track.attrs.label">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-track-label">ⓘ</a>
-<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref81">string</a></span>
+<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref80">string</a></span>
<a class="hash" href="track.html#track.attrs.label">#</a>
</dt>
<dd>A user-readable title for the timed track.</dd>
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- datatypes.html 30 Apr 2011 12:33:21 -0000 1.94
+++ datatypes.html 30 Apr 2011 14:00:25 -0000 1.95
@@ -51,7 +51,7 @@
<dfn id="data-comma-separated-strings">set of comma-separated strings</dfn> <a class="hash" href="#data-comma-separated-strings-def">#</a>
</h2>
<div class="datatype-desc">Zero or more
- <a href="datatypes.html#data-string" id="data-string_xref86">strings</a>
+ <a href="datatypes.html#data-string" id="data-string_xref85">strings</a>
that are themselves each zero or more characters, each
optionally with leading and/or trailing
<a href="terminology.html#space" id="space_xref40">space characters</a>,
@@ -72,7 +72,7 @@
<dfn id="data-token">token</dfn> <a class="hash" href="#data-token-def">#</a>
</h2>
<div class="datatype-desc">A
- <a href="datatypes.html#data-string" id="data-string_xref87">string</a>
+ <a href="datatypes.html#data-string" id="data-string_xref86">string</a>
that does not contain any
<a href="terminology.html#space" id="space_xref42">space characters</a>.</div>
</div>
@@ -110,7 +110,7 @@
</h2>
<div class="datatype-desc">Any
- <a href="datatypes.html#data-string" id="data-string_xref88">string</a>,
+ <a href="datatypes.html#data-string" id="data-string_xref87">string</a>,
with the following restrictions:
<ul>
<li>
@@ -132,7 +132,7 @@
</h2>
<div class="datatype-desc">Any
- <a href="datatypes.html#data-string" id="data-string_xref89">string</a>
+ <a href="datatypes.html#data-string" id="data-string_xref88">string</a>
that is either of the following:
<ul>
<li>a
@@ -158,7 +158,7 @@
</h2>
<div class="datatype-desc">Any
- <a href="datatypes.html#data-string" id="data-string_xref90">string</a>,
+ <a href="datatypes.html#data-string" id="data-string_xref89">string</a>,
with the following restrictions:
<ul>
<li>
@@ -216,7 +216,7 @@
</h2>
<div class="datatype-desc">Any
- <a href="datatypes.html#data-string" id="data-string_xref91">string</a>,
+ <a href="datatypes.html#data-string" id="data-string_xref90">string</a>,
with the following restrictions:
<ul>
<li>
@@ -637,7 +637,7 @@
</h2>
<div class="datatype-desc">A
- <a href="datatypes.html#data-string" id="data-string_xref92">string</a>.</div>
+ <a href="datatypes.html#data-string" id="data-string_xref91">string</a>.</div>
</div>
@@ -708,7 +708,7 @@
result in a link to the original data.</p></dd>
<dt>Any
- <a href="datatypes.html#data-string" id="data-string_xref93">string</a>
+ <a href="datatypes.html#data-string" id="data-string_xref92">string</a>
with three characters or more, beginning with the literal string
"<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>".
</dt>
@@ -719,7 +719,7 @@
string, can be dropped on this element.</p></dd>
<dt>Any
- <a href="datatypes.html#data-string" id="data-string_xref94">string</a>
+ <a href="datatypes.html#data-string" id="data-string_xref93">string</a>
with three characters or more, beginning with the
literal string
"<code title="U+0073 LATIN SMALL LETTER F and U+003A COLON">f:</code>".
Index: index-of-terms.xhtml
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- index-of-terms.xhtml 30 Apr 2011 12:33:22 -0000 1.20
+++ index-of-terms.xhtml 30 Apr 2011 14:00:25 -0000 1.21
@@ -1863,24 +1863,23 @@
<li><a href="param.html#data-string_xref74"><span class="element">param</span> element: <span class="attribute-name">value</span> attribute</a></li>
<li><a href="script.html#data-string_xref75"><span class="element">script</span> element: <span class="attribute-name">language</span> attribute</a></li>
<li><a href="select.html#data-string_xref76"><span class="element">select</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="table.html#data-string_xref77"><span class="element">table</span> element: <span class="attribute-name">summary</span> attribute</a></li>
-<li><a href="table.html#data-string_xref78"><span class="element">table</span> element: <span class="attribute-name">border</span> attribute</a></li>
-<li><a href="textarea.html#data-string_xref79"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="textarea.html#data-string_xref80"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="track.html#data-string_xref81"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref82"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
-<li><a href="global-attributes.html#data-string_xref83"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
-<li><a href="global-attributes.html#data-string_xref84"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref85"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
-<li><a href="datatypes.html#data-string_xref86"><cite class="index">set of comma-separated strings</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref87"><cite class="index">token</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref88"><cite class="index">browsing-context name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref89"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref90"><cite class="index">ID</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref91"><cite class="index">name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref92"><cite class="index">default-style name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref93"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
-<li><a href="datatypes.html#data-string_xref94"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
+<li><a href="table.html#data-string_xref77"><span class="element">table</span> element: <span class="attribute-name">border</span> attribute</a></li>
+<li><a href="textarea.html#data-string_xref78"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="textarea.html#data-string_xref79"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="track.html#data-string_xref80"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="global-attributes.html#data-string_xref81"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="global-attributes.html#data-string_xref82"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
+<li><a href="global-attributes.html#data-string_xref83"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
+<li><a href="global-attributes.html#data-string_xref84"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
+<li><a href="datatypes.html#data-string_xref85"><cite class="index">set of comma-separated strings</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref86"><cite class="index">token</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref87"><cite class="index">browsing-context name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref88"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref89"><cite class="index">ID</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref90"><cite class="index">name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref91"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref92"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="datatypes.html#data-string_xref93"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
</ul>
</div>
<div class="index-entry" id="svg-mathml-elements_index">
Index: patch-schema
===================================================================
RCS file: /sources/public/html5/markup/patch-schema,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- patch-schema 30 Apr 2011 12:33:22 -0000 1.103
+++ patch-schema 30 Apr 2011 14:00:25 -0000 1.104
@@ -1,6 +1,6 @@
-diff -r decc9285d738 relaxng/applications.rnc
---- a/relaxng/applications.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/applications.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/applications.rnc
+--- a/relaxng/applications.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/applications.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -4,19 +4,6 @@
## RELAX NG Schema for HTML 5: Web Application Features #
# #####################################################################
@@ -150,9 +150,9 @@
common.elem.phrasing |= command.elem
## Menu: <menu>
-diff -r decc9285d738 relaxng/block.rnc
---- a/relaxng/block.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/block.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/block.rnc
+--- a/relaxng/block.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/block.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -114,12 +114,12 @@
element li { oli.inner & oli.attrs }
oli.attrs =
@@ -168,9 +168,9 @@
attribute value {
common.data.integer
}
-diff -r decc9285d738 relaxng/common.rnc
---- a/relaxng/common.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/common.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/common.rnc
+--- a/relaxng/common.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/common.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -38,16 +38,16 @@
common.attr.anything =
attribute * { text }*
@@ -333,9 +333,9 @@
common.attrs.aria = ( notAllowed )
common.attrs.aria.implicit.button = ( notAllowed )
common.attrs.aria.implicit.input = ( notAllowed )
-diff -r decc9285d738 relaxng/core-scripting.rnc
---- a/relaxng/core-scripting.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/core-scripting.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/core-scripting.rnc
+--- a/relaxng/core-scripting.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/core-scripting.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -52,9 +52,9 @@
string
}
@@ -370,9 +370,9 @@
scripting.attr.onabort =
attribute onabort { common.data.functionbody }
-diff -r decc9285d738 relaxng/embed.rnc
---- a/relaxng/embed.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/embed.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/embed.rnc
+--- a/relaxng/embed.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/embed.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -250,7 +250,7 @@
}
object.attrs.name =
@@ -493,9 +493,9 @@
# xsd:token {
# pattern = "-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+(,-?[0-9]+,-?[0-9]+)*"
# }
-diff -r decc9285d738 relaxng/media.rnc
---- a/relaxng/media.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/media.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/media.rnc
+--- a/relaxng/media.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/media.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -4,32 +4,6 @@
## RELAX NG Schema for HTML 5: Advanced Embedded Content #
# #####################################################################
@@ -651,9 +651,9 @@
, track.elem*
, common.inner.phrasing
)
-diff -r decc9285d738 relaxng/meta.rnc
---- a/relaxng/meta.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/meta.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/meta.rnc
+--- a/relaxng/meta.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/meta.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -53,7 +53,11 @@
& body.attrs.onafterprint?
& body.attrs.onbeforeprint?
@@ -838,9 +838,9 @@
- common.elem.metadata |= ( meta.charset.elem | meta.http-equiv.content-type.elem )
+ common.elem.metadata |= meta.charset.elem
+ common.elem.metadata |= meta.http-equiv.content-type.elem
-diff -r decc9285d738 relaxng/phrase.rnc
---- a/relaxng/phrase.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/phrase.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/phrase.rnc
+--- a/relaxng/phrase.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/phrase.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -13,13 +13,12 @@
a.attrs =
( common.attrs
@@ -931,9 +931,9 @@
## Emphatic Stress: <em>
em.elem =
-diff -r decc9285d738 relaxng/revision.rnc
---- a/relaxng/revision.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/revision.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/revision.rnc
+--- a/relaxng/revision.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/revision.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -2,17 +2,6 @@
## RELAX NG Schema for HTML 5: Revision Annotations #
# #####################################################################
@@ -992,10 +992,10 @@
del.inner.flow =
( common.inner.flow )
del.inner.phrasing =
-diff -r decc9285d738 relaxng/tables.rnc
---- a/relaxng/tables.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/tables.rnc Sat Apr 30 21:05:08 2011 +0900
-@@ -162,38 +162,6 @@
+diff -r 595599410bd8 relaxng/tables.rnc
+--- a/relaxng/tables.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/tables.rnc Sat Apr 30 22:49:33 2011 +0900
+@@ -157,38 +157,6 @@
tr.inner =
( ( td.elem | th.elem )* )
@@ -1034,7 +1034,7 @@
tables.attrs.abbr =
attribute abbr {
text
-@@ -205,11 +173,24 @@
+@@ -200,11 +168,24 @@
element td { td.inner & td.attrs }
td.attrs =
( common.attrs
@@ -1061,7 +1061,7 @@
td.inner =
( common.inner.flow )
-@@ -219,11 +200,32 @@
+@@ -214,11 +195,32 @@
element th { th.inner & th.attrs }
th.attrs =
( common.attrs
@@ -1097,9 +1097,9 @@
+ }
th.inner =
( common.inner.phrasing )
-diff -r decc9285d738 relaxng/web-forms.rnc
---- a/relaxng/web-forms.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/web-forms.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/web-forms.rnc
+--- a/relaxng/web-forms.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/web-forms.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -9,6 +9,7 @@
common-form.attrs =
( common-form.attrs.name?
@@ -1204,9 +1204,9 @@
button.elem |= button.button.elem
-diff -r decc9285d738 relaxng/web-forms2.rnc
---- a/relaxng/web-forms2.rnc Sat Apr 30 15:54:19 2011 +0900
-+++ b/relaxng/web-forms2.rnc Sat Apr 30 21:05:08 2011 +0900
+diff -r 595599410bd8 relaxng/web-forms2.rnc
+--- a/relaxng/web-forms2.rnc Sat Apr 30 22:40:03 2011 +0900
++++ b/relaxng/web-forms2.rnc Sat Apr 30 22:49:33 2011 +0900
@@ -6,9 +6,6 @@
## Shared attributes for form controls
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -d -r1.311 -r1.312
--- spec.html 30 Apr 2011 12:41:00 -0000 1.311
+++ spec.html 30 Apr 2011 14:00:26 -0000 1.312
@@ -22635,7 +22635,6 @@
</h2>
<div class="attr-content-models">
<p><span class="pattern" id="table.attrs"><a href="#global-attributes">global attributes</a>
- <span class="postfix intermixed">&</span> <a class="ref" href="#table.attrs.summary" title="table.attrs.summary">summary</a>
<span class="postfix intermixed">&</span> <a class="ref" href="#table.attrs.border" title="table.attrs.border">border</a> </span></p>
</div>
<dl class="attr-defs">
@@ -22645,19 +22644,14 @@
</dt>
<dd>Any attributes permitted globally.</dd>
- <dt id="table.attrs.summary" title="table.attrs.summary">
-<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/obsolete.html#attr-table-summary">ⓘ</a>
-<span class="attribute-name">summary</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref77">string</a></span>
-<a class="hash" href="#table.attrs.summary">#</a>
-</dt>
- <dd>A prose description of the structure of the table.</dd>
-
<dt id="table.attrs.border" title="table.attrs.border">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#attr-table-border">ⓘ</a>
-<span class="attribute-name">border</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref78">string</a></span>
+<span class="attribute-name">border</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref77">string</a></span>
<a class="hash" href="#table.attrs.border">#</a>
</dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
+ <dd>Indicates that its
+ <span class="element">table</span> element
+ is not being used for layout purposes.</dd>
</dl>
</div>
@@ -22670,6 +22664,16 @@
The element <span class="element">table</span> must not appear as a
descendant of the <span class="element">caption</span> element.
</span></li>
+<li><span>
+ The <span class="attribute">summary</span> attribute on the
+ <span class="element">table</span> element is obsolete.
+ Consider describing the structure of the table
+ in a <span class="element">caption</span> element or
+ in a <span class="element">figure</span> element containing
+ the <span class="element">table</span> element; or, simplify
+ the structue of the table so that so that no
+ description is needed.
+ </span></li>
<li><span>
The <span class="attribute">align</span> attribute on the <span class="element">table</span> element is obsolete.
<a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes">Use CSS instead</a>.
@@ -23143,7 +23147,7 @@
<dt id="textarea.attrs.name" title="textarea.attrs.name">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">ⓘ</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref79">string</a></span>
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref78">string</a></span>
<a class="hash" href="#textarea.attrs.name">#</a>
</dt>
<dd>The name part of the name/value pair associated with this
@@ -23218,7 +23222,7 @@
<dt id="textarea.attrs.placeholder" title="textarea.attrs.placeholder">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-placeholder-attribute">ⓘ</a>
-<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref80">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref79">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
<a class="hash" href="#textarea.attrs.placeholder">#</a>
</dt>
<dd>A short hint (one word or a short phrase) intended to
@@ -24219,7 +24223,7 @@
<a href="#refsBCP47" id="refsBCP47_xref5">[BCP 47]</a>.</div></dd>
<dt id="track.attrs.label" title="track.attrs.label">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-track-label">ⓘ</a>
-<span class="attribute-name">label</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref81">string</a></span>
+<span class="attribute-name">label</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref80">string</a></span>
<a class="hash" href="#track.attrs.label">#</a>
</dt>
<dd>A user-readable title for the timed track.</dd>
@@ -25089,7 +25093,7 @@
result in a link to the original data.</p></dd>
<dt>Any
- <a href="#data-string" id="data-string_xref82">string</a>
+ <a href="#data-string" id="data-string_xref81">string</a>
with three characters or more, beginning with the literal string
"<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>".
</dt>
@@ -25100,7 +25104,7 @@
string, can be dropped on this element.</p></dd>
<dt>Any
- <a href="#data-string" id="data-string_xref83">string</a>
+ <a href="#data-string" id="data-string_xref82">string</a>
with three characters or more, beginning with the
literal string
"<code title="U+0073 LATIN SMALL LETTER F and U+003A COLON">f:</code>".
@@ -25146,7 +25150,7 @@
<dd>
<div class="datatype-desc">Any
- <a href="#data-string" id="data-string_xref84">string</a>,
+ <a href="#data-string" id="data-string_xref83">string</a>,
with the following restrictions:
<ul>
<li>
@@ -25200,7 +25204,7 @@
<dt id="common.attrs.style" title="common.attrs.style">
<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/elements.html#the-style-attribute">ⓘ</a>
-<span class="attribute-name">style</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref85">string</a></span>
+<span class="attribute-name">style</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref84">string</a></span>
<a class="hash" href="#common.attrs.style">#</a>
</dt>
<dd>Specifies zero or more CSS declarations that apply to
@@ -26107,7 +26111,7 @@
<dfn id="data-comma-separated-strings">set of comma-separated strings</dfn> <a class="hash" href="#data-comma-separated-strings-def">#</a>
</h2>
<div class="datatype-desc">Zero or more
- <a href="#data-string" id="data-string_xref86">strings</a>
+ <a href="#data-string" id="data-string_xref85">strings</a>
that are themselves each zero or more characters, each
optionally with leading and/or trailing
<a href="#space" id="space_xref40">space characters</a>,
@@ -26128,7 +26132,7 @@
<dfn id="data-token">token</dfn> <a class="hash" href="#data-token-def">#</a>
</h2>
<div class="datatype-desc">A
- <a href="#data-string" id="data-string_xref87">string</a>
+ <a href="#data-string" id="data-string_xref86">string</a>
that does not contain any
<a href="#space" id="space_xref42">space characters</a>.</div>
</div>
@@ -26166,7 +26170,7 @@
</h2>
<div class="datatype-desc">Any
- <a href="#data-string" id="data-string_xref88">string</a>,
+ <a href="#data-string" id="data-string_xref87">string</a>,
with the following restrictions:
<ul>
<li>
@@ -26188,7 +26192,7 @@
</h2>
<div class="datatype-desc">Any
- <a href="#data-string" id="data-string_xref89">string</a>
+ <a href="#data-string" id="data-string_xref88">string</a>
that is either of the following:
<ul>
<li>a
@@ -26214,7 +26218,7 @@
</h2>
<div class="datatype-desc">Any
- <a href="#data-string" id="data-string_xref90">string</a>,
+ <a href="#data-string" id="data-string_xref89">string</a>,
with the following restrictions:
<ul>
<li>
@@ -26272,7 +26276,7 @@
</h2>
<div class="datatype-desc">Any
- <a href="#data-string" id="data-string_xref91">string</a>,
+ <a href="#data-string" id="data-string_xref90">string</a>,
with the following restrictions:
<ul>
<li>
@@ -26693,7 +26697,7 @@
</h2>
<div class="datatype-desc">A
- <a href="#data-string" id="data-string_xref92">string</a>.</div>
+ <a href="#data-string" id="data-string_xref91">string</a>.</div>
</div>
@@ -26764,7 +26768,7 @@
result in a link to the original data.</p></dd>
<dt>Any
- <a href="#data-string" id="data-string_xref93">string</a>
+ <a href="#data-string" id="data-string_xref92">string</a>
with three characters or more, beginning with the literal string
"<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>".
</dt>
@@ -26775,7 +26779,7 @@
string, can be dropped on this element.</p></dd>
<dt>Any
- <a href="#data-string" id="data-string_xref94">string</a>
+ <a href="#data-string" id="data-string_xref93">string</a>
with three characters or more, beginning with the
literal string
"<code title="U+0073 LATIN SMALL LETTER F and U+003A COLON">f:</code>".
@@ -29821,24 +29825,23 @@
<li><a href="#data-string_xref74"><span class="element">param</span> element: <span class="attribute-name">value</span> attribute</a></li>
<li><a href="#data-string_xref75"><span class="element">script</span> element: <span class="attribute-name">language</span> attribute</a></li>
<li><a href="#data-string_xref76"><span class="element">select</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="#data-string_xref77"><span class="element">table</span> element: <span class="attribute-name">summary</span> attribute</a></li>
-<li><a href="#data-string_xref78"><span class="element">table</span> element: <span class="attribute-name">border</span> attribute</a></li>
-<li><a href="#data-string_xref79"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="#data-string_xref80"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="#data-string_xref81"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="#data-string_xref82"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
-<li><a href="#data-string_xref83"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
-<li><a href="#data-string_xref84"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
-<li><a href="#data-string_xref85"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
-<li><a href="#data-string_xref86"><cite class="index">set of comma-separated strings</cite> data type</a></li>
-<li><a href="#data-string_xref87"><cite class="index">token</cite> data type</a></li>
-<li><a href="#data-string_xref88"><cite class="index">browsing-context name</cite> data type</a></li>
-<li><a href="#data-string_xref89"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
-<li><a href="#data-string_xref90"><cite class="index">ID</cite> data type</a></li>
-<li><a href="#data-string_xref91"><cite class="index">name</cite> data type</a></li>
-<li><a href="#data-string_xref92"><cite class="index">default-style name</cite> data type</a></li>
-<li><a href="#data-string_xref93"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
-<li><a href="#data-string_xref94"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
+<li><a href="#data-string_xref77"><span class="element">table</span> element: <span class="attribute-name">border</span> attribute</a></li>
+<li><a href="#data-string_xref78"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="#data-string_xref79"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="#data-string_xref80"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="#data-string_xref81"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="#data-string_xref82"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
+<li><a href="#data-string_xref83"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
+<li><a href="#data-string_xref84"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
+<li><a href="#data-string_xref85"><cite class="index">set of comma-separated strings</cite> data type</a></li>
+<li><a href="#data-string_xref86"><cite class="index">token</cite> data type</a></li>
+<li><a href="#data-string_xref87"><cite class="index">browsing-context name</cite> data type</a></li>
+<li><a href="#data-string_xref88"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="#data-string_xref89"><cite class="index">ID</cite> data type</a></li>
+<li><a href="#data-string_xref90"><cite class="index">name</cite> data type</a></li>
+<li><a href="#data-string_xref91"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="#data-string_xref92"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="#data-string_xref93"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
</ul>
</div>
<div class="index-entry" id="svg-mathml-elements_index">
Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- index-of-terms.html 30 Apr 2011 12:33:22 -0000 1.20
+++ index-of-terms.html 30 Apr 2011 14:00:25 -0000 1.21
@@ -2540,24 +2540,23 @@
<li><a href="param.html#data-string_xref74"><span class="element">param</span> element: <span class="attribute-name">value</span> attribute</a></li>
<li><a href="script.html#data-string_xref75"><span class="element">script</span> element: <span class="attribute-name">language</span> attribute</a></li>
<li><a href="select.html#data-string_xref76"><span class="element">select</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="table.html#data-string_xref77"><span class="element">table</span> element: <span class="attribute-name">summary</span> attribute</a></li>
-<li><a href="table.html#data-string_xref78"><span class="element">table</span> element: <span class="attribute-name">border</span> attribute</a></li>
-<li><a href="textarea.html#data-string_xref79"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="textarea.html#data-string_xref80"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="track.html#data-string_xref81"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref82"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
-<li><a href="global-attributes.html#data-string_xref83"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
-<li><a href="global-attributes.html#data-string_xref84"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref85"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
-<li><a href="datatypes.html#data-string_xref86"><cite class="index">set of comma-separated strings</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref87"><cite class="index">token</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref88"><cite class="index">browsing-context name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref89"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref90"><cite class="index">ID</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref91"><cite class="index">name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref92"><cite class="index">default-style name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref93"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
-<li><a href="datatypes.html#data-string_xref94"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
+<li><a href="table.html#data-string_xref77"><span class="element">table</span> element: <span class="attribute-name">border</span> attribute</a></li>
+<li><a href="textarea.html#data-string_xref78"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="textarea.html#data-string_xref79"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="track.html#data-string_xref80"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="global-attributes.html#data-string_xref81"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="global-attributes.html#data-string_xref82"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
+<li><a href="global-attributes.html#data-string_xref83"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
+<li><a href="global-attributes.html#data-string_xref84"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
+<li><a href="datatypes.html#data-string_xref85"><cite class="index">set of comma-separated strings</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref86"><cite class="index">token</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref87"><cite class="index">browsing-context name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref88"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref89"><cite class="index">ID</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref90"><cite class="index">name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref91"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref92"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="datatypes.html#data-string_xref93"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
</ul>
</div>
<div class="index-entry" id="svg-mathml-elements_index">
Received on Saturday, 30 April 2011 14:00:31 UTC