- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Jun 2009 03:44:48 +0900 (JST)
- To: public-html-diffs@w3.org
h:tml; added processing to take all schema attribute-value references to relaxng "string" datatype primitive, and transform them into hyperlinks to the definition of "string" provided in the Datatypes section. http://dev.w3.org/cvsweb/html5/markup/Overview.html?r1=1.316&r2=1.317&f=h =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.316 retrieving revision 1.317 diff -u -d -r1.316 -r1.317 --- Overview.html 15 Jun 2009 20:27:00 -0000 1.316 +++ Overview.html 16 Jun 2009 18:44:25 -0000 1.317 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>16 June 2009</em> +<h2>Editor’s Draft <em>17 June 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -42,7 +42,7 @@ <p> - This document is the 16 June 2009 Editor’s Draft of + This document is the 17 June 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/meta.name.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- meta.name.html 3 May 2009 15:59:42 -0000 1.4 +++ meta.name.html 16 Jun 2009 18:44:27 -0000 1.5 @@ -35,10 +35,10 @@ <div class="no-number no-toc" id="meta.name-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#meta.name-attributes">#</a></h2> <dl class="attr-defs"> - <dt><a class="attribute-name" id="meta.name.attrs.name" title="meta.name.attrs.name" href="meta.name.html#meta.name.attrs.name">name</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="meta.name.attrs.name" title="meta.name.attrs.name" href="meta.name.html#meta.name.attrs.name">name</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies the name part of a name/value pair.</dd> - <dt><a class="attribute-name" id="meta.name.attrs.content" title="meta.name.attrs.content" href="meta.name.html#meta.name.attrs.content">content</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="meta.name.attrs.content" title="meta.name.attrs.content" href="meta.name.html#meta.name.attrs.content">content</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies the value part of a name/value pair.</dd> </dl></div> Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/keygen.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- keygen.html 5 Jun 2009 09:23:16 -0000 1.5 +++ keygen.html 16 Jun 2009 18:44:26 -0000 1.6 @@ -36,7 +36,7 @@ <div class="no-number no-toc" id="keygen-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#keygen-attributes">#</a></h2> <dl class="attr-defs"> - <dt><a class="attribute-name" id="keygen.attrs.challenge" title="keygen.attrs.challenge" href="keygen.html#keygen.attrs.challenge">challenge</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="keygen.attrs.challenge" title="keygen.attrs.challenge" href="keygen.html#keygen.attrs.challenge">challenge</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>A challenge string that is submitted along with the public key.</dd> Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/command.command.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- command.command.html 15 Jun 2009 17:16:10 -0000 1.5 +++ command.command.html 16 Jun 2009 18:44:26 -0000 1.6 @@ -42,7 +42,7 @@ <dd>Specifies that its <a href="command.html#command" class="element">command</a> element is a command with an associated action.</dd> - <dt><a class="attribute-name" id="command.command.attrs.label" title="command.command.attrs.label" href="command.command.html#command.command.attrs.label">label</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="command.command.attrs.label" title="command.command.attrs.label" href="command.command.html#command.command.attrs.label">label</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The name of the command, as shown to the user.</dd> <dt><a class="attribute-name" id="command.command.attrs.icon" title="command.command.attrs.icon" href="command.command.html#command.command.attrs.icon">icon</a><span class="attr-values"> = Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/input.button.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.button.html 3 May 2009 15:59:41 -0000 1.4 +++ input.button.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -41,7 +41,7 @@ <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is a button with no additional semantics.</dd> - <dt><a class="attribute-name" id="input.button.attrs.value" title="input.button.attrs.value" href="input.button.html#input.button.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.button.attrs.value" title="input.button.attrs.value" href="input.button.html#input.button.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.text.html 3 May 2009 15:59:42 -0000 1.4 +++ input.text.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -49,7 +49,7 @@ <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is a one-line plain-text edit control for the <a href="input.html#input" class="element">input</a> element’s <a href="input.text.html#input.text.attrs.value">value</a>.</dd> - <dt><a class="attribute-name" id="input.text.attrs.value" title="input.text.attrs.value" href="input.text.html#input.text.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.text.attrs.value" title="input.text.attrs.value" href="input.text.html#input.text.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for this <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/input.checkbox.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.checkbox.html 3 May 2009 15:59:41 -0000 1.4 +++ input.checkbox.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -43,7 +43,7 @@ <dd>Specifies that its <a href="input.html#input" class="element">input</a> element represents a state or option that can be toggled.</dd> - <dt><a class="attribute-name" id="input.checkbox.attrs.value" title="input.checkbox.attrs.value" href="input.checkbox.html#input.checkbox.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.checkbox.attrs.value" title="input.checkbox.attrs.value" href="input.checkbox.html#input.checkbox.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/input.tel.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.tel.html 5 Jun 2009 08:58:35 -0000 1.2 +++ input.tel.html 16 Jun 2009 18:44:26 -0000 1.3 @@ -50,7 +50,7 @@ a one-line plain-text edit control for entering a telephone number.</dd> - <dt><a class="attribute-name" id="input.tel.attrs.value" title="input.tel.attrs.value" href="input.tel.html#input.tel.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.tel.attrs.value" title="input.tel.attrs.value" href="input.tel.html#input.tel.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for this <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/command.radio.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- command.radio.html 15 Jun 2009 17:16:10 -0000 1.5 +++ command.radio.html 16 Jun 2009 18:44:26 -0000 1.6 @@ -44,14 +44,14 @@ <dd>Specifies that its <a href="command.html#command" class="element">command</a> element represents a selection of one item from a list of items.</dd> - <dt><a class="attribute-name" id="command.radio.attrs.radiogroup" title="command.radio.attrs.radiogroup" href="command.radio.html#command.radio.attrs.radiogroup">radiogroup</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="command.radio.attrs.radiogroup" title="command.radio.attrs.radiogroup" href="command.radio.html#command.radio.attrs.radiogroup">radiogroup</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The name of the group of commands that will be toggled when the command itself is toggled.</dd> <dt><a class="attribute-name" id="command.radio.attrs.checked" title="command.radio.attrs.checked" href="command.radio.html#command.radio.attrs.checked">checked</a><span class="attr-values"> = "checked" | "" </span> </dt> <dd>Specifies that the command is selected.</dd> - <dt><a class="attribute-name" id="command.radio.attrs.label" title="command.radio.attrs.label" href="command.radio.html#command.radio.attrs.label">label</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="command.radio.attrs.label" title="command.radio.attrs.label" href="command.radio.html#command.radio.attrs.label">label</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The name of the command, as shown to the user.</dd> <dt><a class="attribute-name" id="command.radio.attrs.icon" title="command.radio.attrs.icon" href="command.radio.html#command.radio.attrs.icon">icon</a><span class="attr-values"> = Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/input.password.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.password.html 3 May 2009 15:59:41 -0000 1.4 +++ input.password.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -49,7 +49,7 @@ a one-line plain-text edit control for entering a password.</dd> - <dt><a class="attribute-name" id="input.password.attrs.value" title="input.password.attrs.value" href="input.password.html#input.password.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.password.attrs.value" title="input.password.attrs.value" href="input.password.html#input.password.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for this <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/menu.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- menu.html 3 May 2009 15:59:42 -0000 1.4 +++ menu.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -49,7 +49,7 @@ indicates that the element is merely a list of commands that is neither declaring a context menu nor defining a tool bar.</dd> - <dt><a class="attribute-name" id="menu.attrs.label" title="menu.attrs.label" href="menu.html#menu.attrs.label">label</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="menu.attrs.label" title="menu.attrs.label" href="menu.html#menu.attrs.label">label</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The label of the menu.</dd> </dl></div> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.image.html 3 May 2009 15:59:41 -0000 1.4 +++ input.image.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -55,7 +55,7 @@ submit the form, or alternatively a button from which the user can submit the form.</dd> - <dt><a class="attribute-name" id="input.image.attrs.alt" title="input.image.attrs.alt" href="input.image.html#input.image.attrs.alt">alt</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.image.attrs.alt" title="input.image.attrs.alt" href="input.image.html#input.image.attrs.alt">alt</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Provides a textual label for an alternative button for users and UAs who cannot use the image specified by the <a href="input.image.attrs.src">src</a> Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/input.radio.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.radio.html 3 May 2009 15:59:41 -0000 1.4 +++ input.radio.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -44,7 +44,7 @@ <dd>Specifies that its <a href="input.html#input" class="element">input</a> element represents a selection of one item from a list of items.</dd> - <dt><a class="attribute-name" id="input.radio.attrs.value" title="input.radio.attrs.value" href="input.radio.html#input.radio.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.radio.attrs.value" title="input.radio.attrs.value" href="input.radio.html#input.radio.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/command.checkbox.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- command.checkbox.html 15 Jun 2009 17:16:10 -0000 1.5 +++ command.checkbox.html 16 Jun 2009 18:44:26 -0000 1.6 @@ -46,7 +46,7 @@ <dt><a class="attribute-name" id="command.checkbox.attrs.checked" title="command.checkbox.attrs.checked" href="command.checkbox.html#command.checkbox.attrs.checked">checked</a><span class="attr-values"> = "checked" | "" </span> </dt> <dd>Specifies that the command is selected.</dd> - <dt><a class="attribute-name" id="command.checkbox.attrs.label" title="command.checkbox.attrs.label" href="command.checkbox.html#command.checkbox.attrs.label">label</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="command.checkbox.attrs.label" title="command.checkbox.attrs.label" href="command.checkbox.html#command.checkbox.attrs.label">label</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The name of the command, as shown to the user.</dd> <dt><a class="attribute-name" id="command.checkbox.attrs.icon" title="command.checkbox.attrs.icon" href="command.checkbox.html#command.checkbox.attrs.icon">icon</a><span class="attr-values"> = Index: param.html =================================================================== RCS file: /sources/public/html5/markup/param.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- param.html 3 May 2009 15:59:42 -0000 1.4 +++ param.html 16 Jun 2009 18:44:27 -0000 1.5 @@ -33,10 +33,10 @@ <div class="no-number no-toc" id="param-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#param-attributes">#</a></h2> <dl class="attr-defs"> - <dt><a class="attribute-name" id="param.attrs.name" title="param.attrs.name" href="param.html#param.attrs.name">name</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="param.attrs.name" title="param.attrs.name" href="param.html#param.attrs.name">name</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The name of the parameter.</dd> - <dt><a class="attribute-name" id="param.attrs.value" title="param.attrs.value" href="param.html#param.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="param.attrs.value" title="param.attrs.value" href="param.html#param.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The value of the parameter.</dd> </dl></div> Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/input.reset.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.reset.html 3 May 2009 15:59:41 -0000 1.4 +++ input.reset.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -41,7 +41,7 @@ <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is a button for resetting a form.</dd> - <dt><a class="attribute-name" id="input.reset.attrs.value" title="input.reset.attrs.value" href="input.reset.html#input.reset.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.reset.attrs.value" title="input.reset.attrs.value" href="input.reset.html#input.reset.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: common-attributes.html =================================================================== RCS file: /sources/public/html5/markup/common-attributes.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- common-attributes.html 6 May 2009 10:26:29 -0000 1.4 +++ common-attributes.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -96,7 +96,7 @@ </div> <div class="no-number no-toc"> <dl class="attr-defs"> - <dt><a class="attribute-name" id="common.attrs.style" title="common.attrs.style" href="common-attributes.html#common.attrs.style">style</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="common.attrs.style" title="common.attrs.style" href="common-attributes.html#common.attrs.style">style</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.tabindex" title="common.attrs.tabindex" href="common-attributes.html#common.attrs.tabindex">tabindex</a><span class="attr-values"> = @@ -151,100 +151,100 @@ </div> <div class="no-number no-toc"> <dl class="attr-defs"> - <dt><a class="attribute-name" id="scripting.attr.onabort" title="scripting.attr.onabort" href="common-attributes.html#scripting.attr.onabort">onabort</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onabort" title="scripting.attr.onabort" href="common-attributes.html#scripting.attr.onabort">onabort</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onbeforeunload" title="scripting.attr.onbeforeunload" href="common-attributes.html#scripting.attr.onbeforeunload">onbeforeunload</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onbeforeunload" title="scripting.attr.onbeforeunload" href="common-attributes.html#scripting.attr.onbeforeunload">onbeforeunload</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onblur" title="scripting.attr.onblur" href="common-attributes.html#scripting.attr.onblur">onblur</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onblur" title="scripting.attr.onblur" href="common-attributes.html#scripting.attr.onblur">onblur</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onchange" title="scripting.attr.onchange" href="common-attributes.html#scripting.attr.onchange">onchange</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onchange" title="scripting.attr.onchange" href="common-attributes.html#scripting.attr.onchange">onchange</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onclick" title="scripting.attr.onclick" href="common-attributes.html#scripting.attr.onclick">onclick</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onclick" title="scripting.attr.onclick" href="common-attributes.html#scripting.attr.onclick">onclick</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu" href="common-attributes.html#scripting.attr.oncontextmenu">oncontextmenu</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu" href="common-attributes.html#scripting.attr.oncontextmenu">oncontextmenu</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.ondblclick" title="scripting.attr.ondblclick" href="common-attributes.html#scripting.attr.ondblclick">ondblclick</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.ondblclick" title="scripting.attr.ondblclick" href="common-attributes.html#scripting.attr.ondblclick">ondblclick</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.ondrag" title="scripting.attr.ondrag" href="common-attributes.html#scripting.attr.ondrag">ondrag</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.ondrag" title="scripting.attr.ondrag" href="common-attributes.html#scripting.attr.ondrag">ondrag</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.ondragend" title="scripting.attr.ondragend" href="common-attributes.html#scripting.attr.ondragend">ondragend</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.ondragend" title="scripting.attr.ondragend" href="common-attributes.html#scripting.attr.ondragend">ondragend</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.ondragenter" title="scripting.attr.ondragenter" href="common-attributes.html#scripting.attr.ondragenter">ondragenter</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.ondragenter" title="scripting.attr.ondragenter" href="common-attributes.html#scripting.attr.ondragenter">ondragenter</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.ondragleave" title="scripting.attr.ondragleave" href="common-attributes.html#scripting.attr.ondragleave">ondragleave</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.ondragleave" title="scripting.attr.ondragleave" href="common-attributes.html#scripting.attr.ondragleave">ondragleave</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.ondragover" title="scripting.attr.ondragover" href="common-attributes.html#scripting.attr.ondragover">ondragover</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.ondragover" title="scripting.attr.ondragover" href="common-attributes.html#scripting.attr.ondragover">ondragover</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.ondragstart" title="scripting.attr.ondragstart" href="common-attributes.html#scripting.attr.ondragstart">ondragstart</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.ondragstart" title="scripting.attr.ondragstart" href="common-attributes.html#scripting.attr.ondragstart">ondragstart</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.ondrop" title="scripting.attr.ondrop" href="common-attributes.html#scripting.attr.ondrop">ondrop</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.ondrop" title="scripting.attr.ondrop" href="common-attributes.html#scripting.attr.ondrop">ondrop</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onerror" title="scripting.attr.onerror" href="common-attributes.html#scripting.attr.onerror">onerror</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onerror" title="scripting.attr.onerror" href="common-attributes.html#scripting.attr.onerror">onerror</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onfocus" title="scripting.attr.onfocus" href="common-attributes.html#scripting.attr.onfocus">onfocus</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onfocus" title="scripting.attr.onfocus" href="common-attributes.html#scripting.attr.onfocus">onfocus</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onkeydown" title="scripting.attr.onkeydown" href="common-attributes.html#scripting.attr.onkeydown">onkeydown</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onkeydown" title="scripting.attr.onkeydown" href="common-attributes.html#scripting.attr.onkeydown">onkeydown</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onkeypress" title="scripting.attr.onkeypress" href="common-attributes.html#scripting.attr.onkeypress">onkeypress</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onkeypress" title="scripting.attr.onkeypress" href="common-attributes.html#scripting.attr.onkeypress">onkeypress</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onkeyup" title="scripting.attr.onkeyup" href="common-attributes.html#scripting.attr.onkeyup">onkeyup</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onkeyup" title="scripting.attr.onkeyup" href="common-attributes.html#scripting.attr.onkeyup">onkeyup</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onload" title="scripting.attr.onload" href="common-attributes.html#scripting.attr.onload">onload</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onload" title="scripting.attr.onload" href="common-attributes.html#scripting.attr.onload">onload</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onmessage" title="scripting.attr.onmessage" href="common-attributes.html#scripting.attr.onmessage">onmessage</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onmessage" title="scripting.attr.onmessage" href="common-attributes.html#scripting.attr.onmessage">onmessage</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onmousedown" title="scripting.attr.onmousedown" href="common-attributes.html#scripting.attr.onmousedown">onmousedown</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onmousedown" title="scripting.attr.onmousedown" href="common-attributes.html#scripting.attr.onmousedown">onmousedown</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onmousemove" title="scripting.attr.onmousemove" href="common-attributes.html#scripting.attr.onmousemove">onmousemove</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onmousemove" title="scripting.attr.onmousemove" href="common-attributes.html#scripting.attr.onmousemove">onmousemove</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onmouseout" title="scripting.attr.onmouseout" href="common-attributes.html#scripting.attr.onmouseout">onmouseout</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onmouseout" title="scripting.attr.onmouseout" href="common-attributes.html#scripting.attr.onmouseout">onmouseout</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onmouseover" title="scripting.attr.onmouseover" href="common-attributes.html#scripting.attr.onmouseover">onmouseover</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onmouseover" title="scripting.attr.onmouseover" href="common-attributes.html#scripting.attr.onmouseover">onmouseover</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onmouseup" title="scripting.attr.onmouseup" href="common-attributes.html#scripting.attr.onmouseup">onmouseup</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onmouseup" title="scripting.attr.onmouseup" href="common-attributes.html#scripting.attr.onmouseup">onmouseup</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onmousewheel" title="scripting.attr.onmousewheel" href="common-attributes.html#scripting.attr.onmousewheel">onmousewheel</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onmousewheel" title="scripting.attr.onmousewheel" href="common-attributes.html#scripting.attr.onmousewheel">onmousewheel</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onresize" title="scripting.attr.onresize" href="common-attributes.html#scripting.attr.onresize">onresize</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onresize" title="scripting.attr.onresize" href="common-attributes.html#scripting.attr.onresize">onresize</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onscroll" title="scripting.attr.onscroll" href="common-attributes.html#scripting.attr.onscroll">onscroll</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onscroll" title="scripting.attr.onscroll" href="common-attributes.html#scripting.attr.onscroll">onscroll</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onselect" title="scripting.attr.onselect" href="common-attributes.html#scripting.attr.onselect">onselect</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onselect" title="scripting.attr.onselect" href="common-attributes.html#scripting.attr.onselect">onselect</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onsubmit" title="scripting.attr.onsubmit" href="common-attributes.html#scripting.attr.onsubmit">onsubmit</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onsubmit" title="scripting.attr.onsubmit" href="common-attributes.html#scripting.attr.onsubmit">onsubmit</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> - <dt><a class="attribute-name" id="scripting.attr.onunload" title="scripting.attr.onunload" href="common-attributes.html#scripting.attr.onunload">onunload</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="scripting.attr.onunload" title="scripting.attr.onunload" href="common-attributes.html#scripting.attr.onunload">onunload</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> Index: option.html =================================================================== RCS file: /sources/public/html5/markup/option.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- option.html 3 May 2009 15:59:42 -0000 1.4 +++ option.html 16 Jun 2009 18:44:27 -0000 1.5 @@ -40,10 +40,10 @@ <dt><a class="attribute-name" id="option.attrs.selected" title="option.attrs.selected" href="option.html#option.attrs.selected">selected</a><span class="attr-values"> = "selected" | "" </span> </dt> <dd>Specifies that this <a href="option.html#option" class="element">option</a> is pre-selected.</dd> - <dt><a class="attribute-name" id="option.attrs.label" title="option.attrs.label" href="option.html#option.attrs.label">label</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="option.attrs.label" title="option.attrs.label" href="option.html#option.attrs.label">label</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a label for the <a href="option.html#option" class="element">option</a>.</dd> - <dt><a class="attribute-name" id="option.attrs.value" title="option.attrs.value" href="option.html#option.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="option.attrs.value" title="option.attrs.value" href="option.html#option.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="option.html#option" class="element">option</a>.</dd> </dl></div> Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/input.hidden.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.hidden.html 3 May 2009 15:59:41 -0000 1.4 +++ input.hidden.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -42,7 +42,7 @@ represents a value that is not intended to be examined or manipulated by the user.</dd> - <dt><a class="attribute-name" id="input.hidden.attrs.value" title="input.hidden.attrs.value" href="input.hidden.html#input.hidden.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.hidden.attrs.value" title="input.hidden.attrs.value" href="input.hidden.html#input.hidden.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- input.search.html 6 May 2009 13:34:10 -0000 1.5 +++ input.search.html 16 Jun 2009 18:44:26 -0000 1.6 @@ -51,7 +51,7 @@ a one-line plain-text edit control for entering one or more search terms.</dd> - <dt><a class="attribute-name" id="input.search.attrs.value" title="input.search.attrs.value" href="input.search.html#input.search.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.search.attrs.value" title="input.search.attrs.value" href="input.search.html#input.search.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for this <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- spec.html 16 Jun 2009 10:19:39 -0000 1.38 +++ spec.html 16 Jun 2009 18:44:27 -0000 1.39 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>16 June 2009</em> +<h2>Editor’s Draft <em>17 June 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -41,7 +41,7 @@ <p> - This document is the 16 June 2009 Editor’s Draft of + This document is the 17 June 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> @@ -3232,7 +3232,7 @@ submitting a form.</dd> <dt> -<a class="attribute-name" id="button.submit.attrs.value" title="button.submit.attrs.value" href="#button.submit.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="button.submit.attrs.value" title="button.submit.attrs.value" href="#button.submit.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The value part of the name/value pair associated with this button for the purposes of form submission.</dd> @@ -3321,7 +3321,7 @@ resetting a form.</dd> <dt> -<a class="attribute-name" id="button.reset.attrs.value" title="button.reset.attrs.value" href="#button.reset.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="button.reset.attrs.value" title="button.reset.attrs.value" href="#button.reset.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The value part of the name/value pair associated with this button for the purposes of form submission.</dd> @@ -3410,7 +3410,7 @@ additional semantics.</dd> <dt> -<a class="attribute-name" id="button.button.attrs.value" title="button.button.attrs.value" href="#button.button.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="button.button.attrs.value" title="button.button.attrs.value" href="#button.button.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The value part of the name/value pair associated with this button for the purposes of form submission.</dd> @@ -3940,7 +3940,7 @@ command with an associated action.</dd> <dt> -<a class="attribute-name" id="command.command.attrs.label" title="command.command.attrs.label" href="#command.command.attrs.label">label</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="command.command.attrs.label" title="command.command.attrs.label" href="#command.command.attrs.label">label</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The name of the command, as shown to the user.</dd> <dt> @@ -4030,7 +4030,7 @@ a selection of one item from a list of items.</dd> <dt> -<a class="attribute-name" id="command.radio.attrs.radiogroup" title="command.radio.attrs.radiogroup" href="#command.radio.attrs.radiogroup">radiogroup</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="command.radio.attrs.radiogroup" title="command.radio.attrs.radiogroup" href="#command.radio.attrs.radiogroup">radiogroup</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The name of the group of commands that will be toggled when the command itself is toggled.</dd> @@ -4039,7 +4039,7 @@ <dd>Specifies that the command is selected.</dd> <dt> -<a class="attribute-name" id="command.radio.attrs.label" title="command.radio.attrs.label" href="#command.radio.attrs.label">label</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="command.radio.attrs.label" title="command.radio.attrs.label" href="#command.radio.attrs.label">label</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The name of the command, as shown to the user.</dd> <dt> @@ -4132,7 +4132,7 @@ <dd>Specifies that the command is selected.</dd> <dt> -<a class="attribute-name" id="command.checkbox.attrs.label" title="command.checkbox.attrs.label" href="#command.checkbox.attrs.label">label</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="command.checkbox.attrs.label" title="command.checkbox.attrs.label" href="#command.checkbox.attrs.label">label</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The name of the command, as shown to the user.</dd> <dt> @@ -6588,7 +6588,7 @@ a one-line plain-text edit control for the <a href="#input" class="element">input</a> element’s <a href="#input.text.attrs.value">value</a>.</dd> <dt> -<a class="attribute-name" id="input.text.attrs.value" title="input.text.attrs.value" href="#input.text.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.text.attrs.value" title="input.text.attrs.value" href="#input.text.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for this <a href="#input" class="element">input</a> element.</dd> </dl> @@ -6687,7 +6687,7 @@ password.</dd> <dt> -<a class="attribute-name" id="input.password.attrs.value" title="input.password.attrs.value" href="#input.password.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.password.attrs.value" title="input.password.attrs.value" href="#input.password.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for this <a href="#input" class="element">input</a> element.</dd> </dl> @@ -6780,7 +6780,7 @@ a state or option that can be toggled.</dd> <dt> -<a class="attribute-name" id="input.checkbox.attrs.value" title="input.checkbox.attrs.value" href="#input.checkbox.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.checkbox.attrs.value" title="input.checkbox.attrs.value" href="#input.checkbox.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd> </dl> @@ -6874,7 +6874,7 @@ a selection of one item from a list of items.</dd> <dt> -<a class="attribute-name" id="input.radio.attrs.value" title="input.radio.attrs.value" href="#input.radio.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.radio.attrs.value" title="input.radio.attrs.value" href="#input.radio.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd> </dl> @@ -6965,7 +6965,7 @@ additional semantics.</dd> <dt> -<a class="attribute-name" id="input.button.attrs.value" title="input.button.attrs.value" href="#input.button.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.button.attrs.value" title="input.button.attrs.value" href="#input.button.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd> </dl> @@ -7061,7 +7061,7 @@ submitting a form.</dd> <dt> -<a class="attribute-name" id="input.submit.attrs.value" title="input.submit.attrs.value" href="#input.submit.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.submit.attrs.value" title="input.submit.attrs.value" href="#input.submit.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd> </dl> @@ -7152,7 +7152,7 @@ resetting a form.</dd> <dt> -<a class="attribute-name" id="input.reset.attrs.value" title="input.reset.attrs.value" href="#input.reset.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.reset.attrs.value" title="input.reset.attrs.value" href="#input.reset.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd> </dl> @@ -7342,7 +7342,7 @@ manipulated by the user.</dd> <dt> -<a class="attribute-name" id="input.hidden.attrs.value" title="input.hidden.attrs.value" href="#input.hidden.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.hidden.attrs.value" title="input.hidden.attrs.value" href="#input.hidden.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd> </dl> @@ -7447,7 +7447,7 @@ user can submit the form.</dd> <dt> -<a class="attribute-name" id="input.image.attrs.alt" title="input.image.attrs.alt" href="#input.image.attrs.alt">alt</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.image.attrs.alt" title="input.image.attrs.alt" href="#input.image.attrs.alt">alt</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Provides a textual label for an alternative button for users and UAs who cannot use the image specified by the <a href="input.image.attrs.src">src</a> @@ -8713,7 +8713,7 @@ more search terms.</dd> <dt> -<a class="attribute-name" id="input.search.attrs.value" title="input.search.attrs.value" href="#input.search.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.search.attrs.value" title="input.search.attrs.value" href="#input.search.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for this <a href="#input" class="element">input</a> element.</dd> </dl> @@ -8813,7 +8813,7 @@ telephone number.</dd> <dt> -<a class="attribute-name" id="input.tel.attrs.value" title="input.tel.attrs.value" href="#input.tel.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="input.tel.attrs.value" title="input.tel.attrs.value" href="#input.tel.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for this <a href="#input" class="element">input</a> element.</dd> </dl> @@ -9142,7 +9142,7 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="keygen.attrs.challenge" title="keygen.attrs.challenge" href="#keygen.attrs.challenge">challenge</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="keygen.attrs.challenge" title="keygen.attrs.challenge" href="#keygen.attrs.challenge">challenge</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>A challenge string that is submitted along with the public key.</dd> @@ -9745,7 +9745,7 @@ neither declaring a context menu nor defining a tool bar.</dd> <dt> -<a class="attribute-name" id="menu.attrs.label" title="menu.attrs.label" href="#menu.attrs.label">label</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="menu.attrs.label" title="menu.attrs.label" href="#menu.attrs.label">label</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The label of the menu.</dd> </dl> @@ -9856,11 +9856,11 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="meta.name.attrs.name" title="meta.name.attrs.name" href="#meta.name.attrs.name">name</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="meta.name.attrs.name" title="meta.name.attrs.name" href="#meta.name.attrs.name">name</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies the name part of a name/value pair.</dd> <dt> -<a class="attribute-name" id="meta.name.attrs.content" title="meta.name.attrs.content" href="#meta.name.attrs.content">content</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="meta.name.attrs.content" title="meta.name.attrs.content" href="#meta.name.attrs.content">content</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies the value part of a name/value pair.</dd> </dl> @@ -10918,7 +10918,7 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="optgroup.attrs.label" title="optgroup.attrs.label" href="#optgroup.attrs.label">label</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="optgroup.attrs.label" title="optgroup.attrs.label" href="#optgroup.attrs.label">label</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies the name of the group of options its <a href="#optgroup" class="element">optgroup</a> element represents.</dd> @@ -10988,11 +10988,11 @@ <dd>Specifies that this <a href="#option" class="element">option</a> is pre-selected.</dd> <dt> -<a class="attribute-name" id="option.attrs.label" title="option.attrs.label" href="#option.attrs.label">label</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="option.attrs.label" title="option.attrs.label" href="#option.attrs.label">label</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a label for the <a href="#option" class="element">option</a>.</dd> <dt> -<a class="attribute-name" id="option.attrs.value" title="option.attrs.value" href="#option.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="option.attrs.value" title="option.attrs.value" href="#option.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="#option" class="element">option</a>.</dd> </dl> @@ -11213,11 +11213,11 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="param.attrs.name" title="param.attrs.name" href="#param.attrs.name">name</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="param.attrs.name" title="param.attrs.name" href="#param.attrs.name">name</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The name of the parameter.</dd> <dt> -<a class="attribute-name" id="param.attrs.value" title="param.attrs.value" href="#param.attrs.value">value</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="param.attrs.value" title="param.attrs.value" href="#param.attrs.value">value</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd>The value of the parameter.</dd> </dl> @@ -13864,7 +13864,7 @@ <div class="no-number no-toc"> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="common.attrs.style" title="common.attrs.style" href="#common.attrs.style">style</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="common.attrs.style" title="common.attrs.style" href="#common.attrs.style">style</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> @@ -13926,131 +13926,131 @@ <div class="no-number no-toc"> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="scripting.attr.onabort" title="scripting.attr.onabort" href="#scripting.attr.onabort">onabort</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onabort" title="scripting.attr.onabort" href="#scripting.attr.onabort">onabort</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onbeforeunload" title="scripting.attr.onbeforeunload" href="#scripting.attr.onbeforeunload">onbeforeunload</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onbeforeunload" title="scripting.attr.onbeforeunload" href="#scripting.attr.onbeforeunload">onbeforeunload</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onblur" title="scripting.attr.onblur" href="#scripting.attr.onblur">onblur</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onblur" title="scripting.attr.onblur" href="#scripting.attr.onblur">onblur</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onchange" title="scripting.attr.onchange" href="#scripting.attr.onchange">onchange</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onchange" title="scripting.attr.onchange" href="#scripting.attr.onchange">onchange</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onclick" title="scripting.attr.onclick" href="#scripting.attr.onclick">onclick</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onclick" title="scripting.attr.onclick" href="#scripting.attr.onclick">onclick</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu" href="#scripting.attr.oncontextmenu">oncontextmenu</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu" href="#scripting.attr.oncontextmenu">oncontextmenu</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.ondblclick" title="scripting.attr.ondblclick" href="#scripting.attr.ondblclick">ondblclick</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.ondblclick" title="scripting.attr.ondblclick" href="#scripting.attr.ondblclick">ondblclick</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.ondrag" title="scripting.attr.ondrag" href="#scripting.attr.ondrag">ondrag</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.ondrag" title="scripting.attr.ondrag" href="#scripting.attr.ondrag">ondrag</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.ondragend" title="scripting.attr.ondragend" href="#scripting.attr.ondragend">ondragend</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.ondragend" title="scripting.attr.ondragend" href="#scripting.attr.ondragend">ondragend</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.ondragenter" title="scripting.attr.ondragenter" href="#scripting.attr.ondragenter">ondragenter</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.ondragenter" title="scripting.attr.ondragenter" href="#scripting.attr.ondragenter">ondragenter</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.ondragleave" title="scripting.attr.ondragleave" href="#scripting.attr.ondragleave">ondragleave</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.ondragleave" title="scripting.attr.ondragleave" href="#scripting.attr.ondragleave">ondragleave</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.ondragover" title="scripting.attr.ondragover" href="#scripting.attr.ondragover">ondragover</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.ondragover" title="scripting.attr.ondragover" href="#scripting.attr.ondragover">ondragover</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.ondragstart" title="scripting.attr.ondragstart" href="#scripting.attr.ondragstart">ondragstart</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.ondragstart" title="scripting.attr.ondragstart" href="#scripting.attr.ondragstart">ondragstart</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.ondrop" title="scripting.attr.ondrop" href="#scripting.attr.ondrop">ondrop</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.ondrop" title="scripting.attr.ondrop" href="#scripting.attr.ondrop">ondrop</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onerror" title="scripting.attr.onerror" href="#scripting.attr.onerror">onerror</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onerror" title="scripting.attr.onerror" href="#scripting.attr.onerror">onerror</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onfocus" title="scripting.attr.onfocus" href="#scripting.attr.onfocus">onfocus</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onfocus" title="scripting.attr.onfocus" href="#scripting.attr.onfocus">onfocus</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onkeydown" title="scripting.attr.onkeydown" href="#scripting.attr.onkeydown">onkeydown</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onkeydown" title="scripting.attr.onkeydown" href="#scripting.attr.onkeydown">onkeydown</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onkeypress" title="scripting.attr.onkeypress" href="#scripting.attr.onkeypress">onkeypress</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onkeypress" title="scripting.attr.onkeypress" href="#scripting.attr.onkeypress">onkeypress</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onkeyup" title="scripting.attr.onkeyup" href="#scripting.attr.onkeyup">onkeyup</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onkeyup" title="scripting.attr.onkeyup" href="#scripting.attr.onkeyup">onkeyup</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onload" title="scripting.attr.onload" href="#scripting.attr.onload">onload</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onload" title="scripting.attr.onload" href="#scripting.attr.onload">onload</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onmessage" title="scripting.attr.onmessage" href="#scripting.attr.onmessage">onmessage</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onmessage" title="scripting.attr.onmessage" href="#scripting.attr.onmessage">onmessage</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onmousedown" title="scripting.attr.onmousedown" href="#scripting.attr.onmousedown">onmousedown</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onmousedown" title="scripting.attr.onmousedown" href="#scripting.attr.onmousedown">onmousedown</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onmousemove" title="scripting.attr.onmousemove" href="#scripting.attr.onmousemove">onmousemove</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onmousemove" title="scripting.attr.onmousemove" href="#scripting.attr.onmousemove">onmousemove</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onmouseout" title="scripting.attr.onmouseout" href="#scripting.attr.onmouseout">onmouseout</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onmouseout" title="scripting.attr.onmouseout" href="#scripting.attr.onmouseout">onmouseout</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onmouseover" title="scripting.attr.onmouseover" href="#scripting.attr.onmouseover">onmouseover</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onmouseover" title="scripting.attr.onmouseover" href="#scripting.attr.onmouseover">onmouseover</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onmouseup" title="scripting.attr.onmouseup" href="#scripting.attr.onmouseup">onmouseup</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onmouseup" title="scripting.attr.onmouseup" href="#scripting.attr.onmouseup">onmouseup</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onmousewheel" title="scripting.attr.onmousewheel" href="#scripting.attr.onmousewheel">onmousewheel</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onmousewheel" title="scripting.attr.onmousewheel" href="#scripting.attr.onmousewheel">onmousewheel</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onresize" title="scripting.attr.onresize" href="#scripting.attr.onresize">onresize</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onresize" title="scripting.attr.onresize" href="#scripting.attr.onresize">onresize</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onscroll" title="scripting.attr.onscroll" href="#scripting.attr.onscroll">onscroll</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onscroll" title="scripting.attr.onscroll" href="#scripting.attr.onscroll">onscroll</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onselect" title="scripting.attr.onselect" href="#scripting.attr.onselect">onselect</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onselect" title="scripting.attr.onselect" href="#scripting.attr.onselect">onselect</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onsubmit" title="scripting.attr.onsubmit" href="#scripting.attr.onsubmit">onsubmit</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onsubmit" title="scripting.attr.onsubmit" href="#scripting.attr.onsubmit">onsubmit</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt> -<a class="attribute-name" id="scripting.attr.onunload" title="scripting.attr.onunload" href="#scripting.attr.onunload">onunload</a><span class="attr-values"> = string </span> </dt> +<a class="attribute-name" id="scripting.attr.onunload" title="scripting.attr.onunload" href="#scripting.attr.onunload">onunload</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> Index: optgroup.html =================================================================== RCS file: /sources/public/html5/markup/optgroup.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- optgroup.html 3 May 2009 15:59:42 -0000 1.4 +++ optgroup.html 16 Jun 2009 18:44:27 -0000 1.5 @@ -34,7 +34,7 @@ <div class="no-number no-toc" id="optgroup-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#optgroup-attributes">#</a></h2> <dl class="attr-defs"> - <dt><a class="attribute-name" id="optgroup.attrs.label" title="optgroup.attrs.label" href="optgroup.html#optgroup.attrs.label">label</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="optgroup.attrs.label" title="optgroup.attrs.label" href="optgroup.html#optgroup.attrs.label">label</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies the name of the group of options its <a href="optgroup.html#optgroup" class="element">optgroup</a> element represents.</dd> Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/button.button.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- button.button.html 15 Jun 2009 17:16:10 -0000 1.6 +++ button.button.html 16 Jun 2009 18:44:26 -0000 1.7 @@ -43,7 +43,7 @@ <dd>Specifies that its <a href="button.html#button" class="element">button</a> element is a button with no additional semantics.</dd> - <dt><a class="attribute-name" id="button.button.attrs.value" title="button.button.attrs.value" href="button.button.html#button.button.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="button.button.attrs.value" title="button.button.attrs.value" href="button.button.html#button.button.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The value part of the name/value pair associated with this button for the purposes of form submission.</dd> Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/button.reset.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- button.reset.html 15 Jun 2009 17:16:10 -0000 1.6 +++ button.reset.html 16 Jun 2009 18:44:26 -0000 1.7 @@ -43,7 +43,7 @@ <dd>Specifies that its <a href="button.html#button" class="element">button</a> element is a button for resetting a form.</dd> - <dt><a class="attribute-name" id="button.reset.attrs.value" title="button.reset.attrs.value" href="button.reset.html#button.reset.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="button.reset.attrs.value" title="button.reset.attrs.value" href="button.reset.html#button.reset.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The value part of the name/value pair associated with this button for the purposes of form submission.</dd> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.submit.html 3 May 2009 15:59:42 -0000 1.4 +++ input.submit.html 16 Jun 2009 18:44:26 -0000 1.5 @@ -46,7 +46,7 @@ <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is a button for submitting a form.</dd> - <dt><a class="attribute-name" id="input.submit.attrs.value" title="input.submit.attrs.value" href="input.submit.html#input.submit.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="input.submit.attrs.value" title="input.submit.attrs.value" href="input.submit.html#input.submit.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd> </dl></div> Index: button.submit.html =================================================================== RCS file: /sources/public/html5/markup/button.submit.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- button.submit.html 15 Jun 2009 17:16:10 -0000 1.6 +++ button.submit.html 16 Jun 2009 18:44:26 -0000 1.7 @@ -48,7 +48,7 @@ <dd>Specifies that its <a href="button.html#button" class="element">button</a> element is a button for submitting a form.</dd> - <dt><a class="attribute-name" id="button.submit.attrs.value" title="button.submit.attrs.value" href="button.submit.html#button.submit.attrs.value">value</a><span class="attr-values"> = string </span> </dt> + <dt><a class="attribute-name" id="button.submit.attrs.value" title="button.submit.attrs.value" href="button.submit.html#button.submit.attrs.value">value</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt> <dd>The value part of the name/value pair associated with this button for the purposes of form submission.</dd>
Received on Tuesday, 16 June 2009 18:45:26 UTC