- From: poot <cvsmail@w3.org>
- Date: Tue, 6 Jul 2010 18:17:50 +0900 (JST)
- To: public-html-diffs@w3.org
mike: checkpointing a few more target idref fixes for attribute links to spec http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.232&r2=1.233&f=h =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- iframe.html 5 Jul 2010 14:07:14 -0000 1.65 +++ iframe.html 6 Jul 2010 09:16:58 -0000 1.66 @@ -66,14 +66,14 @@ <dt> <a class="attribute-name" id="iframe.attrs.width" title="iframe.attrs.width" href="iframe.html#iframe.attrs.width">width</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-iframe-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the <a href="iframe.html#iframe">iframe</a>, in CSS pixels.</dd> <dt> <a class="attribute-name" id="iframe.attrs.height" title="iframe.attrs.height" href="iframe.html#iframe.attrs.height">height</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-iframe-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the <a href="iframe.html#iframe">iframe</a>, in CSS pixels.</dd> Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/ins.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- ins.html 5 Jul 2010 14:07:16 -0000 1.54 +++ ins.html 6 Jul 2010 09:16:58 -0000 1.55 @@ -50,14 +50,14 @@ <dt> <a class="attribute-name" id="ins.attrs.cite" title="ins.attrs.cite" href="ins.html#ins.attrs.cite">cite</a> = <span class="attr-values"> <a href="datatypes.html#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-ins-cite">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-mod-cite">ⓘ</a></span> </dt> <dd>The address of a document that explains why the text was added.</dd> <dt> <a class="attribute-name" id="ins.attrs.datetime" title="ins.attrs.datetime" href="ins.html#ins.attrs.datetime">datetime</a> = <span class="attr-values"> <a href="datatypes.html#common.data.datetime">date-time</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-ins-datetime">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-mod-datetime">ⓘ</a></span> </dt> <dd>The time and date when the text was added.</dd> </dl> Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/command.command.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- command.command.html 6 Jul 2010 03:03:05 -0000 1.51 +++ command.command.html 6 Jul 2010 09:16:58 -0000 1.52 @@ -49,25 +49,25 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="command.command.attrs.type" title="command.command.attrs.type" href="command.command.html#command.command.attrs.type">type</a> = <span class="attr-values"> "command" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.command-type">ⓘ</a></span> </dt> +<a class="attribute-name" id="command.command.attrs.type" title="command.command.attrs.type" href="command.command.html#command.command.attrs.type">type</a> = <span class="attr-values"> "command" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-type">ⓘ</a></span> </dt> <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"><a href="datatypes.html#data-string">string</a></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.command-label">ⓘ</a></span> </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> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-label">ⓘ</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"> <a href="datatypes.html#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.command-icon">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-icon">ⓘ</a></span> </dt> <dd>A URL for an image that represents the command.</dd> <dt> <a class="attribute-name" id="command.command.attrs.disabled" title="command.command.attrs.disabled" href="command.command.html#command.command.attrs.disabled">disabled</a> = <span class="attr-values"> "disabled" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.command-disabled">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-disabled">ⓘ</a></span> </dt> <dd>Specifies that the command is not currently available.</dd> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- object.html 5 Jul 2010 14:07:16 -0000 1.61 +++ object.html 6 Jul 2010 09:16:58 -0000 1.62 @@ -78,19 +78,19 @@ <dt> <a class="attribute-name" id="object.attrs.height" title="object.attrs.height" href="object.html#object.attrs.height">height</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-object-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the object, in CSS pixels.</dd> <dt> <a class="attribute-name" id="object.attrs.width" title="object.attrs.width" href="object.html#object.attrs.width">width</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-object-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the object, in CSS pixels.</dd> <dt> <a class="attribute-name" id="object.attrs.usemap" title="object.attrs.usemap" href="object.html#object.attrs.usemap">usemap</a> = <span class="attr-values"> <a href="datatypes.html#common.data.hash-name">hash-name reference</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-object-usemap">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-usemap">ⓘ</a></span> </dt> <dd>A <a href="datatypes.html#hash-name">hash-name reference</a> to a <a href="map.html#map">map</a> element with which to associate the object.</dd> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/img.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- img.html 5 Jul 2010 14:07:14 -0000 1.60 +++ img.html 6 Jul 2010 09:16:58 -0000 1.61 @@ -66,19 +66,19 @@ <dt> <a class="attribute-name" id="img.attrs.height" title="img.attrs.height" href="img.html#img.attrs.height">height</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-img-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the image, in CSS pixels.</dd> <dt> <a class="attribute-name" id="img.attrs.width" title="img.attrs.width" href="img.html#img.attrs.width">width</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-img-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the image, in CSS pixels.</dd> <dt> <a class="attribute-name" id="img.attrs.usemap" title="img.attrs.usemap" href="img.html#img.attrs.usemap">usemap</a> = <span class="attr-values"> <a href="datatypes.html#common.data.hash-name">hash-name reference</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-img-usemap">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-usemap">ⓘ</a></span> </dt> <dd>A <a href="datatypes.html#hash-name">hash-name reference</a> to a <a href="map.html#map" class="element">map</a> element with which to associate the Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/command.radio.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- command.radio.html 6 Jul 2010 03:03:05 -0000 1.51 +++ command.radio.html 6 Jul 2010 09:16:58 -0000 1.52 @@ -51,36 +51,36 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="command.radio.attrs.type" title="command.radio.attrs.type" href="command.radio.html#command.radio.attrs.type">type</a> = <span class="attr-values"> "radio" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-type">ⓘ</a></span> </dt> +<a class="attribute-name" id="command.radio.attrs.type" title="command.radio.attrs.type" href="command.radio.html#command.radio.attrs.type">type</a> = <span class="attr-values"> "radio" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-type">ⓘ</a></span> </dt> <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"><a href="datatypes.html#data-string">string</a></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-radiogroup">ⓘ</a></span> </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> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-radiogroup">ⓘ</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 class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-checked">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-checked">ⓘ</a></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"><a href="datatypes.html#data-string">string</a></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-label">ⓘ</a></span> </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> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-label">ⓘ</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"> <a href="datatypes.html#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-icon">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-icon">ⓘ</a></span> </dt> <dd>A URL for an image that represents the command.</dd> <dt> <a class="attribute-name" id="command.radio.attrs.disabled" title="command.radio.attrs.disabled" href="command.radio.html#command.radio.attrs.disabled">disabled</a> = <span class="attr-values"> "disabled" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-disabled">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-disabled">ⓘ</a></span> </dt> <dd>Specifies that the command is not currently available.</dd> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/embed.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- embed.html 5 Jul 2010 14:07:13 -0000 1.54 +++ embed.html 6 Jul 2010 09:16:58 -0000 1.55 @@ -62,13 +62,13 @@ <dt> <a class="attribute-name" id="embed.attrs.height" title="embed.attrs.height" href="embed.html#embed.attrs.height">height</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-embed-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the embedded content, in CSS pixels.</dd> <dt> <a class="attribute-name" id="embed.attrs.width" title="embed.attrs.width" href="embed.html#embed.attrs.width">width</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-embed-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the embedded content, in CSS pixels.</dd> </dl> Index: del.html =================================================================== RCS file: /sources/public/html5/markup/del.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- del.html 5 Jul 2010 14:07:13 -0000 1.53 +++ del.html 6 Jul 2010 09:16:58 -0000 1.54 @@ -50,14 +50,14 @@ <dt> <a class="attribute-name" id="del.attrs.cite" title="del.attrs.cite" href="del.html#del.attrs.cite">cite</a> = <span class="attr-values"> <a href="datatypes.html#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-del-cite">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-mod-cite">ⓘ</a></span> </dt> <dd>The address of a document that explains why the text was deleted.</dd> <dt> <a class="attribute-name" id="del.attrs.datetime" title="del.attrs.datetime" href="del.html#del.attrs.datetime">datetime</a> = <span class="attr-values"> <a href="datatypes.html#common.data.datetime">date-time</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-del-datetime">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-mod-datetime">ⓘ</a></span> </dt> <dd>The time and date when the text was deleted.</dd> </dl> Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/command.checkbox.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- command.checkbox.html 6 Jul 2010 03:03:04 -0000 1.51 +++ command.checkbox.html 6 Jul 2010 09:16:58 -0000 1.52 @@ -50,31 +50,31 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="command.checkbox.attrs.type" title="command.checkbox.attrs.type" href="command.checkbox.html#command.checkbox.attrs.type">type</a> = <span class="attr-values"> "checkbox" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-type">ⓘ</a></span> </dt> +<a class="attribute-name" id="command.checkbox.attrs.type" title="command.checkbox.attrs.type" href="command.checkbox.html#command.checkbox.attrs.type">type</a> = <span class="attr-values"> "checkbox" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-type">ⓘ</a></span> </dt> <dd>Specifies that its <a href="command.html#command" class="element">command</a> element represents a state or option that can be toggled.</dd> <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 class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-checked">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-checked">ⓘ</a></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"><a href="datatypes.html#data-string">string</a></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-label">ⓘ</a></span> </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> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-label">ⓘ</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"> <a href="datatypes.html#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-icon">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-icon">ⓘ</a></span> </dt> <dd>A URL for an image that represents the command.</dd> <dt> <a class="attribute-name" id="command.checkbox.attrs.disabled" title="command.checkbox.attrs.disabled" href="command.checkbox.html#command.checkbox.attrs.disabled">disabled</a> = <span class="attr-values"> "disabled" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-disabled">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-disabled">ⓘ</a></span> </dt> <dd>Specifies that the command is not currently available.</dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.232 retrieving revision 1.233 diff -u -d -r1.232 -r1.233 --- spec.html 6 Jul 2010 03:03:06 -0000 1.232 +++ spec.html 6 Jul 2010 09:16:58 -0000 1.233 @@ -5334,25 +5334,25 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="command.command.attrs.type" title="command.command.attrs.type" href="#command.command.attrs.type">type</a> = <span class="attr-values"> "command" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.command-type">ⓘ</a></span> </dt> +<a class="attribute-name" id="command.command.attrs.type" title="command.command.attrs.type" href="#command.command.attrs.type">type</a> = <span class="attr-values"> "command" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-type">ⓘ</a></span> </dt> <dd>Specifies that its <a href="#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.attrs.label">label</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.command-label">ⓘ</a></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> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-label">ⓘ</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.attrs.icon">icon</a> = <span class="attr-values"> <a href="#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.command-icon">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-icon">ⓘ</a></span> </dt> <dd>A URL for an image that represents the command.</dd> <dt> <a class="attribute-name" id="command.command.attrs.disabled" title="command.command.attrs.disabled" href="#command.command.attrs.disabled">disabled</a> = <span class="attr-values"> "disabled" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.command-disabled">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-disabled">ⓘ</a></span> </dt> <dd>Specifies that the command is not currently available.</dd> @@ -5437,36 +5437,36 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="command.radio.attrs.type" title="command.radio.attrs.type" href="#command.radio.attrs.type">type</a> = <span class="attr-values"> "radio" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-type">ⓘ</a></span> </dt> +<a class="attribute-name" id="command.radio.attrs.type" title="command.radio.attrs.type" href="#command.radio.attrs.type">type</a> = <span class="attr-values"> "radio" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-type">ⓘ</a></span> </dt> <dd>Specifies that its <a href="#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.attrs.radiogroup">radiogroup</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-radiogroup">ⓘ</a></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> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-radiogroup">ⓘ</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.attrs.checked">checked</a> = <span class="attr-values"> "checked" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-checked">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-checked">ⓘ</a></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.attrs.label">label</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-label">ⓘ</a></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> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-label">ⓘ</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.attrs.icon">icon</a> = <span class="attr-values"> <a href="#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-icon">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-icon">ⓘ</a></span> </dt> <dd>A URL for an image that represents the command.</dd> <dt> <a class="attribute-name" id="command.radio.attrs.disabled" title="command.radio.attrs.disabled" href="#command.radio.attrs.disabled">disabled</a> = <span class="attr-values"> "disabled" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.radio-disabled">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-disabled">ⓘ</a></span> </dt> <dd>Specifies that the command is not currently available.</dd> @@ -5550,31 +5550,31 @@ </h2> <dl class="attr-defs"> <dt> -<a class="attribute-name" id="command.checkbox.attrs.type" title="command.checkbox.attrs.type" href="#command.checkbox.attrs.type">type</a> = <span class="attr-values"> "checkbox" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-type">ⓘ</a></span> </dt> +<a class="attribute-name" id="command.checkbox.attrs.type" title="command.checkbox.attrs.type" href="#command.checkbox.attrs.type">type</a> = <span class="attr-values"> "checkbox" </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-type">ⓘ</a></span> </dt> <dd>Specifies that its <a href="#command" class="element">command</a> element represents a state or option that can be toggled.</dd> <dt> <a class="attribute-name" id="command.checkbox.attrs.checked" title="command.checkbox.attrs.checked" href="#command.checkbox.attrs.checked">checked</a> = <span class="attr-values"> "checked" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-checked">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-checked">ⓘ</a></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.attrs.label">label</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-label">ⓘ</a></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> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-label">ⓘ</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.attrs.icon">icon</a> = <span class="attr-values"> <a href="#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-icon">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-icon">ⓘ</a></span> </dt> <dd>A URL for an image that represents the command.</dd> <dt> <a class="attribute-name" id="command.checkbox.attrs.disabled" title="command.checkbox.attrs.disabled" href="#command.checkbox.attrs.disabled">disabled</a> = <span class="attr-values"> "disabled" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command.checkbox-disabled">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-command-disabled">ⓘ</a></span> </dt> <dd>Specifies that the command is not currently available.</dd> @@ -5845,14 +5845,14 @@ <dt> <a class="attribute-name" id="del.attrs.cite" title="del.attrs.cite" href="#del.attrs.cite">cite</a> = <span class="attr-values"> <a href="#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-del-cite">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-mod-cite">ⓘ</a></span> </dt> <dd>The address of a document that explains why the text was deleted.</dd> <dt> <a class="attribute-name" id="del.attrs.datetime" title="del.attrs.datetime" href="#del.attrs.datetime">datetime</a> = <span class="attr-values"> <a href="#common.data.datetime">date-time</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-del-datetime">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-mod-datetime">ⓘ</a></span> </dt> <dd>The time and date when the text was deleted.</dd> </dl> @@ -6473,13 +6473,13 @@ <dt> <a class="attribute-name" id="embed.attrs.height" title="embed.attrs.height" href="#embed.attrs.height">height</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-embed-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the embedded content, in CSS pixels.</dd> <dt> <a class="attribute-name" id="embed.attrs.width" title="embed.attrs.width" href="#embed.attrs.width">width</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-embed-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the embedded content, in CSS pixels.</dd> </dl> @@ -6934,21 +6934,21 @@ <dt> <a class="attribute-name" id="form.attrs.action" title="form.attrs.action" href="#form.attrs.action">action</a> = <span class="attr-values"> <a href="#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-action">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-action">ⓘ</a></span> </dt> <dd>The submission action for the form.</dd> <dt> <a class="attribute-name" id="form.attrs.method" title="form.attrs.method" href="#form.attrs.method">method</a> = <span class="attr-values"> <span class="agroupof"> "get" <span class="postfix or">or</span> "post"</span> <span class="postfix or">or</span> <span class="agroupof"> "put" - <span class="postfix or">or</span> "delete"</span></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-method">ⓘ</a></span> </dt> + <span class="postfix or">or</span> "delete"</span></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-method">ⓘ</a></span> </dt> <dd>The HTTP method with which a UA is meant to associate this element for form submission.</dd> <dt> <a class="attribute-name" id="form.attrs.enctype" title="form.attrs.enctype" href="#form.attrs.enctype">enctype</a> = <span class="attr-values"> <span class="agroupof"> "application/x-www-form-urlencoded" <span class="postfix or">or</span> "multipart/form-data"</span> - <span class="postfix or">or</span> "text/plain"</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-enctype">ⓘ</a></span> </dt> + <span class="postfix or">or</span> "text/plain"</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-enctype">ⓘ</a></span> </dt> <dd>A MIME type with which a UA is meant to associate the form contents for form submission.</dd> @@ -6963,7 +6963,7 @@ <a class="attribute-name" id="form.attrs.novalidate" title="form.attrs.novalidate" href="#form.attrs.novalidate">novalidate</a> = <span class="attr-values"> "novalidate" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-novalidate">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-novalidate">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </dt> <dd>Specifies that the element represents a form that is not meant to be validated during form submission.</dd> @@ -6971,7 +6971,7 @@ <dt> <a class="attribute-name" id="form.attrs.target" title="form.attrs.target" href="#form.attrs.target">target</a> = <span class="attr-values"> <a href="#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-target">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-target">ⓘ</a></span> </dt> <dd>A browsing context or keyword that represents the target of the form.</dd> @@ -8253,14 +8253,14 @@ <dt> <a class="attribute-name" id="iframe.attrs.width" title="iframe.attrs.width" href="#iframe.attrs.width">width</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-iframe-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the <a href="#iframe">iframe</a>, in CSS pixels.</dd> <dt> <a class="attribute-name" id="iframe.attrs.height" title="iframe.attrs.height" href="#iframe.attrs.height">height</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-iframe-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the <a href="#iframe">iframe</a>, in CSS pixels.</dd> @@ -8436,19 +8436,19 @@ <dt> <a class="attribute-name" id="img.attrs.height" title="img.attrs.height" href="#img.attrs.height">height</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-img-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the image, in CSS pixels.</dd> <dt> <a class="attribute-name" id="img.attrs.width" title="img.attrs.width" href="#img.attrs.width">width</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-img-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the image, in CSS pixels.</dd> <dt> <a class="attribute-name" id="img.attrs.usemap" title="img.attrs.usemap" href="#img.attrs.usemap">usemap</a> = <span class="attr-values"> <a href="#common.data.hash-name">hash-name reference</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-img-usemap">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-usemap">ⓘ</a></span> </dt> <dd>A <a href="#hash-name">hash-name reference</a> to a <a href="#map" class="element">map</a> element with which to associate the @@ -12762,14 +12762,14 @@ <dt> <a class="attribute-name" id="ins.attrs.cite" title="ins.attrs.cite" href="#ins.attrs.cite">cite</a> = <span class="attr-values"> <a href="#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-ins-cite">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-mod-cite">ⓘ</a></span> </dt> <dd>The address of a document that explains why the text was added.</dd> <dt> <a class="attribute-name" id="ins.attrs.datetime" title="ins.attrs.datetime" href="#ins.attrs.datetime">datetime</a> = <span class="attr-values"> <a href="#common.data.datetime">date-time</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-ins-datetime">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-mod-datetime">ⓘ</a></span> </dt> <dd>The time and date when the text was added.</dd> </dl> @@ -14858,19 +14858,19 @@ <dt> <a class="attribute-name" id="object.attrs.height" title="object.attrs.height" href="#object.attrs.height">height</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-object-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the object, in CSS pixels.</dd> <dt> <a class="attribute-name" id="object.attrs.width" title="object.attrs.width" href="#object.attrs.width">width</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-object-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the object, in CSS pixels.</dd> <dt> <a class="attribute-name" id="object.attrs.usemap" title="object.attrs.usemap" href="#object.attrs.usemap">usemap</a> = <span class="attr-values"> <a href="#common.data.hash-name">hash-name reference</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-object-usemap">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-hyperlink-usemap">ⓘ</a></span> </dt> <dd>A <a href="#hash-name">hash-name reference</a> to a <a href="#map">map</a> element with which to associate the object.</dd> @@ -19005,13 +19005,13 @@ <dt> <a class="attribute-name" id="video.attrs.height" title="video.attrs.height" href="#video.attrs.height">height</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-video-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the video, in CSS pixels.</dd> <dt> <a class="attribute-name" id="video.attrs.width" title="video.attrs.width" href="#video.attrs.width">width</a> = <span class="attr-values"> <a href="#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-video-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the video, in CSS pixels.</dd> <dt> Index: form.html =================================================================== RCS file: /sources/public/html5/markup/form.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- form.html 5 Jul 2010 14:07:14 -0000 1.58 +++ form.html 6 Jul 2010 09:16:58 -0000 1.59 @@ -55,21 +55,21 @@ <dt> <a class="attribute-name" id="form.attrs.action" title="form.attrs.action" href="form.html#form.attrs.action">action</a> = <span class="attr-values"> <a href="datatypes.html#common.data.uri">URI</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-action">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-action">ⓘ</a></span> </dt> <dd>The submission action for the form.</dd> <dt> <a class="attribute-name" id="form.attrs.method" title="form.attrs.method" href="form.html#form.attrs.method">method</a> = <span class="attr-values"> <span class="agroupof"> "get" <span class="postfix or">or</span> "post"</span> <span class="postfix or">or</span> <span class="agroupof"> "put" - <span class="postfix or">or</span> "delete"</span></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-method">ⓘ</a></span> </dt> + <span class="postfix or">or</span> "delete"</span></span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-method">ⓘ</a></span> </dt> <dd>The HTTP method with which a UA is meant to associate this element for form submission.</dd> <dt> <a class="attribute-name" id="form.attrs.enctype" title="form.attrs.enctype" href="form.html#form.attrs.enctype">enctype</a> = <span class="attr-values"> <span class="agroupof"> "application/x-www-form-urlencoded" <span class="postfix or">or</span> "multipart/form-data"</span> - <span class="postfix or">or</span> "text/plain"</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-enctype">ⓘ</a></span> </dt> + <span class="postfix or">or</span> "text/plain"</span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-enctype">ⓘ</a></span> </dt> <dd>A MIME type with which a UA is meant to associate the form contents for form submission.</dd> @@ -84,7 +84,7 @@ <a class="attribute-name" id="form.attrs.novalidate" title="form.attrs.novalidate" href="form.html#form.attrs.novalidate">novalidate</a> = <span class="attr-values"> "novalidate" <span class="postfix or">or</span> "" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-novalidate">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-novalidate">ⓘ</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span> </dt> <dd>Specifies that the element represents a form that is not meant to be validated during form submission.</dd> @@ -92,7 +92,7 @@ <dt> <a class="attribute-name" id="form.attrs.target" title="form.attrs.target" href="form.html#form.attrs.target">target</a> = <span class="attr-values"> <a href="datatypes.html#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-form-target">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-fs-target">ⓘ</a></span> </dt> <dd>A browsing context or keyword that represents the target of the form.</dd> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- video.html 5 Jul 2010 14:07:18 -0000 1.64 +++ video.html 6 Jul 2010 09:16:59 -0000 1.65 @@ -123,13 +123,13 @@ <dt> <a class="attribute-name" id="video.attrs.height" title="video.attrs.height" href="video.html#video.attrs.height">height</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-video-height">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-height">ⓘ</a></span> </dt> <dd>The height of the video, in CSS pixels.</dd> <dt> <a class="attribute-name" id="video.attrs.width" title="video.attrs.width" href="video.html#video.attrs.width">width</a> = <span class="attr-values"> <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> - </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-video-width">ⓘ</a></span> </dt> + </span> <span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/#attr-dim-width">ⓘ</a></span> </dt> <dd>The width of the video, in CSS pixels.</dd> <dt>
Received on Tuesday, 6 July 2010 09:17:51 UTC