- From: poot <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 16:07:48 +0900 (JST)
- To: public-html-diffs@w3.org
mike: dispense with using the schema expression for the datatype on the iframe "sandbox" attribute, replace it with something sane, and do some other cleanup tweaks http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.58&r2=1.59&f=h =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- iframe.html 20 Jul 2009 23:15:31 -0000 1.10 +++ iframe.html 21 Jul 2009 07:07:23 -0000 1.11 @@ -62,36 +62,7 @@ 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"> = - list{ - "allow-same-origin"?, - "allow-forms"?, - "allow-scripts"? - } - | list{ - "allow-same-origin"?, - "allow-scripts"?, - "allow-forms"? - } - | list{ - "allow-forms"?, - "allow-same-origin"?, - "allow-scripts"? - } - | list{ - "allow-forms"?, - "allow-scripts"?, - "allow-same-origin"? - } - | list{ - "allow-scripts"?, - "allow-same-origin"?, - "allow-forms"? - } - | list{ - "allow-scripts"?, - "allow-forms"?, - "allow-same-origin"? - } + <a class="ref" href="datatypes.html#common.data.sandbox-allow-list" title="common.data.sandbox-allow-list">sandbox-allow-list</a> </span> </dt> <dd>Instructs the UA to enables a set of extra restrictions on any content hosted by the <code><a href="iframe.html#iframe">iframe</a></code>.</dd> Index: schema.html =================================================================== RCS file: /sources/public/html5/markup/schema.html,v retrieving revision 1.108 retrieving revision 1.109 diff -u -d -r1.108 -r1.109 --- schema.html 21 Jul 2009 05:46:28 -0000 1.108 +++ schema.html 21 Jul 2009 07:07:23 -0000 1.109 @@ -2622,38 +2622,42 @@ <span class='pattern' id='iframe.attrs.sandbox'><span class='type'>attribute </span> <span class='name'>sandbox</span> {<span class='model'> - list{ - d:string "allow-same-origin"?, - d:string "allow-forms"?, - d:string "allow-scripts"? - } - | list{ - d:string "allow-same-origin"?, - d:string "allow-scripts"?, - d:string "allow-forms"? - } - | list{ - d:string "allow-forms"?, - d:string "allow-same-origin"?, - d:string "allow-scripts"? - } - | list{ - d:string "allow-forms"?, - d:string "allow-scripts"?, - d:string "allow-same-origin"? - } - | list{ - d:string "allow-scripts"?, - d:string "allow-same-origin"?, - d:string "allow-forms"? - } - | list{ - d:string "allow-scripts"?, - d:string "allow-forms"?, - d:string "allow-same-origin"? - } + <a class='ref' href='#common.data.sandbox-allow-list'>common.data.sandbox-allow-list</a> </span>} - + </span> +</div> +<div class='define' id='common.data.sandbox-allow-list-define'> + <div class='patternname' id='the-common.data.sandbox-allow-list'><a href='#the-common.data.sandbox-allow-list'>common.data.sandbox-allow-list</a> =</div> + <span class='pattern' id='common.data.sandbox-allow-list'>(list{ + d:string "allow-same-origin"?, + d:string "allow-forms"?, + d:string "allow-scripts"? + } + | list{ + d:string "allow-same-origin"?, + d:string "allow-scripts"?, + d:string "allow-forms"? + } + | list{ + d:string "allow-forms"?, + d:string "allow-same-origin"?, + d:string "allow-scripts"? + } + | list{ + d:string "allow-forms"?, + d:string "allow-scripts"?, + d:string "allow-same-origin"? + } + | list{ + d:string "allow-scripts"?, + d:string "allow-same-origin"?, + d:string "allow-forms"? + } + | list{ + d:string "allow-scripts"?, + d:string "allow-forms"?, + d:string "allow-same-origin"? + }) & empty</span> </div> <div class='define' id='map.elem.flow-define'> Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/datatypes.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- datatypes.html 21 Jul 2009 05:46:28 -0000 1.19 +++ datatypes.html 21 Jul 2009 07:07:23 -0000 1.20 @@ -44,7 +44,8 @@ <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 <a href="terminology.html#space">space</a>-separated list of zero or more - <a href="datatypes.html#data-token">token</a> instances.</div> + <a href="datatypes.html#data-token">token</a> + instances.</div> </div> </div> <div id="common.data.browsing-context-mdl" class="section"> @@ -98,10 +99,11 @@ <div id="common.data.hash-name-mdl" class="section"> <h2 class="common-subhead">11.10. Hash-name <a class="hash" href="#common.data.hash-name-mdl">#</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><code class="regexp">#.+</code> <a href="datatypes.html#common.data.hash-name" class="hash">#</a></div> + <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> to an element of - type <i>type</i> is a string consisting of a U+0023 NUMBER - SIGN (<code>#</code>) character followed by a string which + type <i>type</i> is a string consisting of a + "<code title="U+0023 NUMBER SIGN">#</code>" + character followed by a string which exactly matches the value of the name attribute of an element in the document with type <i>type</i>.</div> </div> @@ -292,11 +294,27 @@ <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> + "<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">11.32. Sandbox-allow-list <a class="hash" href="#common.data.sandbox-allow-list-mdl">#</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 + <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> + <li>"<code>allow-forms</code>"</li> + <li>"<code>allow-scripts</code>"</li> + </ul> + </div> </div> </div> <div id="common.data.javascript-mdl" class="section"> - <h2 class="common-subhead">11.32. Javascript <a class="hash" href="#common.data.javascript-mdl">#</a></h2> + <h2 class="common-subhead">11.33. Javascript <a class="hash" href="#common.data.javascript-mdl">#</a></h2> <div class="content-models"> <div><span class="common-pattern-name"><dfn id="common.data.javascript">javascript</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.javascript" class="hash">#</a></div> <div class="datatype-desc">Any @@ -305,7 +323,7 @@ </div> </div> <div id="form.data.mimetypelist-mdl" class="section"> - <h2 class="common-subhead">11.33. Mimetypelist <a class="hash" href="#form.data.mimetypelist-mdl">#</a></h2> + <h2 class="common-subhead">11.34. Mimetypelist <a class="hash" href="#form.data.mimetypelist-mdl">#</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 <a href="datatypes.html#data-token">tokens</a>, @@ -314,7 +332,7 @@ </div> </div> <div id="form.data.charsetlist-mdl" class="section"> - <h2 class="common-subhead">11.34. Charsetlist <a class="hash" href="#form.data.charsetlist-mdl">#</a></h2> + <h2 class="common-subhead">11.35. Charsetlist <a class="hash" href="#form.data.charsetlist-mdl">#</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 <a href="datatypes.html#data-token">tokens</a>, @@ -324,7 +342,7 @@ </div> </div> <div id="form.data.pattern-mdl" class="section"> - <h2 class="common-subhead">11.35. Pattern <a class="hash" href="#form.data.pattern-mdl">#</a></h2> + <h2 class="common-subhead">11.36. Pattern <a class="hash" href="#form.data.pattern-mdl">#</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 @@ -332,7 +350,7 @@ </div> </div> <div id="form.data.datetime-local-mdl" class="section"> - <h2 class="common-subhead">11.36. Datetime-local <a class="hash" href="#form.data.datetime-local-mdl">#</a></h2> + <h2 class="common-subhead">11.37. Datetime-local <a class="hash" href="#form.data.datetime-local-mdl">#</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.date">date</a> "<code class="literal">T</code>" <a href="datatypes.html#form.data.time">time</a> <a href="datatypes.html#form.data.datetime-local" class="hash">#</a></div> <div class="example"> @@ -343,7 +361,7 @@ </div> </div> <div id="form.data.date-mdl" class="section"> - <h2 class="common-subhead">11.37. Date <a class="hash" href="#form.data.date-mdl">#</a></h2> + <h2 class="common-subhead">11.38. Date <a class="hash" href="#form.data.date-mdl">#</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 <b class="defined-elsewhere">full-date</b>, as defined in @@ -359,7 +377,7 @@ </div> </div> <div id="form.data.month-mdl" class="section"> - <h2 class="common-subhead">11.38. Month <a class="hash" href="#form.data.month-mdl">#</a></h2> + <h2 class="common-subhead">11.39. Month <a class="hash" href="#form.data.month-mdl">#</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#data-date-fullyear">date-fullyear</a> "-" <a href="datatypes.html#data-date-month">date-month</a> <a href="datatypes.html#form.data.month" class="hash">#</a></div> <div class="datatype-desc">…where <dfn id="data-date-month">date-month</dfn> is as defined @@ -371,7 +389,7 @@ </div> </div> <div id="form.data.week-mdl" class="section"> - <h2 class="common-subhead">11.39. Week <a class="hash" href="#form.data.week-mdl">#</a></h2> + <h2 class="common-subhead">11.40. Week <a class="hash" href="#form.data.week-mdl">#</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#data-date-fullyear">date-fullyear</a> "-W" <a href="datatypes.html#data-date-week">date-week</a> <a href="datatypes.html#form.data.week" class="hash">#</a></div> <div class="datatype-desc">…where <dfn id="data-date-week">date-week</dfn> is a valid <b class="defined-elsewhere">date-week</b>, as defined @@ -384,7 +402,7 @@ </div> </div> <div id="form.data.time-mdl" class="section"> - <h2 class="common-subhead">11.40. Time <a class="hash" href="#form.data.time-mdl">#</a></h2> + <h2 class="common-subhead">11.41. Time <a class="hash" href="#form.data.time-mdl">#</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 <b class="defined-elsewhere">partial-time</b>, as defined @@ -398,7 +416,7 @@ </div> </div> <div id="form.data.emailaddress-mdl" class="section"> - <h2 class="common-subhead">11.41. Emailaddress <a class="hash" href="#form.data.emailaddress-mdl">#</a></h2> + <h2 class="common-subhead">11.42. Emailaddress <a class="hash" href="#form.data.emailaddress-mdl">#</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#data-dot-atom">dot-atom</a> "@" <a href="datatypes.html#data-dot-atom">dot-atom</a> <a href="datatypes.html#form.data.emailaddress" class="hash">#</a></div> <div class="datatype-desc">…where <dfn id="data-dot-atom">dot-atom</dfn> is as defined in RFC @@ -413,7 +431,7 @@ </div> </div> <div id="form.data.emailaddresslist-mdl" class="section"> - <h2 class="common-subhead">11.42. Emailaddresslist <a class="hash" href="#form.data.emailaddresslist-mdl">#</a></h2> + <h2 class="common-subhead">11.43. Emailaddresslist <a class="hash" href="#form.data.emailaddresslist-mdl">#</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 <a href="datatypes.html#data-token">tokens</a>, each of which is a valid @@ -421,7 +439,7 @@ </div> </div> <div id="form.data.color-mdl" class="section"> - <h2 class="common-subhead">11.43. Color <a class="hash" href="#form.data.color-mdl">#</a></h2> + <h2 class="common-subhead">11.44. Color <a class="hash" href="#form.data.color-mdl">#</a></h2> <div class="content-models"> <div><span class="common-pattern-name"><dfn id="form.data.color">color</dfn></span><code class="punc"> = </code><code class="regexp">#[a-fA-F0-9]{6}</code> <a href="datatypes.html#form.data.color" class="hash">#</a></div></div> </div> Index: schema.rnc =================================================================== RCS file: /sources/public/html5/markup/schema.rnc,v retrieving revision 1.95 retrieving revision 1.96 diff -u -d -r1.95 -r1.96 --- schema.rnc 21 Jul 2009 05:46:29 -0000 1.95 +++ schema.rnc 21 Jul 2009 07:07:23 -0000 1.96 @@ -934,38 +934,38 @@ attribute seamless { d:string "seamless" | d:string "" } & empty iframe.attrs.sandbox = - attribute sandbox { - list { - d:string "allow-same-origin"?, - d:string "allow-forms"?, - d:string "allow-scripts"? - } - | list { - d:string "allow-same-origin"?, - d:string "allow-scripts"?, - d:string "allow-forms"? - } - | list { - d:string "allow-forms"?, - d:string "allow-same-origin"?, - d:string "allow-scripts"? - } - | list { - d:string "allow-forms"?, - d:string "allow-scripts"?, - d:string "allow-same-origin"? - } - | list { - d:string "allow-scripts"?, - d:string "allow-same-origin"?, - d:string "allow-forms"? - } - | list { - d:string "allow-scripts"?, - d:string "allow-forms"?, - d:string "allow-same-origin"? - } - } + attribute sandbox { common.data.sandbox-allow-list } + common.data.sandbox-allow-list = + (list { + d:string "allow-same-origin"?, + d:string "allow-forms"?, + d:string "allow-scripts"? + } + | list { + d:string "allow-same-origin"?, + d:string "allow-scripts"?, + d:string "allow-forms"? + } + | list { + d:string "allow-forms"?, + d:string "allow-same-origin"?, + d:string "allow-scripts"? + } + | list { + d:string "allow-forms"?, + d:string "allow-scripts"?, + d:string "allow-same-origin"? + } + | list { + d:string "allow-scripts"?, + d:string "allow-same-origin"?, + d:string "allow-forms"? + } + | list { + d:string "allow-scripts"?, + d:string "allow-forms"?, + d:string "allow-same-origin"? + }) & empty ## Index: blockquote.html =================================================================== RCS file: /sources/public/html5/markup/blockquote.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- blockquote.html 20 Jul 2009 23:15:30 -0000 1.9 +++ blockquote.html 21 Jul 2009 07:07:22 -0000 1.10 @@ -38,9 +38,7 @@ <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> </span> </dt> - <dd>Content inside a <code><a href="blockquote.html#blockquote">blockquote</a></code> must be - quoted from another source, whose address (if it has one) - should be given by the <a href="blockquote.html#blockquote.attrs.cite">cite</a> attribute.</dd> + <dd>A URL referencing the original source for the quoted material.</dd> </dl></div> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- spec.html 21 Jul 2009 05:46:29 -0000 1.58 +++ spec.html 21 Jul 2009 07:07:24 -0000 1.59 @@ -3326,9 +3326,7 @@ <a class="attribute-name" id="blockquote.attrs.cite" title="blockquote.attrs.cite" href="#blockquote.attrs.cite">cite</a><span class="attr-values"> = <a class="ref" href="#common.data.uri" title="common.data.uri">uri</a> </span> </dt> - <dd>Content inside a <code><a href="#blockquote">blockquote</a></code> must be - quoted from another source, whose address (if it has one) - should be given by the <a href="#blockquote.attrs.cite">cite</a> attribute.</dd> + <dd>A URL referencing the original source for the quoted material.</dd> </dl> </div> @@ -6634,36 +6632,7 @@ <dt> <a class="attribute-name" id="iframe.attrs.sandbox" title="iframe.attrs.sandbox" href="#iframe.attrs.sandbox">sandbox</a><span class="attr-values"> = - list{ - "allow-same-origin"?, - "allow-forms"?, - "allow-scripts"? - } - | list{ - "allow-same-origin"?, - "allow-scripts"?, - "allow-forms"? - } - | list{ - "allow-forms"?, - "allow-same-origin"?, - "allow-scripts"? - } - | list{ - "allow-forms"?, - "allow-scripts"?, - "allow-same-origin"? - } - | list{ - "allow-scripts"?, - "allow-same-origin"?, - "allow-forms"? - } - | list{ - "allow-scripts"?, - "allow-forms"?, - "allow-same-origin"? - } + <a class="ref" href="#common.data.sandbox-allow-list" title="common.data.sandbox-allow-list">sandbox-allow-list</a> </span> </dt> <dd>Instructs the UA to enables a set of extra restrictions on any content hosted by the <code><a href="#iframe">iframe</a></code>.</dd> @@ -14705,7 +14674,8 @@ </div> <div class="datatype-desc">A <a href="#space">space</a>-separated list of zero or more - <a href="#data-token">token</a> instances.</div> + <a href="#data-token">token</a> + instances.</div> </div> </div> <div id="common.data.browsing-context-mdl" class="section"> @@ -14783,11 +14753,12 @@ </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><code class="regexp">#.+</code> <a href="#common.data.hash-name" class="hash">#</a> +<span class="common-pattern-name"><dfn id="common.data.hash-name">hash-name</dfn></span><code class="punc"> = </code> <a href="#common.data.hash-name" class="hash">#</a> </div> <div class="datatype-desc">A valid <dfn id="hash-name">hash-name reference</dfn> to an element of - type <i>type</i> is a string consisting of a U+0023 NUMBER - SIGN (<code>#</code>) character followed by a string which + type <i>type</i> is a string consisting of a + "<code title="U+0023 NUMBER SIGN">#</code>" + character followed by a string which exactly matches the value of the name attribute of an element in the document with type <i>type</i>.</div> </div> @@ -15050,11 +15021,30 @@ <span class="common-pattern-name"><dfn id="common.data.zero">zero</dfn></span><code class="punc"> = </code> <a href="#common.data.zero" class="hash">#</a> </div> <div class="datatype-desc">The literal string - <code title="U+0030 DIGIT ZERO">0</code>.</div> + "<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">11.32. Sandbox-allow-list <a class="hash" href="#common.data.sandbox-allow-list-mdl">#</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="#common.data.sandbox-allow-list" class="hash">#</a> +</div> + <div class="datatype-desc">An unordered set of unique + space-separated + <a href="#data-token">tokens</a>, each of which is one of + the following literal strings: + <ul> +<li>"<code>allow-same-origin</code>"</li> + <li>"<code>allow-forms</code>"</li> + <li>"<code>allow-scripts</code>"</li> + </ul> +</div> </div> </div> <div id="common.data.javascript-mdl" class="section"> - <h2 class="common-subhead">11.32. Javascript <a class="hash" href="#common.data.javascript-mdl">#</a> + <h2 class="common-subhead">11.33. Javascript <a class="hash" href="#common.data.javascript-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15066,7 +15056,7 @@ </div> </div> <div id="form.data.mimetypelist-mdl" class="section"> - <h2 class="common-subhead">11.33. Mimetypelist <a class="hash" href="#form.data.mimetypelist-mdl">#</a> + <h2 class="common-subhead">11.34. Mimetypelist <a class="hash" href="#form.data.mimetypelist-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15078,7 +15068,7 @@ </div> </div> <div id="form.data.charsetlist-mdl" class="section"> - <h2 class="common-subhead">11.34. Charsetlist <a class="hash" href="#form.data.charsetlist-mdl">#</a> + <h2 class="common-subhead">11.35. Charsetlist <a class="hash" href="#form.data.charsetlist-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15091,7 +15081,7 @@ </div> </div> <div id="form.data.pattern-mdl" class="section"> - <h2 class="common-subhead">11.35. Pattern <a class="hash" href="#form.data.pattern-mdl">#</a> + <h2 class="common-subhead">11.36. Pattern <a class="hash" href="#form.data.pattern-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15102,7 +15092,7 @@ </div> </div> <div id="form.data.datetime-local-mdl" class="section"> - <h2 class="common-subhead">11.36. Datetime-local <a class="hash" href="#form.data.datetime-local-mdl">#</a> + <h2 class="common-subhead">11.37. Datetime-local <a class="hash" href="#form.data.datetime-local-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15116,7 +15106,7 @@ </div> </div> <div id="form.data.date-mdl" class="section"> - <h2 class="common-subhead">11.37. Date <a class="hash" href="#form.data.date-mdl">#</a> + <h2 class="common-subhead">11.38. Date <a class="hash" href="#form.data.date-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15135,7 +15125,7 @@ </div> </div> <div id="form.data.month-mdl" class="section"> - <h2 class="common-subhead">11.38. Month <a class="hash" href="#form.data.month-mdl">#</a> + <h2 class="common-subhead">11.39. Month <a class="hash" href="#form.data.month-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15150,7 +15140,7 @@ </div> </div> <div id="form.data.week-mdl" class="section"> - <h2 class="common-subhead">11.39. Week <a class="hash" href="#form.data.week-mdl">#</a> + <h2 class="common-subhead">11.40. Week <a class="hash" href="#form.data.week-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15166,7 +15156,7 @@ </div> </div> <div id="form.data.time-mdl" class="section"> - <h2 class="common-subhead">11.40. Time <a class="hash" href="#form.data.time-mdl">#</a> + <h2 class="common-subhead">11.41. Time <a class="hash" href="#form.data.time-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15183,7 +15173,7 @@ </div> </div> <div id="form.data.emailaddress-mdl" class="section"> - <h2 class="common-subhead">11.41. Emailaddress <a class="hash" href="#form.data.emailaddress-mdl">#</a> + <h2 class="common-subhead">11.42. Emailaddress <a class="hash" href="#form.data.emailaddress-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15201,7 +15191,7 @@ </div> </div> <div id="form.data.emailaddresslist-mdl" class="section"> - <h2 class="common-subhead">11.42. Emailaddresslist <a class="hash" href="#form.data.emailaddresslist-mdl">#</a> + <h2 class="common-subhead">11.43. Emailaddresslist <a class="hash" href="#form.data.emailaddresslist-mdl">#</a> </h2> <div class="content-models"> <div> @@ -15212,7 +15202,7 @@ </div> </div> <div id="form.data.color-mdl" class="section"> - <h2 class="common-subhead">11.43. Color <a class="hash" href="#form.data.color-mdl">#</a> + <h2 class="common-subhead">11.44. Color <a class="hash" href="#form.data.color-mdl">#</a> </h2> <div class="content-models"> <div>
Received on Tuesday, 21 July 2009 07:08:28 UTC