- From: poot <cvsmail@w3.org>
- Date: Mon, 8 Feb 2010 15:50:21 +0900 (JST)
- To: public-html-diffs@w3.org
mike: checkpointing http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.155&r2=1.156&f=h =================================================================== RCS file: /sources/public/html5/markup/th.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- th.html 5 Feb 2010 06:19:02 -0000 1.39 +++ th.html 8 Feb 2010 06:49:35 -0000 1.40 @@ -48,7 +48,7 @@ element applies to.</dd> <dt><a class="attribute-name" id="th.attrs.colspan" title="th.attrs.colspan" href="th.html#th.attrs.colspan">colspan</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>Specifies the number of adjacent columns “spanned” by its @@ -56,7 +56,7 @@ element.</dd> <dt><a class="attribute-name" id="th.attrs.rowspan" title="th.attrs.rowspan" href="th.html#th.attrs.rowspan">rowspan</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a> + <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> </span> </dt> <dd>Specifies the number of following rows “spanned” by its @@ -64,7 +64,7 @@ element.</dd> <dt><a class="attribute-name" id="th.attrs.headers" title="th.attrs.headers" href="th.html#th.attrs.headers">headers</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.idrefs" title="common.data.idrefs">idrefs</a> + <a href="datatypes.html#common.data.idrefs">IDREFS</a> </span> </dt> <dd>Identifies one or more <a href="th.html#th" class="element">th</a> Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.380 retrieving revision 1.381 diff -u -d -r1.380 -r1.381 --- Overview.html 7 Feb 2010 11:54:01 -0000 1.380 +++ Overview.html 8 Feb 2010 06:49:33 -0000 1.381 @@ -10,7 +10,7 @@ <div class="head"> <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></a></div> <h1>HTML: The Markup Language</h1> -<h2>W3C Editor’s Draft <em>7 February 2010</em> +<h2>W3C Editor’s Draft <em>8 February 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -50,7 +50,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> <p> - This document is the 7 February 2010 Editor’s Draft of + This document is the 8 February 2010 Editor’s Draft of <cite>HTML: The Markup Language</cite>. If you’d like to comment on this document, the preferred Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/input.email.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- input.email.html 5 Feb 2010 08:17:23 -0000 1.35 +++ input.email.html 8 Feb 2010 06:49:34 -0000 1.36 @@ -54,12 +54,12 @@ the element’s value.</dd> <dt><a class="attribute-name" id="input.email.attrs.value.multiple" title="input.email.attrs.value.multiple" href="input.email.html#input.email.attrs.value.multiple">value<span class="attr-qualifier">.multiple</span></a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#form.data.emailaddresslist" title="form.data.emailaddresslist">emailaddresslist</a> + <a href="datatypes.html#form.data.emailaddresslist">e-mail address list</a> </span> </dt> <dd>A list of e-mail addresses.</dd> <dt><a class="attribute-name" id="input.email.attrs.value.single" title="input.email.attrs.value.single" href="input.email.html#input.email.attrs.value.single">value<span class="attr-qualifier">.single</span></a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#form.data.emailaddress" title="form.data.emailaddress">emailaddress</a> + <a href="datatypes.html#form.data.emailaddress">e-mail address</a> </span> </dt> <dd>A single e-mail address.</dd> Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- iframe.html 5 Feb 2010 06:18:59 -0000 1.43 +++ iframe.html 8 Feb 2010 06:49:34 -0000 1.44 @@ -40,30 +40,30 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#iframe-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="iframe.attrs.src" title="iframe.attrs.src" href="iframe.html#iframe.attrs.src">src</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The address of a page that the nested <a href="terminology.html#context">browsing context</a> is to contain.</dd> <dt><a class="attribute-name" id="iframe.attrs.name" title="iframe.attrs.name" href="iframe.html#iframe.attrs.name">name</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.browsing-context-name" title="common.data.browsing-context-name">browsing-context-name</a> + <a href="datatypes.html#common.data.browsing-context-name">browsing-context name</a> </span> </dt> <dd>A valid <a href="terminology.html#context">browsing context</a> name.</dd> <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 class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</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 class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>The height of the <a href="iframe.html#iframe">iframe</a>, in CSS pixels.</dd> <dt><a class="attribute-name" id="iframe.attrs.sandbox" title="iframe.attrs.sandbox" href="iframe.html#iframe.attrs.sandbox">sandbox</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.sandbox-allow-list" title="common.data.sandbox-allow-list">sandbox-allow-list</a> + <a href="datatypes.html#common.data.sandbox-allow-list">sandbox allow list</a> </span> </dt> <dd>Instructs the UA to enable a set of extra restrictions on any content hosted by the <code><a href="iframe.html#iframe">iframe</a></code>.</dd> Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/ins.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- ins.html 5 Feb 2010 06:19:00 -0000 1.36 +++ ins.html 8 Feb 2010 06:49:34 -0000 1.37 @@ -37,13 +37,13 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#ins-attributes">#</a></h2> <dl class="attr-defs"> <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 class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</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 class="ref" href="datatypes.html#common.data.datetime" title="common.data.datetime">datetime</a> + <a href="datatypes.html#common.data.datetime">date-time</a> </span> </dt> <dd>The time and date when the text was added.</dd> Index: html.html =================================================================== RCS file: /sources/public/html5/markup/html.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- html.html 7 Feb 2010 11:54:01 -0000 1.34 +++ html.html 8 Feb 2010 06:49:34 -0000 1.35 @@ -36,7 +36,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#html-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="html.attrs.manifest" title="html.attrs.manifest" href="html.html#html.attrs.manifest">manifest</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>The address of the document’s <dfn id="manifest">application cache manifest</dfn> (which controls caching of content for offline use).</dd> Index: meta.http-equiv.content-type.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- meta.http-equiv.content-type.html 5 Feb 2010 06:19:00 -0000 1.37 +++ meta.http-equiv.content-type.html 8 Feb 2010 06:49:34 -0000 1.38 @@ -43,7 +43,7 @@ declaration</a>.</dd> <dt><a class="attribute-name" id="meta.http-equiv.attrs.content.content-type" title="meta.http-equiv.attrs.content.content-type" href="meta.http-equiv.content-type.html#meta.http-equiv.attrs.content.content-type">content</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.meta-charset" title="common.data.meta-charset">meta-charset</a> + <a href="datatypes.html#common.data.meta-charset">meta-charset string</a> </span> </dt> <dd>A specially formatted string providing a character encoding name.</dd> Index: meta.http-equiv.content-language.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- meta.http-equiv.content-language.html 5 Feb 2010 06:19:00 -0000 1.32 +++ meta.http-equiv.content-language.html 8 Feb 2010 06:49:34 -0000 1.33 @@ -51,7 +51,7 @@ that specifies a document-wide default language.</dd> <dt><a class="attribute-name" id="meta.http-equiv.attrs.content.content-language" title="meta.http-equiv.attrs.content.content-language" href="meta.http-equiv.content-language.html#meta.http-equiv.attrs.content.content-language">content</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> + <a href="datatypes.html#common.data.langcode">language tag</a> </span> </dt> <dd>Specifies a language to use as the document-wide default language.</dd> Index: script.html =================================================================== RCS file: /sources/public/html5/markup/script.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- script.html 7 Feb 2010 11:54:01 -0000 1.44 +++ script.html 8 Feb 2010 06:49:35 -0000 1.45 @@ -45,7 +45,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#script-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="script.attrs.type" title="script.attrs.type" href="script.html#script.attrs.type">type</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> + <a href="datatypes.html#common.data.mimetype">MIME type</a> </span> </dt> <dd>The language of the script or format of the data.</dd> <dd class="warning"> @@ -55,7 +55,7 @@ <dd>Specifies that the language of the script is JavaScript.</dd> <dt><a class="attribute-name" id="script.attrs.src" title="script.attrs.src" href="script.html#script.attrs.src">src</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The address of the external script to use.</dd> @@ -72,7 +72,7 @@ asynchronously, as soon as it becomes available.</dd> <dt><a class="attribute-name" id="script.attrs.charset" title="script.attrs.charset" href="script.html#script.attrs.charset">charset</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.charset" title="common.data.charset">charset</a> + <a href="datatypes.html#common.data.charset">character encoding name</a> </span> </dt> <dd>The character encoding of the external script.</dd> Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/audio.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- audio.html 5 Feb 2010 08:35:44 -0000 1.44 +++ audio.html 8 Feb 2010 06:49:33 -0000 1.45 @@ -77,7 +77,7 @@ audio stream upon reaching the end.</dd> <dt><a class="attribute-name" id="audio.attrs.src" title="audio.attrs.src" href="audio.html#audio.attrs.src">src</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The URL for the audio stream.</dd> Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- time.html 5 Feb 2010 06:19:02 -0000 1.36 +++ time.html 8 Feb 2010 06:49:35 -0000 1.37 @@ -36,7 +36,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#time-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="time.attrs.datetime" title="time.attrs.datetime" href="time.html#time.attrs.datetime">datetime</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.date-or-time" title="common.data.date-or-time">date-or-time</a> + <a href="datatypes.html#common.data.date-or-time">date or time</a> </span> </dt> <dd>Specifies the date or time that the element represents.</dd> Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- meta.http-equiv.default-style.html 5 Feb 2010 06:19:00 -0000 1.34 +++ meta.http-equiv.default-style.html 8 Feb 2010 06:49:34 -0000 1.35 @@ -42,7 +42,7 @@ that specifies the document’s preferred stylesheet.</dd> <dt><a class="attribute-name" id="meta.http-equiv.attrs.content.default-style" title="meta.http-equiv.attrs.content.default-style" href="meta.http-equiv.default-style.html#meta.http-equiv.attrs.content.default-style">content</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.default-style" title="common.data.default-style">default-style</a> + <a href="datatypes.html#common.data.default-style">default-style name</a> </span> </dt> <dd>Specifies the name of the document’s preferred stylesheet. The name must meet either of the following Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/command.command.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- command.command.html 5 Feb 2010 06:18:58 -0000 1.35 +++ command.command.html 8 Feb 2010 06:49:34 -0000 1.36 @@ -45,7 +45,7 @@ <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 class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>A URL for an image that represents the command.</dd> Index: progress.html =================================================================== RCS file: /sources/public/html5/markup/progress.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- progress.html 5 Feb 2010 06:19:01 -0000 1.36 +++ progress.html 8 Feb 2010 06:49:34 -0000 1.37 @@ -36,13 +36,13 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#progress-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="progress.attrs.value" title="progress.attrs.value" href="progress.html#progress.attrs.value">value</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.float.non-negative" title="common.data.float.non-negative">float.non-negative</a> + <a href="datatypes.html#common.data.float.non-negative">non-negative float</a> </span> </dt> <dd>Specifies how much of the task has been completed. The units are arbitrary and not specified.</dd> <dt><a class="attribute-name" id="progress.attrs.max" title="progress.attrs.max" href="progress.html#progress.attrs.max">max</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.float.positive" title="common.data.float.positive">float.positive</a> + <a href="datatypes.html#common.data.float.positive">positive float</a> </span> </dt> <dd>Specifies how much work the task requires in total. The units are arbitrary and not specified.</dd> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- textarea.html 5 Feb 2010 06:19:02 -0000 1.36 +++ textarea.html 8 Feb 2010 06:49:35 -0000 1.37 @@ -48,7 +48,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#textarea-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="textarea.attrs.rows" title="textarea.attrs.rows" href="textarea.html#textarea.attrs.rows">rows</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>The number of lines of text for the UA to show.</dd> @@ -58,7 +58,7 @@ more characters than the value specified by the <a href="textarea.html#textarea.attrs.cols">cols</a> attribute.</dd> <dt><a class="attribute-name" id="textarea.attrs.cols" title="textarea.attrs.cols" href="textarea.html#textarea.attrs.cols">cols</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>The expected maximum number of characters per line of text for the UA to show.</dd> Index: syntax.html =================================================================== RCS file: /sources/public/html5/markup/syntax.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- syntax.html 5 Feb 2010 08:17:24 -0000 1.32 +++ syntax.html 8 Feb 2010 06:49:35 -0000 1.33 @@ -242,7 +242,7 @@ <a href="references.html#refsSCSU">[SCSU]</a> </p> <p>In a - <a href="documents.html#syntax-document-xml">document the XML syntax</a>, + <a href="documents.html#syntax-document-xml">document in the XML syntax</a>, the <dfn id="xml-declaration" title="xml-declaration">XML declaration</dfn>, as defined in the XML specification Index: link.html =================================================================== RCS file: /sources/public/html5/markup/link.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- link.html 5 Feb 2010 06:19:00 -0000 1.36 +++ link.html 8 Feb 2010 06:49:34 -0000 1.37 @@ -40,7 +40,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#link-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="link.attrs.href" title="link.attrs.href" href="link.html#link.attrs.href">href</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>A URL that provides the destination of the <a href="link.html#link" class="element">link</a>.</dd> @@ -55,20 +55,20 @@ <a href="link.html#link" class="element">link</a>.</dd> <dt><a class="attribute-name" id="link.attrs.hreflang" title="link.attrs.hreflang" href="link.html#link.attrs.hreflang">hreflang</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> + <a href="datatypes.html#common.data.langcode">language tag</a> </span> </dt> <dd>The language of the destination of the <a href="link.html#link" class="element">link</a>.</dd> <dt><a class="attribute-name" id="link.attrs.media" title="link.attrs.media" href="link.html#link.attrs.media">media</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a> + <a href="datatypes.html#common.data.mediaquery">media-query list</a> </span> </dt> <dd>The media for which the destination of the <a href="link.html#link" class="element">link</a> was designed.</dd> <dt><a class="attribute-name" id="link.attrs.type" title="link.attrs.type" href="link.html#link.attrs.type">type</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> + <a href="datatypes.html#common.data.mimetype">MIME type</a> </span> </dt> <dd>The MIME type of the destination of the <a href="link.html#link" class="element">link</a>.</dd> Index: meta.http-equiv.refresh.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- meta.http-equiv.refresh.html 5 Feb 2010 06:19:00 -0000 1.32 +++ meta.http-equiv.refresh.html 8 Feb 2010 06:49:34 -0000 1.33 @@ -50,7 +50,7 @@ page.</dd> <dt><a class="attribute-name" id="meta.http-equiv.attrs.content.refresh" title="meta.http-equiv.attrs.content.refresh" href="meta.http-equiv.refresh.html#meta.http-equiv.attrs.content.refresh">content</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.refresh" title="common.data.refresh">refresh</a> + <a href="datatypes.html#common.data.refresh">refresh value</a> </span> </dt> <dd>Specifies one of the following: <ul> Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- area.html 7 Feb 2010 11:54:01 -0000 1.39 +++ area.html 8 Feb 2010 06:49:33 -0000 1.40 @@ -49,21 +49,21 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#area-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="area.attrs.alt" title="area.attrs.alt" href="area.html#area.attrs.alt">alt</a> = <span class="attr-values"> - <a class="ref" href="syntax.html#normal-character-data">normal-character-data</a> + <a href="syntax.html#normal-character-data">normal character data</a> </span> </dt> <dd>The <a href="terminology.html#fallback">fallback content</a> for the image map.</dd> <dt><a class="attribute-name" id="area.attrs.href" title="area.attrs.href" href="area.html#area.attrs.href">href</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>A URL that provides the destination of the hyperlink for this <a href="area.html#area" class="element">area</a>.</dd> <dt><a class="attribute-name" id="area.attrs.target" title="area.attrs.target" href="area.html#area.attrs.target">target</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.browsing-context-name-or-keyword" title="common.data.browsing-context-name-or-keyword">browsing-context-name-or-keyword</a> + <a href="datatypes.html#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</a> </span> </dt> <dd>A name or keyword giving a <a href="terminology.html#context">browsing context</a> for UAs to use when @@ -71,7 +71,7 @@ <a href="area.html#area" class="element">area</a>.</dd> <dt><a class="attribute-name" id="area.attrs.ping" title="area.attrs.ping" href="area.html#area.attrs.ping">ping</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uris" title="common.data.uris">uris</a> + <a href="datatypes.html#common.data.uris">URIs</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>A list of URLs to notify if a user follows the hyperlink for this @@ -87,18 +87,18 @@ <a href="area.html#area" class="element">area</a>.</dd> <dt><a class="attribute-name" id="area.attrs.media" title="area.attrs.media" href="area.html#area.attrs.media">media</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a> + <a href="datatypes.html#common.data.mediaquery">media-query list</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>The media for which the destination of the hyperlink was designed.</dd> <dt><a class="attribute-name" id="area.attrs.hreflang" title="area.attrs.hreflang" href="area.html#area.attrs.hreflang">hreflang</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> + <a href="datatypes.html#common.data.langcode">language tag</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>The language of the destination of the hyperlink.</dd> <dt><a class="attribute-name" id="area.attrs.type" title="area.attrs.type" href="area.html#area.attrs.type">type</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> + <a href="datatypes.html#common.data.mimetype">MIME type</a> </span> </dt> <dd>The MIME type of the destination of the hyperlink.</dd> Index: a.html =================================================================== RCS file: /sources/public/html5/markup/a.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- a.html 7 Feb 2010 11:54:01 -0000 1.47 +++ a.html 8 Feb 2010 06:49:33 -0000 1.48 @@ -43,8 +43,8 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#a-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="a.attrs.name" title="a.attrs.name" href="a.html#a.attrs.name">name</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.id" title="common.data.id">id</a> - </span> </dt> + <a href="datatypes.html#common.data.id">ID</a> + </span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span></dt> <dd>Specifies that its <a href="a.html#a">a</a> element is a <dfn id="named-hyperlink" title="named-hyperlink">named hyperlink</dfn>, with the name given by the value of this attribute.</dd> @@ -53,7 +53,7 @@ “id” attribute on the nearest container instead. </dd> <dt><a class="attribute-name" id="a.attrs.href" title="a.attrs.href" href="a.html#a.attrs.href">href</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>A URL that provides the destination of the hyperlink. If the @@ -62,7 +62,7 @@ <dfn id="placeholder-hyperlink" title="placeholder-hyperlink">placeholder hyperlink</dfn>.</dd> <dt><a class="attribute-name" id="a.attrs.target" title="a.attrs.target" href="a.html#a.attrs.target">target</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.browsing-context-name-or-keyword" title="common.data.browsing-context-name-or-keyword">browsing-context-name-or-keyword</a> + <a href="datatypes.html#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</a> </span> <span class="changed-feature" title="The meaning or purpose of this markup feature has changed in HTML5.">CHANGED</span></dt> <dd>A name or keyword giving a <a href="terminology.html#context">browsing context</a> for UAs to use when @@ -84,23 +84,23 @@ indicated by the hyperlink.</dd> <dt><a class="attribute-name" id="a.attrs.hreflang" title="a.attrs.hreflang" href="a.html#a.attrs.hreflang">hreflang</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> + <a href="datatypes.html#common.data.langcode">language tag</a> </span> </dt> <dd>The language of the destination of the hyperlink.</dd> <dt><a class="attribute-name" id="a.attrs.media" title="a.attrs.media" href="a.html#a.attrs.media">media</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a> + <a href="datatypes.html#common.data.mediaquery">media-query list</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>The media for which the destination of the hyperlink was designed.</dd> <dt><a class="attribute-name" id="a.attrs.type" title="a.attrs.type" href="a.html#a.attrs.type">type</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> + <a href="datatypes.html#common.data.mimetype">MIME type</a> </span> </dt> <dd>The MIME type of the destination of the hyperlink.</dd> <dt><a class="attribute-name" id="a.attrs.ping" title="a.attrs.ping" href="a.html#a.attrs.ping">ping</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uris" title="common.data.uris">uris</a> + <a href="datatypes.html#common.data.uris">URIs</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>A list of URLs to notify if a user follows the hyperlink.</dd> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- object.html 5 Feb 2010 08:35:45 -0000 1.42 +++ object.html 8 Feb 2010 06:49:34 -0000 1.43 @@ -51,33 +51,33 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#object-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="object.attrs.data" title="object.attrs.data" href="object.html#object.attrs.data">data</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The address of the content.</dd> <dt><a class="attribute-name" id="object.attrs.type" title="object.attrs.type" href="object.html#object.attrs.type">type</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> + <a href="datatypes.html#common.data.mimetype">MIME type</a> </span> </dt> <dd>The MIME type of the content.</dd> <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 class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</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 class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</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 class="ref" href="datatypes.html#common.data.hash-name" title="common.data.hash-name">hash-name</a> + <a href="datatypes.html#common.data.hash-name">hash-name reference</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> <dt><a class="attribute-name" id="object.attrs.name" title="object.attrs.name" href="object.html#object.attrs.name">name</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.browsing-context-name" title="common.data.browsing-context-name">browsing-context-name</a> + <a href="datatypes.html#common.data.browsing-context-name">browsing-context name</a> </span> </dt> <dd>A <a href="terminology.html#context">valid browsing context name</a>.</dd> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/img.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- img.html 7 Feb 2010 11:54:01 -0000 1.41 +++ img.html 8 Feb 2010 06:49:34 -0000 1.42 @@ -39,29 +39,29 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#img-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="img.attrs.src" title="img.attrs.src" href="img.html#img.attrs.src">src</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>A URL referencing a non-interactive, optionally animated, image that is neither paged nor scripted.</dd> <dt><a class="attribute-name" id="img.attrs.alt" title="img.attrs.alt" href="img.html#img.attrs.alt">alt</a> = <span class="attr-values"> - <a class="ref" href="syntax.html#normal-character-data">normal-character-data</a> + <a href="syntax.html#normal-character-data">normal character data</a> </span> </dt> <dd>The <a href="terminology.html#fallback">fallback content</a> for the image.</dd> <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 class="ref" href="datatypes.html#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a> + <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</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 class="ref" href="datatypes.html#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a> + <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</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 class="ref" href="datatypes.html#common.data.hash-name" title="common.data.hash-name">hash-name</a> + <a href="datatypes.html#common.data.hash-name">hash-name reference</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> Index: col.html =================================================================== RCS file: /sources/public/html5/markup/col.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- col.html 5 Feb 2010 06:18:58 -0000 1.32 +++ col.html 8 Feb 2010 06:49:33 -0000 1.33 @@ -35,7 +35,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#col-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="col.attrs.span" title="col.attrs.span" href="col.html#col.attrs.span">span</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>Specifies the number of columns “spanned” by its <a href="col.html#col">col</a> element; the <a href="col.html#col">col</a> element shares its attributes with all the columns it Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/datatypes.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- datatypes.html 4 Feb 2010 15:09:18 -0000 1.31 +++ datatypes.html 8 Feb 2010 06:49:34 -0000 1.32 @@ -49,22 +49,22 @@ as a <a href="datatypes.html#data-string">string</a> that does not contain any <a href="terminology.html#space">space characters</a>.</p> </div> - <div id="common.data.tokens-mdl" class="section"> - <h2 class="common-subhead">9.03. Tokens <a class="hash" href="#common.data.tokens-mdl">#</a></h2> + <div id="common.data.tokens" class="section"> + <h2 class="common-subhead">9.03. <dfn id="common.data.tokens">Tokens</dfn> <a class="hash" href="#common.data.tokens">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.tokens">tokens</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.tokens" class="hash">#</a></div> + <div class="datatype-desc">A - <span>one </span><a href="terminology.html#space">space</a><span> element</span>, -separated list of zero or more + <a href="terminology.html#space">space</a>-separated list of zero or more <a href="datatypes.html#data-token">token</a> instances.</div> </div> </div> - <div id="common.data.browsing-context-name-mdl" class="section"> - <h2 class="common-subhead">9.04. Browsing-context-name <a class="hash" href="#common.data.browsing-context-name-mdl">#</a></h2> + <div id="common.data.browsing-context-name" class="section"> + <h2 class="common-subhead">9.04. <dfn id="common.data.browsing-context-name">Browsing-context name</dfn> <a class="hash" href="#common.data.browsing-context-name">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.browsing-context-name">browsing-context-name</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.browsing-context-name" class="hash">#</a></div> + <div class="datatype-desc">Any - <span>one </span><a href="datatypes.html#data-string">string</a><span> element</span>, , + <a href="datatypes.html#data-string">string</a>, with the following restrictions: <ul> <li>must not start with a @@ -75,18 +75,18 @@ </div> </div> </div> - <div id="common.data.browsing-context-name-or-keyword-mdl" class="section"> - <h2 class="common-subhead">9.05. Browsing-context-name-or-keyword <a class="hash" href="#common.data.browsing-context-name-or-keyword-mdl">#</a></h2> + <div id="common.data.browsing-context-name-or-keyword" class="section"> + <h2 class="common-subhead">9.05. <dfn id="common.data.browsing-context-name-or-keyword">Browsing-context name or keyword</dfn> <a class="hash" href="#common.data.browsing-context-name-or-keyword">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.browsing-context-name-or-keyword">browsing-context-name-or-keyword</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.browsing-context-name-or-keyword" class="hash">#</a></div> + <div class="datatype-desc">Any - <span>one </span><a href="datatypes.html#data-string">string</a><span> element</span>, + <a href="datatypes.html#data-string">string</a> that is either of the following: <ul> <li>a - <a href="datatypes.html#common.data.browsing-context-name">browsing-context-name</a></li> + <a href="datatypes.html#common.data.browsing-context-name">browsing-context name</a></li> <li>any - <span>one </span><a href="terminology.html#case-insensitive">case-insensitive match</a><span> element</span>, + <a href="terminology.html#case-insensitive">case-insensitive match</a> for one of the following literal strings: <ul> <li><code>_blank</code></li> @@ -99,12 +99,12 @@ </div> </div> </div> - <div id="common.data.id-mdl" class="section"> - <h2 class="common-subhead">9.06. ID <a class="hash" href="#common.data.id-mdl">#</a></h2> + <div id="common.data.id" class="section"> + <h2 class="common-subhead">9.06. <dfn id="common.data.id">ID</dfn> <a class="hash" href="#common.data.id">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.id">id</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.id" class="hash">#</a></div> + <div class="datatype-desc">Any - <span>one </span><a href="datatypes.html#data-string">string</a><span> element</span>, , + <a href="datatypes.html#data-string">string</a>, with the following restrictions: <ul> <li>must be at least one character long</li> @@ -114,12 +114,12 @@ </div> </div> </div> - <div id="common.data.idref-mdl" class="section"> - <h2 class="common-subhead">9.07. IDREF <a class="hash" href="#common.data.idref-mdl">#</a></h2> + <div id="common.data.idref" class="section"> + <h2 class="common-subhead">9.07. <dfn id="common.data.idref">IDREF</dfn> <a class="hash" href="#common.data.idref">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.idref">idref</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.idref" class="hash">#</a></div> + <div class="datatype-desc">Any - <span>one </span><a href="datatypes.html#data-string">string</a><span> element</span>, , + <a href="datatypes.html#data-string">string</a>, with the following restrictions: <ul> <li>must be at least one character long</li> @@ -129,21 +129,21 @@ </div> </div> </div> - <div id="common.data.idrefs-mdl" class="section"> - <h2 class="common-subhead">9.08. IDREFS <a class="hash" href="#common.data.idrefs-mdl">#</a></h2> + <div id="common.data.idrefs" class="section"> + <h2 class="common-subhead">9.08. <dfn id="common.data.idrefs">IDREFS</dfn> <a class="hash" href="#common.data.idrefs">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.idrefs">idrefs</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.idrefs" class="hash">#</a></div> + <div class="datatype-desc">A - <span>one </span><a href="terminology.html#space">space</a><span> element</span>, -separated list of one or more - <a href="datatypes.html#common.data.idref">idref</a> instances.</div> + <a href="terminology.html#space">space</a>-separated list of one or more + <a href="datatypes.html#common.data.idref">IDREF</a> instances.</div> </div> </div> - <div id="common.data.name-mdl" class="section"> - <h2 class="common-subhead">9.09. Name <a class="hash" href="#common.data.name-mdl">#</a></h2> + <div id="common.data.name" class="section"> + <h2 class="common-subhead">9.09. <dfn id="common.data.name">Name</dfn> <a class="hash" href="#common.data.name">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.name">name</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.name" class="hash">#</a></div> + <div class="datatype-desc">Any - <span>one </span><a href="datatypes.html#data-string">string</a><span> element</span>, , + <a href="datatypes.html#data-string">string</a>, with the following restrictions: <ul> <li>must be at least one character long</li> @@ -153,10 +153,10 @@ </div> </div> </div> - <div id="common.data.hash-name-mdl" class="section"> - <h2 class="common-subhead">9.10. Hash-name <a class="hash" href="#common.data.hash-name-mdl">#</a></h2> + <div id="common.data.hash-name" class="section"> + <h2 class="common-subhead">9.10. <dfn id="common.data.hash-name">Hash-name reference</dfn> <a class="hash" href="#common.data.hash-name">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.hash-name">hash-name</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.hash-name" class="hash">#</a></div> + <div class="datatype-desc">A valid <dfn id="hash-name">hash-name reference</dfn> @@ -170,10 +170,10 @@ <i>type</i>.</div> </div> </div> - <div id="common.data.integer-mdl" class="section"> - <h2 class="common-subhead">9.11. Integer <a class="hash" href="#common.data.integer-mdl">#</a></h2> + <div id="common.data.integer" class="section"> + <h2 class="common-subhead">9.11. <dfn id="common.data.integer">Integer</dfn> <a class="hash" href="#common.data.integer">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.integer">integer</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.integer" class="hash">#</a></div> + <div class="datatype-desc">One or more characters in the range <code title="U+0030 DIGIT ZERO–U+0039 DIGIT NINE ">0—9</code>, optionally prefixed with a @@ -181,10 +181,10 @@ character.</div> </div> </div> - <div id="common.data.integer.positive-mdl" class="section"> - <h2 class="common-subhead">9.12. Positive integer <a class="hash" href="#common.data.integer.positive-mdl">#</a></h2> + <div id="common.data.integer.positive" class="section"> + <h2 class="common-subhead">9.12. <dfn id="common.data.integer.positive">Positive integer</dfn> <a class="hash" href="#common.data.integer.positive">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.integer.positive">integer.positive</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.integer.positive" class="hash">#</a></div> + <div class="datatype-desc">Any <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a>, with the following restriction: @@ -194,18 +194,18 @@ </div> </div> </div> - <div id="common.data.integer.non-negative-mdl" class="section"> - <h2 class="common-subhead">9.13. Non-negative integer <a class="hash" href="#common.data.integer.non-negative-mdl">#</a></h2> + <div id="common.data.integer.non-negative" class="section"> + <h2 class="common-subhead">9.13. <dfn id="common.data.integer.non-negative">Non-negative integer</dfn> <a class="hash" href="#common.data.integer.non-negative">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.integer.non-negative">integer.non-negative</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.integer.non-negative" class="hash">#</a></div> + <div class="datatype-desc">One or more characters in the range <code title="U+0030 DIGIT ZERO–U+0039 DIGIT NINE ">0—9</code>.</div> </div> </div> - <div id="common.data.float-mdl" class="section"> - <h2 class="common-subhead">9.14. Float <a class="hash" href="#common.data.float-mdl">#</a></h2> + <div id="common.data.float" class="section"> + <h2 class="common-subhead">9.14. <dfn id="common.data.float">Float</dfn> <a class="hash" href="#common.data.float">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.float">float</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.float" class="hash">#</a></div> + <div class="datatype-desc">A float consists of the following parts, in exactly the following order: <ol> @@ -245,10 +245,10 @@ </div> </div> </div> - <div id="common.data.float.positive-mdl" class="section"> - <h2 class="common-subhead">9.15. Positive float <a class="hash" href="#common.data.float.positive-mdl">#</a></h2> + <div id="common.data.float.positive" class="section"> + <h2 class="common-subhead">9.15. <dfn id="common.data.float.positive">Positive float</dfn> <a class="hash" href="#common.data.float.positive">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.float.positive">float.positive</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.float.positive" class="hash">#</a></div> + <div class="datatype-desc">A <a href="datatypes.html#common.data.float.non-negative">non-negative float</a>, with the following restriction: @@ -258,10 +258,10 @@ </div> </div> </div> - <div id="common.data.float.non-negative-mdl" class="section"> - <h2 class="common-subhead">9.16. Non-negative float <a class="hash" href="#common.data.float.non-negative-mdl">#</a></h2> + <div id="common.data.float.non-negative" class="section"> + <h2 class="common-subhead">9.16. <dfn id="common.data.float.non-negative">Non-negative float</dfn> <a class="hash" href="#common.data.float.non-negative">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.float.non-negative">float.non-negative</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.float.non-negative" class="hash">#</a></div> + <div class="datatype-desc">A <a href="datatypes.html#common.data.float">float</a>, with the following restriction: @@ -273,10 +273,10 @@ </div> </div> </div> - <div id="common.data.datetime-mdl" class="section"> - <h2 class="common-subhead">9.17. Datetime <a class="hash" href="#common.data.datetime-mdl">#</a></h2> + <div id="common.data.datetime" class="section"> + <h2 class="common-subhead">9.17. <dfn id="common.data.datetime">Date-time</dfn> <a class="hash" href="#common.data.datetime">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.datetime">datetime</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.datetime" class="hash">#</a></div> + <div class="datatype-desc">A valid <dfn id="date-time" title="date-time">date-time</dfn>, as defined in RFC 3339 @@ -298,10 +298,10 @@ </div> </div> </div> - <div id="common.data.date-or-time-mdl" class="section"> - <h2 class="common-subhead">9.18. Date-or-time <a class="hash" href="#common.data.date-or-time-mdl">#</a></h2> + <div id="common.data.date-or-time" class="section"> + <h2 class="common-subhead">9.18. <dfn id="common.data.date-or-time">Date or time</dfn> <a class="hash" href="#common.data.date-or-time">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.date-or-time">date-or-time</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.date-or-time" class="hash">#</a></div> + <div class="datatype-desc">Any one of the following: <ul> <li><a href="datatypes.html#form.data.date">date</a></li> @@ -311,10 +311,10 @@ </div> </div> </div> - <div id="common.data.uri-mdl" class="section"> - <h2 class="common-subhead">9.19. URI <a class="hash" href="#common.data.uri-mdl">#</a></h2> + <div id="common.data.uri" class="section"> + <h2 class="common-subhead">9.19. <dfn id="common.data.uri">URI</dfn> <a class="hash" href="#common.data.uri">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.uri">uri</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.uri" class="hash">#</a></div> + <div class="datatype-desc">An <dfn id="data.iri-ref" title="data.iri-ref">IRI-reference</dfn>, as defined in RFC 3987 @@ -326,19 +326,19 @@ </div> </div> </div> - <div id="common.data.uris-mdl" class="section"> - <h2 class="common-subhead">9.20. URIs <a class="hash" href="#common.data.uris-mdl">#</a></h2> + <div id="common.data.uris" class="section"> + <h2 class="common-subhead">9.20. <dfn id="common.data.uris">URIs</dfn> <a class="hash" href="#common.data.uris">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.uris">uris</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.uris" class="hash">#</a></div> + <div class="datatype-desc">A - <span>one </span><a href="terminology.html#space">space</a><span> element</span>, -separated list of zero or more + <a href="terminology.html#space">space</a>-separated list of zero or more <a href="datatypes.html#data.iri-ref">IRI-reference</a> instances.</div> </div> </div> - <div id="common.data.uri.absolute-mdl" class="section"> - <h2 class="common-subhead">9.21. Absolute URI <a class="hash" href="#common.data.uri.absolute-mdl">#</a></h2> + <div id="common.data.uri.absolute" class="section"> + <h2 class="common-subhead">9.21. <dfn id="common.data.uri.absolute">Absolute URI</dfn> <a class="hash" href="#common.data.uri.absolute">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.uri.absolute">uri.absolute</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.uri.absolute" class="hash">#</a></div> + <div class="datatype-desc">An <dfn id="data.iri">IRI</dfn>, as defined in RFC 3987 @@ -352,13 +352,13 @@ </div> </div> </div> - <div id="common.data.sizes-mdl" class="section"> - <h2 class="common-subhead">9.22. Sizes <a class="hash" href="#common.data.sizes-mdl">#</a></h2> + <div id="common.data.sizes" class="section"> + <h2 class="common-subhead">9.22. <dfn id="common.data.sizes">Sizes</dfn> <a class="hash" href="#common.data.sizes">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.sizes">sizes</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.sizes" class="hash">#</a></div> + <div class="datatype-desc">An unordered set of unique space-separated - <span>one </span><a href="datatypes.html#data-token">tokens</a><span> element</span>, , + <a href="datatypes.html#data-token">tokens</a>, each of which must be one of the following: <ul> <li>the literal string "<code>any</code>"</li> @@ -373,38 +373,46 @@ </div> </div> </div> - <div id="common.data.mimetype-mdl" class="section"> - <h2 class="common-subhead">9.23. Mimetype <a class="hash" href="#common.data.mimetype-mdl">#</a></h2> + <div id="common.data.mimetype" class="section"> + <h2 class="common-subhead">9.23. <dfn id="common.data.mimetype">MIME type</dfn> <a class="hash" href="#common.data.mimetype">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.mimetype">mimetype</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.mimetype" class="hash">#</a></div> + <div class="datatype-desc">A string that identifies a valid <dfn id="mime-media-type" title="mime-media-type">MIME media type</dfn>, as defined in RFC 2046 <a href="references.html#refsRFC2046">[RFC2046]</a>.</div> </div> </div> - <div id="common.data.charset-mdl" class="section"> - <h2 class="common-subhead">9.24. Charset <a class="hash" href="#common.data.charset-mdl">#</a></h2> + <div id="common.data.charset" class="section"> + <h2 class="common-subhead">9.24. <dfn id="common.data.charset">Character encoding name</dfn> <a class="hash" href="#common.data.charset">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.charset">charset</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.charset" class="hash">#</a></div> + <div class="datatype-desc"> - <p>For documents in the <span>one </span><a href="documents.html#html-syntax">HTML - syntax</a><span> element</span>, : Any + <p>For documents in the + <a href="documents.html#html-syntax">HTML syntax</a>: + a + <a href="terminology.html#case-insensitive">case-insensitive match</a> + for any <dfn id="character-set-name" title="character-set-name">character set name</dfn> - listed in the IANA <cite>Character Sets</cite> - list - <a href="references.html#refsIANACHARSET">[IANACHARSET]</a>.</p> - <p>For documents in the <span>one </span><a href="documents.html#xml-syntax">XML - syntax</a><span> element</span>, , any - <span>one </span><a href="terminology.html#case-insensitive">case-insensitive match</a><span> element</span>, + given in a <code>Name</code> or <code>Alias</code> field + labeled as “preferred MIME name” in the IANA + <cite>Character Sets</cite> registry + <a href="references.html#refsIANACHARSET">[IANACHARSET]</a>, + if there is one; or if none of the <code>Alias</code> + fields are so labeled, a + <a href="terminology.html#case-insensitive">case-insensitive match</a> + for a <code>Name</code> field in the registry.</p> + <p>For documents in the <a href="documents.html#xml-syntax">XML + syntax</a>, any + <a href="terminology.html#case-insensitive">case-insensitive match</a> for the string "<code>UTF-8</code>".</p> </div> </div> </div> - <div id="common.data.meta-charset-mdl" class="section"> - <h2 class="common-subhead">9.25. Meta-charset <a class="hash" href="#common.data.meta-charset-mdl">#</a></h2> + <div id="common.data.meta-charset" class="section"> + <h2 class="common-subhead">9.25. <dfn id="common.data.meta-charset">Meta-charset string</dfn> <a class="hash" href="#common.data.meta-charset">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.meta-charset">meta-charset</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.meta-charset" class="hash">#</a></div> + <div class="datatype-desc">The following parts, in exactly the following order: <ol> @@ -415,15 +423,15 @@ <li>The literal string "<code>charset=</code>".</li> <li>A - <a href="datatypes.html#common.data.charset">charset</a>.</li> + <a href="datatypes.html#common.data.charset">character encoding name</a>.</li> </ol> </div> </div> </div> - <div id="common.data.refresh-mdl" class="section"> - <h2 class="common-subhead">9.26. Refresh <a class="hash" href="#common.data.refresh-mdl">#</a></h2> + <div id="common.data.refresh" class="section"> + <h2 class="common-subhead">9.26. <dfn id="common.data.refresh">Refresh value</dfn> <a class="hash" href="#common.data.refresh">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.refresh">refresh</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.refresh" class="hash">#</a></div> + <div class="datatype-desc">Any one of the following: <ul> <li>A @@ -438,7 +446,7 @@ <li>One or more <a href="terminology.html#space">space characters</a>.</li> <li>A - <span>one </span><a href="terminology.html#case-insensitive">case-insensitive match</a><span> element</span>, + <a href="terminology.html#case-insensitive">case-insensitive match</a> for the string "<code>url=</code>".</li> <li>A @@ -449,59 +457,59 @@ </div> </div> </div> - <div id="common.data.default-style-mdl" class="section"> - <h2 class="common-subhead">9.27. Default-style <a class="hash" href="#common.data.default-style-mdl">#</a></h2> + <div id="common.data.default-style" class="section"> + <h2 class="common-subhead">9.27. <dfn id="common.data.default-style">Default-style name</dfn> <a class="hash" href="#common.data.default-style">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.default-style">default-style</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.default-style" class="hash">#</a></div> + <div class="datatype-desc">A <a href="datatypes.html#data-string">string</a>.</div> </div> </div> - <div id="common.data.mediaquery-mdl" class="section"> - <h2 class="common-subhead">9.28. Mediaquery <a class="hash" href="#common.data.mediaquery-mdl">#</a></h2> + <div id="common.data.mediaquery" class="section"> + <h2 class="common-subhead">9.28. <dfn id="common.data.mediaquery">Media-query list</dfn> <a class="hash" href="#common.data.mediaquery">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.mediaquery">mediaquery</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.mediaquery" class="hash">#</a></div> + <div class="datatype-desc">A valid - <dfn id="media-query" title="media-query">media query</dfn>, + <dfn id="media-query" title="media-query">media query list</dfn>, as defined in <cite>Media Queries</cite> <a href="references.html#refsMQ">[MQ]</a>.</div> </div> </div> - <div id="common.data.langcode-mdl" class="section"> - <h2 class="common-subhead">9.29. Langcode <a class="hash" href="#common.data.langcode-mdl">#</a></h2> + <div id="common.data.langcode" class="section"> + <h2 class="common-subhead">9.29. <dfn id="common.data.langcode">Language tag</dfn> <a class="hash" href="#common.data.langcode">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.langcode">langcode</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.langcode" class="hash">#</a></div> + <div class="datatype-desc">A valid <dfn id="language tag" title="language tag">language tag</dfn>, - as defined in RFC 4646 - <a href="references.html#refsRFC4646">[RFC4646]</a>.</div> + as defined in RFC 5646 + <a href="references.html#refsRFC5646">[RFC5646]</a>.</div> </div> </div> - <div id="common.data.keylabellist-mdl" class="section"> - <h2 class="common-subhead">9.30. Keylabellist <a class="hash" href="#common.data.keylabellist-mdl">#</a></h2> + <div id="common.data.keylabellist" class="section"> + <h2 class="common-subhead">9.30. <dfn id="common.data.keylabellist">Key-label list</dfn> <a class="hash" href="#common.data.keylabellist">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.keylabellist">keylabellist</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.keylabellist" class="hash">#</a></div> + <div class="datatype-desc">An ordered set of unique space-separated <a href="datatypes.html#data-token">tokens</a>, each of which must be exactly one Unicode code point in length.</div> </div> </div> - <div id="common.data.zero-mdl" class="section"> - <h2 class="common-subhead">9.31. Zero <a class="hash" href="#common.data.zero-mdl">#</a></h2> + <div id="common.data.zero" class="section"> + <h2 class="common-subhead">9.31. <dfn id="common.data.zero">Zero</dfn> <a class="hash" href="#common.data.zero">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.zero">zero</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.zero" class="hash">#</a></div> + <div class="datatype-desc">The literal string "<code title="U+0030 DIGIT ZERO">0</code>".</div> </div> </div> - <div id="common.data.sandbox-allow-list-mdl" class="section"> - <h2 class="common-subhead">9.32. Sandbox-allow-list <a class="hash" href="#common.data.sandbox-allow-list-mdl">#</a></h2> + <div id="common.data.sandbox-allow-list" class="section"> + <h2 class="common-subhead">9.32. <dfn id="common.data.sandbox-allow-list">Sandbox allow list</dfn> <a class="hash" href="#common.data.sandbox-allow-list">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="common.data.sandbox-allow-list">sandbox-allow-list</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.sandbox-allow-list" class="hash">#</a></div> + <div class="datatype-desc">An unordered set of unique space-separated - <span>one </span><a href="datatypes.html#data-token">tokens</a><span> element</span>, , each of which is one of + <a href="datatypes.html#data-token">tokens</a>, each of which is one of the following literal strings: <ul> <li>"<code>allow-same-origin</code>"</li> @@ -511,37 +519,37 @@ </div> </div> </div> - <div id="form.data.mimetypelist-mdl" class="section"> - <h2 class="common-subhead">9.33. Mimetypelist <a class="hash" href="#form.data.mimetypelist-mdl">#</a></h2> + <div id="form.data.mimetypelist" class="section"> + <h2 class="common-subhead">9.33. <dfn id="form.data.mimetypelist">MIME-type list</dfn> <a class="hash" href="#form.data.mimetypelist">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.mimetypelist">mimetypelist</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.mimetypelist" class="hash">#</a></div> - <div class="datatype-desc">A set of comma-separated <span>one </span><a href="datatypes.html#data-token">tokens</a><span> element</span>, , - each of which is a valid <a href="datatypes.html#common.data.mimetype">mimetype</a>, with no + + <div class="datatype-desc">A set of comma-separated <a href="datatypes.html#data-token">tokens</a>, + each of which is a valid <a href="datatypes.html#common.data.mimetype">mime type</a>, with no parameters.</div> </div> </div> - <div id="form.data.charsetlist-mdl" class="section"> - <h2 class="common-subhead">9.34. Charsetlist <a class="hash" href="#form.data.charsetlist-mdl">#</a></h2> + <div id="form.data.charsetlist" class="section"> + <h2 class="common-subhead">9.34. <dfn id="form.data.charsetlist">Character-encoding name list</dfn> <a class="hash" href="#form.data.charsetlist">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.charsetlist">charsetlist</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.charsetlist" class="hash">#</a></div> - <div class="datatype-desc">A set of comma-separated <span>one </span><a href="datatypes.html#data-token">tokens</a><span> element</span>, , - each of which is a valid <a href="datatypes.html#common.data.charset">charset</a> that specifies an + + <div class="datatype-desc">A set of comma-separated <a href="datatypes.html#data-token">tokens</a>, + each of which is a valid <a href="datatypes.html#common.data.charset">character encoding name</a> that specifies an <a href="syntax.html#ascii-compatible">ASCII-compatible character encoding</a>.</div> </div> </div> - <div id="form.data.pattern-mdl" class="section"> - <h2 class="common-subhead">9.35. Pattern <a class="hash" href="#form.data.pattern-mdl">#</a></h2> + <div id="form.data.pattern" class="section"> + <h2 class="common-subhead">9.35. <dfn id="form.data.pattern">Pattern</dfn> <a class="hash" href="#form.data.pattern">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.pattern">pattern</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.pattern" class="hash">#</a></div> + <div class="datatype-desc">A regular expression that must match the JavaScript <i>Pattern</i> production <a href="references.html#refsECMA262">[ECMA262]</a>.</div> </div> </div> - <div id="form.data.datetime-local-mdl" class="section"> - <h2 class="common-subhead">9.36. Datetime-local <a class="hash" href="#form.data.datetime-local-mdl">#</a></h2> + <div id="form.data.datetime-local" class="section"> + <h2 class="common-subhead">9.36. <dfn id="form.data.datetime-local">Local date-time</dfn> <a class="hash" href="#form.data.datetime-local">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.datetime-local">datetime-local</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.datetime-local" class="hash">#</a></div> + <div class="datatype-desc">The following parts, in exactly the following order: <ol> @@ -558,14 +566,14 @@ </div> </div> </div> - <div id="form.data.date-mdl" class="section"> - <h2 class="common-subhead">9.37. Date <a class="hash" href="#form.data.date-mdl">#</a></h2> + <div id="form.data.date" class="section"> + <h2 class="common-subhead">9.37. <dfn id="form.data.date">Date</dfn> <a class="hash" href="#form.data.date">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.date">date</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.date" class="hash">#</a></div> + <div class="datatype-desc">A valid <dfn id="full-date" title="full-date">full-date</dfn>, as defined in RFC 3339 - <span>one </span><a href="references.html#refsRFC3339">[RFC3339]</a><span> element</span>, , + <a href="references.html#refsRFC3339">[RFC3339]</a>, with the additional qualification that the year component is a <a href="datatypes.html#data-date-fullyear">date-fullyear</a> @@ -576,10 +584,10 @@ </div> </div> </div> - <div id="form.data.month-mdl" class="section"> - <h2 class="common-subhead">9.38. Month <a class="hash" href="#form.data.month-mdl">#</a></h2> + <div id="form.data.month" class="section"> + <h2 class="common-subhead">9.38. <dfn id="form.data.month">Month</dfn> <a class="hash" href="#form.data.month">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.month">month</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.month" class="hash">#</a></div> + <div class="datatype-desc">The following parts, in exactly the following order: <ol> @@ -597,10 +605,10 @@ </div> </div> </div> - <div id="form.data.week-mdl" class="section"> - <h2 class="common-subhead">9.39. Week <a class="hash" href="#form.data.week-mdl">#</a></h2> + <div id="form.data.week" class="section"> + <h2 class="common-subhead">9.39. <dfn id="form.data.week">Week</dfn> <a class="hash" href="#form.data.week">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.week">week</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.week" class="hash">#</a></div> + <div class="datatype-desc">The following parts, in exactly the following order: <ol> @@ -621,10 +629,10 @@ </div> </div> </div> - <div id="form.data.time-mdl" class="section"> - <h2 class="common-subhead">9.40. Time <a class="hash" href="#form.data.time-mdl">#</a></h2> + <div id="form.data.time" class="section"> + <h2 class="common-subhead">9.40. <dfn id="form.data.time">Time</dfn> <a class="hash" href="#form.data.time">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.time">time</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.time" class="hash">#</a></div> + <div class="datatype-desc">A valid <dfn id="partial-time" title="partial-time">partial-time</dfn>, as defined in RFC 3339 @@ -637,24 +645,24 @@ </div> </div> </div> - <div id="form.data.emailaddress-mdl" class="section"> - <h2 class="common-subhead">9.41. Emailaddress <a class="hash" href="#form.data.emailaddress-mdl">#</a></h2> + <div id="form.data.emailaddress" class="section"> + <h2 class="common-subhead">9.41. <dfn id="form.data.emailaddress">E-mail address</dfn> <a class="hash" href="#form.data.emailaddress">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.emailaddress">emailaddress</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.emailaddress" class="hash">#</a></div> + <div class="datatype-desc">The following parts, in exactly the following order: <ol> <li>A <dfn id="data-dot-atom" title="data-dot-atom">dot-atom</dfn>, as defined in RFC 5322 - <span>one </span><a href="references.html#refsRFC5322">[RFC5322]</a><span> element</span>, , + <a href="references.html#refsRFC5322">[RFC5322]</a>, with the additional constraint that the <i>CFWS</i> production is excluded everywhere.</li> <li>A "<code title="U+0040 COMMERCIAL AT">@</code>" character.</li> <li>A - <span>one </span><a href="datatypes.html#data-dot-atom">dot-atom</a><span> element</span>, , + <a href="datatypes.html#data-dot-atom">dot-atom</a>, with the additional constraint that the <i>CFWS</i> production is excluded everywhere.</li> </ol> @@ -665,18 +673,18 @@ </div> </div> </div> - <div id="form.data.emailaddresslist-mdl" class="section"> - <h2 class="common-subhead">9.42. Emailaddresslist <a class="hash" href="#form.data.emailaddresslist-mdl">#</a></h2> + <div id="form.data.emailaddresslist" class="section"> + <h2 class="common-subhead">9.42. <dfn id="form.data.emailaddresslist">E-mail address list</dfn> <a class="hash" href="#form.data.emailaddresslist">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.emailaddresslist">emailaddresslist</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.emailaddresslist" class="hash">#</a></div> - <div class="datatype-desc">A set of comma-separated <span>one </span><a href="datatypes.html#data-token">tokens</a><span> element</span>, , each of which is a valid - <a href="datatypes.html#form.data.emailaddress">emailaddress</a>.</div> + + <div class="datatype-desc">A set of comma-separated <a href="datatypes.html#data-token">tokens</a>, each of which is a valid + <a href="datatypes.html#form.data.emailaddress">email address</a>.</div> </div> </div> - <div id="form.data.color-mdl" class="section"> - <h2 class="common-subhead">9.43. Color <a class="hash" href="#form.data.color-mdl">#</a></h2> + <div id="form.data.color" class="section"> + <h2 class="common-subhead">9.43. <dfn id="form.data.color">Color</dfn> <a class="hash" href="#form.data.color">#</a></h2> <div class="content-models"> - <div><span class="common-pattern-name"><dfn id="form.data.color">color</dfn></span><code class="punc"> = </code> <a href="datatypes.html#form.data.color" class="hash">#</a></div> + <div class="datatype-desc">A string exactly seven characters long, consisting of the following parts, in exactly the following order: Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/command.radio.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- command.radio.html 5 Feb 2010 06:18:58 -0000 1.35 +++ command.radio.html 8 Feb 2010 06:49:34 -0000 1.36 @@ -56,7 +56,7 @@ <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 class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>A URL for an image that represents the command.</dd> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- input.datetime.html 5 Feb 2010 08:17:23 -0000 1.35 +++ input.datetime.html 8 Feb 2010 06:49:34 -0000 1.36 @@ -52,19 +52,19 @@ representing a global date and time.</dd> <dt><a class="attribute-name" id="input.datetime.attrs.min" title="input.datetime.attrs.min" href="input.datetime.html#input.datetime.attrs.min">min</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.datetime" title="common.data.datetime">datetime</a> + <a href="datatypes.html#common.data.datetime">date-time</a> </span> </dt> <dd>The expected lower bound for the element’s <a href="input.datetime.html#input.datetime.attrs.value">value</a>.</dd> <dt><a class="attribute-name" id="input.datetime.attrs.max" title="input.datetime.attrs.max" href="input.datetime.html#input.datetime.attrs.max">max</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.datetime" title="common.data.datetime">datetime</a> + <a href="datatypes.html#common.data.datetime">date-time</a> </span> </dt> <dd>The expected upper bound for the element’s <a href="input.datetime.html#input.datetime.attrs.value">value</a>.</dd> <dt><a class="attribute-name" id="input.datetime.attrs.value" title="input.datetime.attrs.value" href="input.datetime.html#input.datetime.attrs.value">value</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.datetime" title="common.data.datetime">datetime</a> + <a href="datatypes.html#common.data.datetime">date-time</a> </span> </dt> <dd>A string representing a global date and time.</dd> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/embed.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- embed.html 5 Feb 2010 06:18:58 -0000 1.35 +++ embed.html 8 Feb 2010 06:49:34 -0000 1.36 @@ -36,22 +36,22 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#embed-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="embed.attrs.src" title="embed.attrs.src" href="embed.html#embed.attrs.src">src</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The address of the content being embedded.</dd> <dt><a class="attribute-name" id="embed.attrs.type" title="embed.attrs.type" href="embed.html#embed.attrs.type">type</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> + <a href="datatypes.html#common.data.mimetype">MIME type</a> </span> </dt> <dd>The MIME type of the plugin to instantiate.</dd> <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 class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</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 class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>The width of the embedded content, in CSS pixels.</dd> Index: style.html =================================================================== RCS file: /sources/public/html5/markup/style.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- style.html 5 Feb 2010 06:19:01 -0000 1.38 +++ style.html 8 Feb 2010 06:49:35 -0000 1.39 @@ -43,12 +43,12 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#style-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="style.attrs.type" title="style.attrs.type" href="style.html#style.attrs.type">type</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> + <a href="datatypes.html#common.data.mimetype">MIME type</a> </span> </dt> <dd>A valid MIME type that designates a styling language.</dd> <dt><a class="attribute-name" id="style.attrs.media" title="style.attrs.media" href="style.html#style.attrs.media">media</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a> + <a href="datatypes.html#common.data.mediaquery">media-query list</a> </span> </dt> <dd>Specifies which media the styles apply to.</dd> Index: del.html =================================================================== RCS file: /sources/public/html5/markup/del.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- del.html 5 Feb 2010 06:18:58 -0000 1.37 +++ del.html 8 Feb 2010 06:49:34 -0000 1.38 @@ -37,13 +37,13 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#del-attributes">#</a></h2> <dl class="attr-defs"> <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 class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</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 class="ref" href="datatypes.html#common.data.datetime" title="common.data.datetime">datetime</a> + <a href="datatypes.html#common.data.datetime">date-time</a> </span> </dt> <dd>The time and date when the text was deleted.</dd> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- input.image.html 5 Feb 2010 08:17:23 -0000 1.35 +++ input.image.html 8 Feb 2010 06:49:34 -0000 1.36 @@ -62,17 +62,17 @@ attribute.</dd> <dt><a class="attribute-name" id="input.image.attrs.src" title="input.image.attrs.src" href="input.image.html#input.image.attrs.src">src</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>Specifies the location of an image.</dd> <dt><a class="attribute-name" id="input.image.attrs.height" title="input.image.attrs.height" href="input.image.html#input.image.attrs.height">height</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>The height of the image, in CSS pixels.</dd> <dt><a class="attribute-name" id="input.image.attrs.width" title="input.image.attrs.width" href="input.image.html#input.image.attrs.width">width</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>The width of the image, in CSS pixels.</dd> Index: input.file.html =================================================================== RCS file: /sources/public/html5/markup/input.file.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- input.file.html 5 Feb 2010 08:17:23 -0000 1.33 +++ input.file.html 8 Feb 2010 06:49:34 -0000 1.34 @@ -46,7 +46,7 @@ represents a list of file items.</dd> <dt><a class="attribute-name" id="input.file.attrs.accept" title="input.file.attrs.accept" href="input.file.html#input.file.attrs.accept">accept</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#form.data.mimetypelist" title="form.data.mimetypelist">mimetypelist</a> + <a href="datatypes.html#form.data.mimetypelist">mime-type list</a> </span> </dt> <dd>Provides the UA with a hint of what file types the server is able to accept.</dd> Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/command.checkbox.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- command.checkbox.html 5 Feb 2010 06:18:58 -0000 1.35 +++ command.checkbox.html 8 Feb 2010 06:49:34 -0000 1.36 @@ -51,7 +51,7 @@ <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 class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>A URL for an image that represents the command.</dd> Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime-local.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- input.datetime-local.html 5 Feb 2010 08:17:23 -0000 1.35 +++ input.datetime-local.html 8 Feb 2010 06:49:34 -0000 1.36 @@ -52,19 +52,19 @@ representing a local date and time.</dd> <dt><a class="attribute-name" id="input.datetime-local.attrs.min" title="input.datetime-local.attrs.min" href="input.datetime-local.html#input.datetime-local.attrs.min">min</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#form.data.datetime-local" title="form.data.datetime-local">datetime-local</a> + <a href="datatypes.html#form.data.datetime-local">local date-time</a> </span> </dt> <dd>The expected lower bound for the element’s <a href="input.datetime-local.html#input.datetime-local.attrs.value">value</a>.</dd> <dt><a class="attribute-name" id="input.datetime-local.attrs.max" title="input.datetime-local.attrs.max" href="input.datetime-local.html#input.datetime-local.attrs.max">max</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#form.data.datetime-local" title="form.data.datetime-local">datetime-local</a> + <a href="datatypes.html#form.data.datetime-local">local date-time</a> </span> </dt> <dd>The expected upper bound for the element’s <a href="input.datetime-local.html#input.datetime-local.attrs.value">value</a>.</dd> <dt><a class="attribute-name" id="input.datetime-local.attrs.value" title="input.datetime-local.attrs.value" href="input.datetime-local.html#input.datetime-local.attrs.value">value</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#form.data.datetime-local" title="form.data.datetime-local">datetime-local</a> + <a href="datatypes.html#form.data.datetime-local">local date-time</a> </span> </dt> <dd>A string representing a local date and time.</dd> Index: q.html =================================================================== RCS file: /sources/public/html5/markup/q.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- q.html 5 Feb 2010 06:19:01 -0000 1.33 +++ q.html 8 Feb 2010 06:49:34 -0000 1.34 @@ -35,7 +35,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#q-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="q.attrs.cite" title="q.attrs.cite" href="q.html#q.attrs.cite">cite</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>Specifies the address of the source of the quoted text.</dd> Index: common-attributes.html =================================================================== RCS file: /sources/public/html5/markup/common-attributes.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- common-attributes.html 4 Feb 2010 15:09:18 -0000 1.31 +++ common-attributes.html 8 Feb 2010 06:49:34 -0000 1.32 @@ -44,7 +44,7 @@ <div class="no-number no-toc"> <dl class="attr-defs"> <dt><a class="attribute-name" id="common.attrs.accesskey" title="common.attrs.accesskey" href="common-attributes.html#common.attrs.accesskey">accesskey</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.keylabellist" title="common.data.keylabellist">keylabellist</a> + <a href="datatypes.html#common.data.keylabellist">key-label list</a> </span> </dt> <dd>A key label or list of key labels with which to associate the element; each key label represents a @@ -67,7 +67,7 @@ of the element are editable.</dd> <dt><a class="attribute-name" id="common.attrs.contextmenu" title="common.attrs.contextmenu" href="common-attributes.html#common.attrs.contextmenu">contextmenu</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> + <a href="datatypes.html#common.data.idref">IDREF</a> </span> </dt> <dd>Identifies a <a href="menu.html#menu" class="element">menu</a> @@ -92,7 +92,7 @@ not yet, or is no longer, relevant.</dd> <dt><a class="attribute-name" id="common.attrs.id" title="common.attrs.id" href="common-attributes.html#common.attrs.id">id</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.id" title="common.data.id">id</a> + <a href="datatypes.html#common.data.id">ID</a> </span> </dt> <dd>A unique identifier for the element.</dd><dd>There must not be multiple elements in a document that have the same @@ -100,7 +100,7 @@ value.</dd> <dt><a class="attribute-name" id="common.attrs.lang" title="common.attrs.lang" href="common-attributes.html#common.attrs.lang">lang</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> + <a href="datatypes.html#common.data.langcode">language tag</a> </span> </dt> <dd>Specifies the primary language for the <a href="syntax.html#contents">contents</a> @@ -132,7 +132,7 @@ elements in the document.</dd> <dt><a class="attribute-name" id="common.attrs.title" title="common.attrs.title" href="common-attributes.html#common.attrs.title">title</a> = <span class="attr-values"> - <a class="ref" href="syntax.html#normal-character-data">normal-character-data</a> + <a href="syntax.html#normal-character-data">normal character data</a> </span> </dt> <dd>Advisory information associated with the element.</dd> @@ -372,7 +372,7 @@ <div class="no-number no-toc"> <dl class="attr-defs"> <dt><a class="attribute-name" id="common.attrs.xmllang" title="common.attrs.xmllang" href="common-attributes.html#common.attrs.xmllang">xml:lang</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> + <a href="datatypes.html#common.data.langcode">language tag</a> </span> </dt> <dd>As defined in the XML specification <a href="references.html#refsXML">[XML]</a>.</dd> @@ -386,7 +386,7 @@ <a href="documents.html#syntax-document-html">documents in the HTML syntax</a>.</dd> <dt><a class="attribute-name" id="common.attrs.xmlbase" title="common.attrs.xmlbase" href="common-attributes.html#common.attrs.xmlbase">xml:base</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>As defined in the XML Base specification <a href="references.html#refsXMLBase">[XMLBase]</a>.</dd><dd>The <code class="attribute">xml:base</code> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/label.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- label.html 5 Feb 2010 06:19:00 -0000 1.37 +++ label.html 8 Feb 2010 06:49:34 -0000 1.38 @@ -36,7 +36,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#label-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="label.attrs.for" title="label.attrs.for" href="label.html#label.attrs.for">for</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> + <a href="datatypes.html#common.data.idref">IDREF</a> </span> </dt> <dd>Identifies a form control for which the <a href="label.html#label">label</a> Index: select.html =================================================================== RCS file: /sources/public/html5/markup/select.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- select.html 5 Feb 2010 06:19:01 -0000 1.35 +++ select.html 8 Feb 2010 06:49:35 -0000 1.36 @@ -41,7 +41,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#select-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="select.attrs.size" title="select.attrs.size" href="select.html#select.attrs.size">size</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>The number of options to show to the user.</dd> Index: blockquote.html =================================================================== RCS file: /sources/public/html5/markup/blockquote.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- blockquote.html 5 Feb 2010 06:18:58 -0000 1.34 +++ blockquote.html 8 Feb 2010 06:49:33 -0000 1.35 @@ -36,7 +36,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#blockquote-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="blockquote.attrs.cite" title="blockquote.attrs.cite" href="blockquote.html#blockquote.attrs.cite">cite</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>A URL referencing the original source for the quoted material.</dd> Index: td.html =================================================================== RCS file: /sources/public/html5/markup/td.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- td.html 5 Feb 2010 06:19:01 -0000 1.37 +++ td.html 8 Feb 2010 06:49:35 -0000 1.38 @@ -37,7 +37,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#td-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="td.attrs.colspan" title="td.attrs.colspan" href="td.html#td.attrs.colspan">colspan</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>Specifies the number of adjacent columns “spanned” by its @@ -45,7 +45,7 @@ element.</dd> <dt><a class="attribute-name" id="td.attrs.rowspan" title="td.attrs.rowspan" href="td.html#td.attrs.rowspan">rowspan</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a> + <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> </span> </dt> <dd>Specifies the number of following rows “spanned” by its @@ -53,7 +53,7 @@ element.</dd> <dt><a class="attribute-name" id="td.attrs.headers" title="td.attrs.headers" href="td.html#td.attrs.headers">headers</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.idrefs" title="common.data.idrefs">idrefs</a> + <a href="datatypes.html#common.data.idrefs">IDREFS</a> </span> </dt> <dd>Identifies one or more <a href="th.html#th" class="element">th</a> Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- style.css 7 Feb 2010 11:54:02 -0000 1.96 +++ style.css 8 Feb 2010 06:49:35 -0000 1.97 @@ -11,6 +11,10 @@ font-weight: bold; color: brown; } +h2 dfn { + color: inherit; + font-weight: inherit; +} .html5term { color: purple; } @@ -444,8 +448,12 @@ #datatypes .example { margin-top: 12px; } +#datatypes .section { + margin-bottom: 24px; +} div.datatype-desc { - margin-left: 20px; + margin-top: 6px; + margin-left: 0px; } body.dfnEnabled dfn { cursor: pointer; } .dfnPanel { @@ -832,4 +840,4 @@ .content-model-prologue { margin-bottom: 12px !important; -} + Index: references.html =================================================================== RCS file: /sources/public/html5/markup/references.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- references.html 28 Jan 2010 17:11:51 -0000 1.14 +++ references.html 8 Feb 2010 06:49:35 -0000 1.15 @@ -42,10 +42,10 @@ <dt><dfn id="refsIANACHARSET">[IANACHARSET]</dfn></dt> <dd><cite><a href="http://www.iana.org/assignments/character-sets">Character Sets</a></cite>. Internet Assigned Numbers Authority (IANA).</dd> <dt><dfn id="refsMQ">[MQ]</dfn></dt> - <dd><cite><a href="http://www.w3.org/TR/2008/WD-css3-mediaqueries-20081015/">Media Queries</a></cite>. + <dd><cite><a href="http://www.w3.org/TR/2009/CR-css3-mediaqueries-20090915/">Media Queries</a></cite>. Håkon Wium Lie, Tantek Çelik, Daniel Glazman, Anne van Kesteren. - W3C Working Draft. 15 October 2008.</dd> - <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/2008/WD-css3-mediaqueries-20081015/#media0">http://www.w3.org/TR/2008/WD-css3-mediaqueries-20081015/#media0</a>)</span></dd> + W3C Working Draft. 15 September 2009.</dd> + <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/2009/CR-css3-mediaqueries-20090915/#syntax">http://www.w3.org/TR/2009/CR-css3-mediaqueries-20090915/#syntax</a>)</span></dd> <dt><dfn id="refsRFC2046">[RFC2046]</dfn></dt> <dd><cite><a href="http://tools.ietf.org/html/rfc2046">Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a></cite>. @@ -60,11 +60,11 @@ <dd><cite><a href="http://tools.ietf.org/html/rfc3987">Internationalized Resource Identifiers (IRIs)</a></cite>. M. Duerst, M. Suignard. January 2005.</dd> <dd><span class="references-note">(see in particular <a href="http://tools.ietf.org/html/rfc3987#section-2.2">http://tools.ietf.org/html/rfc3987#section-2.2</a>)</span></dd> - <dt><dfn id="refsRFC4646">[RFC4646]</dfn></dt> - <dd><cite><a href="http://tools.ietf.org/html/rfc4646">Tags for Identifying Languages</a></cite>. A. + <dt><dfn id="refsRFC5646">[RFC5646]</dfn></dt> + <dd><cite><a href="http://tools.ietf.org/html/rfc5646">Tags for Identifying Languages</a></cite>. A. Phillips, M. Davis. September 2006.</dd> <dd><span class="references-note">(for examples of language - tags, see in particular <a href="http://tools.ietf.org/html/rfc4646#appendix-B">http://tools.ietf.org/html/rfc4646#appendix-B</a>)</span></dd> + tags, see in particular <a href="http://tools.ietf.org/html/rfc5646#appendix-A">http://tools.ietf.org/html/rfc5646#appendix-A</a>)</span></dd> <dt><dfn id="refsRFC5322">[RFC5322]</dfn></dt> <dd><cite><a href="http://tools.ietf.org/html/rfc5322">Internet Message Format</a></cite>. P. Resnick. October 2008.</dd> Index: base.html =================================================================== RCS file: /sources/public/html5/markup/base.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- base.html 7 Feb 2010 11:54:01 -0000 1.35 +++ base.html 8 Feb 2010 06:49:33 -0000 1.36 @@ -37,12 +37,12 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#base-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="base.attrs.href" title="base.attrs.href" href="base.html#base.attrs.href">href</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The base URL for the document.</dd> <dt><a class="attribute-name" id="base.attrs.target" title="base.attrs.target" href="base.html#base.attrs.target">target</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.browsing-context-name-or-keyword" title="common.data.browsing-context-name-or-keyword">browsing-context-name-or-keyword</a> + <a href="datatypes.html#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>A <a href="terminology.html#context">browsing context</a> name or keyword for use in following hyperlinks.</dd> Index: canvas.html =================================================================== RCS file: /sources/public/html5/markup/canvas.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- canvas.html 5 Feb 2010 06:18:58 -0000 1.33 +++ canvas.html 8 Feb 2010 06:49:33 -0000 1.34 @@ -38,12 +38,12 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#canvas-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="canvas.attrs.height" title="canvas.attrs.height" href="canvas.html#canvas.attrs.height">height</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a> + <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> </span> </dt> <dd>The height of the canvas, in CSS pixels.</dd> <dt><a class="attribute-name" id="canvas.attrs.width" title="canvas.attrs.width" href="canvas.html#canvas.attrs.width">width</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.non-negative" title="common.data.integer.non-negative">integer.non-negative</a> + <a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a> </span> </dt> <dd>The width of the canvas, in CSS pixels.</dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.155 retrieving revision 1.156 diff -u -d -r1.155 -r1.156 --- spec.html 7 Feb 2010 11:54:01 -0000 1.155 +++ spec.html 8 Feb 2010 06:49:35 -0000 1.156 @@ -10,7 +10,7 @@ <div class="head"> <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></a></div> <h1>HTML: The Markup Language</h1> -<h2>W3C Editor’s Draft <em>7 February 2010</em> +<h2>W3C Editor’s Draft <em>8 February 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -49,7 +49,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> [...1738 lines suppressed...] + <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/2009/CR-css3-mediaqueries-20090915/#syntax">http://www.w3.org/TR/2009/CR-css3-mediaqueries-20090915/#syntax</a>)</span></dd> <dt><dfn id="refsRFC2046">[RFC2046]</dfn></dt> <dd> @@ -16602,12 +16529,12 @@ <cite><a href="http://tools.ietf.org/html/rfc3987">Internationalized Resource Identifiers (IRIs)</a></cite>. M. Duerst, M. Suignard. January 2005.</dd> <dd><span class="references-note">(see in particular <a href="http://tools.ietf.org/html/rfc3987#section-2.2">http://tools.ietf.org/html/rfc3987#section-2.2</a>)</span></dd> - <dt><dfn id="refsRFC4646">[RFC4646]</dfn></dt> + <dt><dfn id="refsRFC5646">[RFC5646]</dfn></dt> <dd> -<cite><a href="http://tools.ietf.org/html/rfc4646">Tags for Identifying Languages</a></cite>. A. +<cite><a href="http://tools.ietf.org/html/rfc5646">Tags for Identifying Languages</a></cite>. A. Phillips, M. Davis. September 2006.</dd> <dd><span class="references-note">(for examples of language - tags, see in particular <a href="http://tools.ietf.org/html/rfc4646#appendix-B">http://tools.ietf.org/html/rfc4646#appendix-B</a>)</span></dd> + tags, see in particular <a href="http://tools.ietf.org/html/rfc5646#appendix-A">http://tools.ietf.org/html/rfc5646#appendix-A</a>)</span></dd> <dt><dfn id="refsRFC5322">[RFC5322]</dfn></dt> <dd> <cite><a href="http://tools.ietf.org/html/rfc5322">Internet Index: form.html =================================================================== RCS file: /sources/public/html5/markup/form.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- form.html 7 Feb 2010 11:54:01 -0000 1.40 +++ form.html 8 Feb 2010 06:49:34 -0000 1.41 @@ -42,7 +42,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#form-attributes">#</a></h2> <dl class="attr-defs"> <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 class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The submission action for the form.</dd> @@ -60,7 +60,7 @@ form contents for form submission.</dd> <dt><a class="attribute-name" id="form.attrs.accept-charset" title="form.attrs.accept-charset" href="form.html#form.attrs.accept-charset">accept-charset</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#form.data.charsetlist" title="form.data.charsetlist">charsetlist</a> + <a href="datatypes.html#form.data.charsetlist">character-encoding name list</a> </span> </dt> <dd>Specifies the character encodings used for form submission.</dd> @@ -73,7 +73,7 @@ meant to be validated during form submission.</dd> <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 class="ref" href="datatypes.html#common.data.browsing-context-name-or-keyword" title="common.data.browsing-context-name-or-keyword">browsing-context-name-or-keyword</a> + <a href="datatypes.html#common.data.browsing-context-name-or-keyword">browsing-context name or keyword</a> </span> </dt> <dd>A browsing context or keyword that represents the target of the form.</dd> Index: colgroup.html =================================================================== RCS file: /sources/public/html5/markup/colgroup.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- colgroup.html 5 Feb 2010 06:18:58 -0000 1.33 +++ colgroup.html 8 Feb 2010 06:49:33 -0000 1.34 @@ -35,7 +35,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#colgroup-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="colgroup.attrs.span" title="colgroup.attrs.span" href="colgroup.html#colgroup.attrs.span">span</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>The number of columns in the group.</dd> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- video.html 5 Feb 2010 08:35:45 -0000 1.41 +++ video.html 8 Feb 2010 06:49:35 -0000 1.42 @@ -80,23 +80,23 @@ upon reaching the end.</dd> <dt><a class="attribute-name" id="video.attrs.poster" title="video.attrs.poster" href="video.html#video.attrs.poster">poster</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The address of an image file for the UA to show while no video data is available.</dd> <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 class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</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 class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> + <a href="datatypes.html#common.data.integer.positive">positive integer</a> </span> </dt> <dd>The width of the video, in CSS pixels.</dd> <dt><a class="attribute-name" id="video.attrs.src" title="video.attrs.src" href="video.html#video.attrs.src">src</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The URL for the video.</dd> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/source.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- source.html 4 Feb 2010 15:09:21 -0000 1.41 +++ source.html 8 Feb 2010 06:49:35 -0000 1.42 @@ -42,12 +42,12 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#source-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="source.attrs.src" title="source.attrs.src" href="source.html#source.attrs.src">src</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> + <a href="datatypes.html#common.data.uri">URI</a> </span> </dt> <dd>The address of the <a href="source.html#media-source">media source</a>.</dd> <dt><a class="attribute-name" id="source.attrs.type" title="source.attrs.type" href="source.html#source.attrs.type">type</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> + <a href="datatypes.html#common.data.mimetype">MIME type</a> </span> </dt> <dd>The type of the <a href="source.html#media-source">media source</a> (used for helping the UA determine, before fetching this @@ -55,7 +55,7 @@ it).</dd> <dt><a class="attribute-name" id="source.attrs.media" title="source.attrs.media" href="source.html#source.attrs.media">media</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a> + <a href="datatypes.html#common.data.mediaquery">media-query list</a> </span> </dt> <dd>The intended media type of the <a href="source.html#media-source">media source</a> (used for helping the UA determine, before Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/meta.charset.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- meta.charset.html 7 Feb 2010 11:54:01 -0000 1.40 +++ meta.charset.html 8 Feb 2010 06:49:34 -0000 1.41 @@ -37,7 +37,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#meta.charset-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="meta.charset.attrs.charset" title="meta.charset.attrs.charset" href="meta.charset.html#meta.charset.attrs.charset">charset</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.charset" title="common.data.charset">charset</a> + <a href="datatypes.html#common.data.charset">character encoding name</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt> <dd>Specifies a character encoding name.</dd> Index: output.html =================================================================== RCS file: /sources/public/html5/markup/output.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- output.html 5 Feb 2010 06:19:01 -0000 1.37 +++ output.html 8 Feb 2010 06:49:34 -0000 1.38 @@ -37,7 +37,7 @@ <h2 class="element-subhead">Descriptions for attributes specific to this element <a class="hash" href="#output-attributes">#</a></h2> <dl class="attr-defs"> <dt><a class="attribute-name" id="output.attrs.for" title="output.attrs.for" href="output.html#output.attrs.for">for</a> = <span class="attr-values"> - <a class="ref" href="datatypes.html#common.data.idrefs" title="common.data.idrefs">idrefs</a> + <a href="datatypes.html#common.data.idrefs">IDREFS</a> </span> </dt> <dd>Identifies one or more elements associated with the calculation whose result this Index: forms-attributes.html =================================================================== RCS file: /sources/public/html5/markup/forms-attributes.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- forms-attributes.html 7 Feb 2010 11:54:01 -0000 1.9 +++ forms-attributes.html 8 Feb 2010 06:49:34 -0000 1.10 @@ -35,8 +35,8 @@ </span> <a class="hash" href="forms-attributes.html#common-form.attrs.disabled">#</a></dt><dd>Specifies that the element represents a disabled control.</dd><dt><dfn class="attribute-name" id="common-form.attrs.form" title="common-form.attrs.form">form</dfn> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> - </span> <a class="hash" href="forms-attributes.html#common-form.attrs.form">#</a></dt><dd>Identifies a - <a href="form.html#form" class="new">form</a> + </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span><a class="hash" href="forms-attributes.html#common-form.attrs.form">#</a></dt><dd>Identifies a + <a href="form.html#form">form</a> with which to associate the element.</dd><dt><dfn class="attribute-name" id="shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</dfn> = <span class="attr-values"> <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span><a class="hash" href="forms-attributes.html#shared-form.attrs.formaction">#</a></dt><dd>The form-submission action for the element.</dd><dt><dfn class="attribute-name" id="shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</dfn> = <span class="attr-values"> Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/input.url.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- input.url.html 5 Feb 2010 08:17:24 -0000 1.36 +++ input.url.html 8 Feb 2010 06:49:34 -0000 1.37 @@ -53,7 +53,7 @@ <dt><a class="attribute-name" id="input.url.attrs.value" title="input.url.attrs.value" href="input.url.html#input.url.attrs.value">value</a> = <span class="attr-values"> "" - <span class="postfix or">or</span> <a class="ref" href="datatypes.html#common.data.uri.absolute" title="common.data.uri.absolute">uri.absolute</a> + <span class="postfix or">or</span> <a href="datatypes.html#common.data.uri.absolute">absolute URI</a> </span> </dt> <dd>An absolute URL.</dd>
Received on Monday, 8 February 2010 06:50:59 UTC