html5/markup common-attributes.html,1.32,1.33 form.html,1.42,1.43 iframe.html,1.45,1.46 img.html,1.43,1.44 input.date.html,1.36,1.37 input.datetime-local.html,1.37,1.38 input.datetime.html,1.37,1.38 input.month.html,1.37,1.38 input.number.html,1.37,1.38 input.range.html,1.37,1.38 input.time.html,1.37,1.38 input.week.html,1.37,1.38 link.html,1.38,1.39 menu.html,1.42,1.43 script.html,1.46,1.47 spec.html,1.157,1.158 style.html,1.40,1.41

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv7302

Modified Files:
	common-attributes.html form.html iframe.html img.html 
	input.date.html input.datetime-local.html input.datetime.html 
	input.month.html input.number.html input.range.html 
	input.time.html input.week.html link.html menu.html 
	script.html spec.html style.html 
Log Message:
checkpointing

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.month.html	8 Feb 2010 08:53:44 -0000	1.37
+++ input.month.html	8 Feb 2010 10:17:25 -0000	1.38
@@ -52,13 +52,13 @@
           
             <dt><a class="attribute-name" id="input.month.attrs.min" title="input.month.attrs.min" href="input.month.html#input.month.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.month" title="form.data.month">month</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="input.month.html#input.month.attrs.value">value</a>.</dd>
           
             <dt><a class="attribute-name" id="input.month.attrs.max" title="input.month.attrs.max" href="input.month.html#input.month.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.month" title="form.data.month">month</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="input.month.html#input.month.attrs.value">value</a>.</dd>
           

Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- iframe.html	8 Feb 2010 08:53:43 -0000	1.45
+++ iframe.html	8 Feb 2010 10:17:25 -0000	1.46
@@ -64,14 +64,14 @@
           
             <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 href="datatypes.html#common.data.sandbox-allow-list">sandbox allow list</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</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>
           
             <dt><a class="attribute-name" id="iframe.attrs.seamless" title="iframe.attrs.seamless" href="iframe.html#iframe.attrs.seamless">seamless</a> = <span class="attr-values">
        "seamless"
        <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>Instructs the UA that the <code><a href="iframe.html#iframe">iframe</a></code> element's <a href="terminology.html#context">browsing context</a> is to be rendered
         in a manner that makes it appear to be part of the
         containing document (seamlessly included in the parent

Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/script.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- script.html	8 Feb 2010 08:53:45 -0000	1.46
+++ script.html	8 Feb 2010 10:17:26 -0000	1.47
@@ -51,7 +51,7 @@
           <dd class="warning">
         The &#8220;language&#8221; attribute on the &#8220;script&#8221; element is obsolete. You can safely omit it.
       </dd>
-            <dt><a class="attribute-name" id="script.attrs.language" title="script.attrs.language" href="script.html#script.attrs.language">language</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+            <dt><a class="attribute-name" id="script.attrs.language" title="script.attrs.language" href="script.html#script.attrs.language">language</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span></dt>
             <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">
@@ -67,7 +67,7 @@
           
             <dt><a class="attribute-name" id="script.attrs.async" title="script.attrs.async" href="script.html#script.attrs.async">async</a> = <span class="attr-values">
        "async"  <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>Specifies that the script should be executed
         asynchronously, as soon as it becomes available.</dd>
           

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.range.html	8 Feb 2010 08:53:44 -0000	1.37
+++ input.range.html	8 Feb 2010 10:17:25 -0000	1.38
@@ -50,13 +50,13 @@
           
             <dt><a class="attribute-name" id="input.range.attrs.min" title="input.range.attrs.min" href="input.range.html#input.range.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.float" title="common.data.float">float</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="input.number.html#input.number.attrs.value">value</a>.</dd>
           
             <dt><a class="attribute-name" id="input.range.attrs.max" title="input.range.attrs.max" href="input.range.html#input.range.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.float" title="common.data.float">float</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="input.number.html#input.number.attrs.value">value</a>.</dd>
           

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- link.html	8 Feb 2010 08:53:44 -0000	1.38
+++ link.html	8 Feb 2010 10:17:25 -0000	1.39
@@ -76,7 +76,7 @@
             <dt><a class="attribute-name" id="link.attrs.sizes" title="link.attrs.sizes" href="link.html#link.attrs.sizes">sizes</a> = <span class="attr-values">
        "any"
        <span class="postfix or">or</span> <a class="ref" href="datatypes.html#common.data.sizes" title="common.data.sizes">sizes</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The sizes of icons for visual media.</dd>
           
         </dl></div>

Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- img.html	8 Feb 2010 08:53:43 -0000	1.43
+++ img.html	8 Feb 2010 10:17:25 -0000	1.44
@@ -76,7 +76,7 @@
           
             <dt><a class="attribute-name" id="img.attrs.border" title="img.attrs.border" href="img.html#img.attrs.border">border</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.zero" title="common.data.zero">zero</a>
-    </span> </dt>
+    </span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span></dt>
             <dd>Specifies that its
         <a href="img.html#img" class="element">img</a>
         element represents a borderless image.</dd>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.number.html	8 Feb 2010 08:53:44 -0000	1.37
+++ input.number.html	8 Feb 2010 10:17:25 -0000	1.38
@@ -52,13 +52,13 @@
           
             <dt><a class="attribute-name" id="input.number.attrs.min" title="input.number.attrs.min" href="input.number.html#input.number.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.float" title="common.data.float">float</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="input.number.html#input.number.attrs.value">value</a>.</dd>
           
             <dt><a class="attribute-name" id="input.number.attrs.max" title="input.number.attrs.max" href="input.number.html#input.number.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.float" title="common.data.float">float</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="input.number.html#input.number.attrs.value">value</a>.</dd>
           

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.datetime.html	8 Feb 2010 08:53:44 -0000	1.37
+++ input.datetime.html	8 Feb 2010 10:17:25 -0000	1.38
@@ -53,13 +53,13 @@
           
             <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 href="datatypes.html#common.data.datetime">date-time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected lower bound for the element&#8217;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 href="datatypes.html#common.data.datetime">date-time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="input.datetime.html#input.datetime.attrs.value">value</a>.</dd>
           

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.time.html	8 Feb 2010 08:53:44 -0000	1.37
+++ input.time.html	8 Feb 2010 10:17:25 -0000	1.38
@@ -52,13 +52,13 @@
           
             <dt><a class="attribute-name" id="input.time.attrs.min" title="input.time.attrs.min" href="input.time.html#input.time.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.time" title="form.data.time">time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="input.time.html#input.time.attrs.value">value</a>.</dd>
           
             <dt><a class="attribute-name" id="input.time.attrs.max" title="input.time.attrs.max" href="input.time.html#input.time.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.time" title="form.data.time">time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="input.time.html#input.time.attrs.value">value</a>.</dd>
           

Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/style.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- style.html	8 Feb 2010 08:53:46 -0000	1.40
+++ style.html	8 Feb 2010 10:17:26 -0000	1.41
@@ -54,7 +54,7 @@
           
             <dt><a class="attribute-name" id="style.attrs.scoped" title="style.attrs.scoped" href="style.html#style.attrs.scoped">scoped</a> = <span class="attr-values">
        "scoped"  <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>Indicates that the specified style information is meant
         to apply only to the
         <a href="style.html#style" class="element">style</a>

Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/menu.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- menu.html	8 Feb 2010 08:53:44 -0000	1.42
+++ menu.html	8 Feb 2010 10:17:26 -0000	1.43
@@ -39,7 +39,7 @@
             <dt><a class="attribute-name" id="menu.attrs.type" title="menu.attrs.type" href="menu.html#menu.attrs.type">type</a> = <span class="attr-values">
        "toolbar"
        <span class="postfix or">or</span>  "context"
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The kind of menu being declared. The attribute has three states:
         <ul>
           <li>If the <code>context</code> keyword is specified,
@@ -52,7 +52,7 @@
         </ul>
       </dd>
           
-            <dt><a class="attribute-name" id="menu.attrs.label" title="menu.attrs.label" href="menu.html#menu.attrs.label">label</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+            <dt><a class="attribute-name" id="menu.attrs.label" title="menu.attrs.label" href="menu.html#menu.attrs.label">label</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The label of the menu.</dd>
           
         </dl></div>

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.datetime-local.html	8 Feb 2010 08:53:44 -0000	1.37
+++ input.datetime-local.html	8 Feb 2010 10:17:25 -0000	1.38
@@ -53,13 +53,13 @@
           
             <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 href="datatypes.html#form.data.datetime-local">local date-time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected lower bound for the element&#8217;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 href="datatypes.html#form.data.datetime-local">local date-time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="input.datetime-local.html#input.datetime-local.attrs.value">value</a>.</dd>
           

Index: common-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/common-attributes.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- common-attributes.html	8 Feb 2010 06:49:34 -0000	1.32
+++ common-attributes.html	8 Feb 2010 10:17:25 -0000	1.33
@@ -45,7 +45,7 @@
         <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 href="datatypes.html#common.data.keylabellist">key-label list</a>
-    </span> </dt>
+    </span> <span class="changed-feature" title="The meaning or purpose of this markup feature has changed in HTML5.">CHANGED</span></dt>
             <dd>A key label or list of key labels with which to
         associate the element; each key label represents a
         keyboard shortcut which UAs can use to activate the
@@ -61,14 +61,14 @@
        "true"
        <span class="postfix or">or</span>  "false"
        <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>Specifies whether the
         <a href="syntax.html#contents">contents</a>
         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 href="datatypes.html#common.data.idref">IDREF</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>Identifies a
         <a href="menu.html#menu" class="element">menu</a>
         with which to associate the element as a
@@ -82,12 +82,12 @@
             <dt><a class="attribute-name" id="common.attrs.draggable" title="common.attrs.draggable" href="common-attributes.html#common.attrs.draggable">draggable</a> = <span class="attr-values">
        "true"
        <span class="postfix or">or</span>  "false"
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>Specifies whether the element is draggable.</dd>
           
             <dt><a class="attribute-name" id="common.attrs.hidden" title="common.attrs.hidden" href="common-attributes.html#common.attrs.hidden">hidden</a> = <span class="attr-values">
        "hidden"  <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>Specifies that the element represents an element that is
         not yet, or is no longer, relevant.</dd>
           
@@ -111,7 +111,7 @@
        "true"
        <span class="postfix or">or</span>  "false"
        <span class="postfix or">or</span> <a href="syntax.html#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>Specifies whether the element represents
         an element whose
         <a href="syntax.html#contents">contents</a>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- spec.html	8 Feb 2010 08:53:45 -0000	1.157
+++ spec.html	8 Feb 2010 10:17:26 -0000	1.158
@@ -5940,11 +5940,12 @@
             <dt>
 <a class="attribute-name" id="form.attrs.autocomplete" title="form.attrs.autocomplete" href="#form.attrs.autocomplete">autocomplete</a> = <span class="attr-values">
        "on"  <span class="postfix or">or</span>  "off"
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Specifies whether the element represents a form for
         which by default a UA is meant to store the values entered
         into its <a href="#input" class="element">input</a>
-        elements by the user (so that the UA can prefill the form
+        elements by the user (so that the UA can pre-fill the form
         later).</dd>
           
         </dl>
@@ -7015,7 +7016,8 @@
             <dt>
 <a class="attribute-name" id="iframe.attrs.sandbox" title="iframe.attrs.sandbox" href="#iframe.attrs.sandbox">sandbox</a> = <span class="attr-values">
       <a href="#common.data.sandbox-allow-list">sandbox allow list</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Instructs the UA to enable a set of extra restrictions on any
         content hosted by the <code><a href="#iframe">iframe</a></code>.</dd>
           
@@ -7023,7 +7025,8 @@
 <a class="attribute-name" id="iframe.attrs.seamless" title="iframe.attrs.seamless" href="#iframe.attrs.seamless">seamless</a> = <span class="attr-values">
        "seamless"
        <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Instructs the UA that the <code><a href="#iframe">iframe</a></code> element's <a href="#context">browsing context</a> is to be rendered
         in a manner that makes it appear to be part of the
         containing document (seamlessly included in the parent
@@ -7180,7 +7183,8 @@
             <dt>
 <a class="attribute-name" id="img.attrs.border" title="img.attrs.border" href="#img.attrs.border">border</a> = <span class="attr-values">
       <a class="ref" href="#common.data.zero" title="common.data.zero">zero</a>
-    </span> </dt>
+    </span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span>
+</dt>
             <dd>Specifies that its
         <a href="#img" class="element">img</a>
         element represents a borderless image.</dd>
@@ -8376,14 +8380,16 @@
             <dt>
 <a class="attribute-name" id="input.datetime.attrs.min" title="input.datetime.attrs.min" href="#input.datetime.attrs.min">min</a> = <span class="attr-values">
       <a href="#common.data.datetime">date-time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="#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.attrs.max">max</a> = <span class="attr-values">
       <a href="#common.data.datetime">date-time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="#input.datetime.attrs.value">value</a>.</dd>
           
@@ -8498,14 +8504,16 @@
             <dt>
 <a class="attribute-name" id="input.datetime-local.attrs.min" title="input.datetime-local.attrs.min" href="#input.datetime-local.attrs.min">min</a> = <span class="attr-values">
       <a href="#form.data.datetime-local">local date-time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="#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.attrs.max">max</a> = <span class="attr-values">
       <a href="#form.data.datetime-local">local date-time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="#input.datetime-local.attrs.value">value</a>.</dd>
           
@@ -8619,14 +8627,16 @@
             <dt>
 <a class="attribute-name" id="input.date.attrs.min" title="input.date.attrs.min" href="#input.date.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="#form.data.date" title="form.data.date">date</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="#input.date.attrs.value">value</a>.</dd>
           
             <dt>
 <a class="attribute-name" id="input.date.attrs.max" title="input.date.attrs.max" href="#input.date.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="#form.data.date" title="form.data.date">date</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="#input.date.attrs.value">value</a>.</dd>
           
@@ -8740,14 +8750,16 @@
             <dt>
 <a class="attribute-name" id="input.month.attrs.min" title="input.month.attrs.min" href="#input.month.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="#form.data.month" title="form.data.month">month</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="#input.month.attrs.value">value</a>.</dd>
           
             <dt>
 <a class="attribute-name" id="input.month.attrs.max" title="input.month.attrs.max" href="#input.month.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="#form.data.month" title="form.data.month">month</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="#input.month.attrs.value">value</a>.</dd>
           
@@ -8861,14 +8873,16 @@
             <dt>
 <a class="attribute-name" id="input.time.attrs.min" title="input.time.attrs.min" href="#input.time.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="#form.data.time" title="form.data.time">time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="#input.time.attrs.value">value</a>.</dd>
           
             <dt>
 <a class="attribute-name" id="input.time.attrs.max" title="input.time.attrs.max" href="#input.time.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="#form.data.time" title="form.data.time">time</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="#input.time.attrs.value">value</a>.</dd>
           
@@ -8983,14 +8997,16 @@
             <dt>
 <a class="attribute-name" id="input.week.attrs.min" title="input.week.attrs.min" href="#input.week.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="#form.data.week" title="form.data.week">week</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="#input.week.attrs.value">value</a>.</dd>
           
             <dt>
 <a class="attribute-name" id="input.week.attrs.max" title="input.week.attrs.max" href="#input.week.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="#form.data.week" title="form.data.week">week</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="#input.week.attrs.value">value</a>.</dd>
           
@@ -9104,14 +9120,16 @@
             <dt>
 <a class="attribute-name" id="input.number.attrs.min" title="input.number.attrs.min" href="#input.number.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="#common.data.float" title="common.data.float">float</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="#input.number.attrs.value">value</a>.</dd>
           
             <dt>
 <a class="attribute-name" id="input.number.attrs.max" title="input.number.attrs.max" href="#input.number.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="#common.data.float" title="common.data.float">float</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="#input.number.attrs.value">value</a>.</dd>
           
@@ -9223,14 +9241,16 @@
             <dt>
 <a class="attribute-name" id="input.range.attrs.min" title="input.range.attrs.min" href="#input.range.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="#common.data.float" title="common.data.float">float</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="#input.number.attrs.value">value</a>.</dd>
           
             <dt>
 <a class="attribute-name" id="input.range.attrs.max" title="input.range.attrs.max" href="#input.range.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="#common.data.float" title="common.data.float">float</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="#input.number.attrs.value">value</a>.</dd>
           
@@ -10402,7 +10422,8 @@
 <a class="attribute-name" id="link.attrs.sizes" title="link.attrs.sizes" href="#link.attrs.sizes">sizes</a> = <span class="attr-values">
        "any"
        <span class="postfix or">or</span> <a class="ref" href="#common.data.sizes" title="common.data.sizes">sizes</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The sizes of icons for visual media.</dd>
           
         </dl>
@@ -10647,7 +10668,8 @@
 <a class="attribute-name" id="menu.attrs.type" title="menu.attrs.type" href="#menu.attrs.type">type</a> = <span class="attr-values">
        "toolbar"
        <span class="postfix or">or</span>  "context"
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The kind of menu being declared. The attribute has three states:
         <ul>
 <li>If the <code>context</code> keyword is specified,
@@ -10661,7 +10683,8 @@
 </dd>
           
             <dt>
-<a class="attribute-name" id="menu.attrs.label" title="menu.attrs.label" href="#menu.attrs.label">label</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<a class="attribute-name" id="menu.attrs.label" title="menu.attrs.label" href="#menu.attrs.label">label</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>The label of the menu.</dd>
           
         </dl>
@@ -12794,7 +12817,8 @@
         The &#8220;language&#8221; attribute on the &#8220;script&#8221; element is obsolete. You can safely omit it.
       </dd>
             <dt>
-<a class="attribute-name" id="script.attrs.language" title="script.attrs.language" href="#script.attrs.language">language</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<a class="attribute-name" id="script.attrs.language" title="script.attrs.language" href="#script.attrs.language">language</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span>
+</dt>
             <dd>Specifies that the language of the script is JavaScript.</dd>
           
             <dt>
@@ -12813,7 +12837,8 @@
             <dt>
 <a class="attribute-name" id="script.attrs.async" title="script.attrs.async" href="#script.attrs.async">async</a> = <span class="attr-values">
        "async"  <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Specifies that the script should be executed
         asynchronously, as soon as it becomes available.</dd>
           
@@ -13368,7 +13393,8 @@
             <dt>
 <a class="attribute-name" id="style.attrs.scoped" title="style.attrs.scoped" href="#style.attrs.scoped">scoped</a> = <span class="attr-values">
        "scoped"  <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Indicates that the specified style information is meant
         to apply only to the
         <a href="#style" class="element">style</a>
@@ -15116,7 +15142,8 @@
 <dt>
 <a class="attribute-name" id="common.attrs.accesskey" title="common.attrs.accesskey" href="#common.attrs.accesskey">accesskey</a> = <span class="attr-values">
       <a href="#common.data.keylabellist">key-label list</a>
-    </span> </dt>
+    </span> <span class="changed-feature" title="The meaning or purpose of this markup feature has changed in HTML5.">CHANGED</span>
+</dt>
             <dd>A key label or list of key labels with which to
         associate the element; each key label represents a
         keyboard shortcut which UAs can use to activate the
@@ -15134,7 +15161,8 @@
        "true"
        <span class="postfix or">or</span>  "false"
        <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Specifies whether the
         <a href="#contents">contents</a>
         of the element are editable.</dd>
@@ -15142,7 +15170,8 @@
             <dt>
 <a class="attribute-name" id="common.attrs.contextmenu" title="common.attrs.contextmenu" href="#common.attrs.contextmenu">contextmenu</a> = <span class="attr-values">
       <a href="#common.data.idref">IDREF</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Identifies a
         <a href="#menu" class="element">menu</a>
         with which to associate the element as a
@@ -15158,13 +15187,15 @@
 <a class="attribute-name" id="common.attrs.draggable" title="common.attrs.draggable" href="#common.attrs.draggable">draggable</a> = <span class="attr-values">
        "true"
        <span class="postfix or">or</span>  "false"
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Specifies whether the element is draggable.</dd>
           
             <dt>
 <a class="attribute-name" id="common.attrs.hidden" title="common.attrs.hidden" href="#common.attrs.hidden">hidden</a> = <span class="attr-values">
        "hidden"  <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Specifies that the element represents an element that is
         not yet, or is no longer, relevant.</dd>
           
@@ -15192,7 +15223,8 @@
        "true"
        <span class="postfix or">or</span>  "false"
        <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
             <dd>Specifies whether the element represents
         an element whose
         <a href="#contents">contents</a>

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- input.week.html	8 Feb 2010 08:53:44 -0000	1.37
+++ input.week.html	8 Feb 2010 10:17:25 -0000	1.38
@@ -52,13 +52,13 @@
           
             <dt><a class="attribute-name" id="input.week.attrs.min" title="input.week.attrs.min" href="input.week.html#input.week.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.week" title="form.data.week">week</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="input.week.html#input.week.attrs.value">value</a>.</dd>
           
             <dt><a class="attribute-name" id="input.week.attrs.max" title="input.week.attrs.max" href="input.week.html#input.week.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.week" title="form.data.week">week</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="input.week.html#input.week.attrs.value">value</a>.</dd>
           

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- form.html	8 Feb 2010 08:53:43 -0000	1.42
+++ form.html	8 Feb 2010 10:17:25 -0000	1.43
@@ -80,11 +80,11 @@
           
             <dt><a class="attribute-name" id="form.attrs.autocomplete" title="form.attrs.autocomplete" href="form.html#form.attrs.autocomplete">autocomplete</a> = <span class="attr-values">
        "on"  <span class="postfix or">or</span>  "off"
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>Specifies whether the element represents a form for
         which by default a UA is meant to store the values entered
         into its <a href="input.html#input" class="element">input</a>
-        elements by the user (so that the UA can prefill the form
+        elements by the user (so that the UA can pre-fill the form
         later).</dd>
           
         </dl></div>

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- input.date.html	8 Feb 2010 08:53:43 -0000	1.36
+++ input.date.html	8 Feb 2010 10:17:25 -0000	1.37
@@ -52,13 +52,13 @@
           
             <dt><a class="attribute-name" id="input.date.attrs.min" title="input.date.attrs.min" href="input.date.html#input.date.attrs.min">min</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.date" title="form.data.date">date</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected lower bound for the element&#8217;s
         <a href="input.date.html#input.date.attrs.value">value</a>.</dd>
           
             <dt><a class="attribute-name" id="input.date.attrs.max" title="input.date.attrs.max" href="input.date.html#input.date.attrs.max">max</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.date" title="form.data.date">date</a>
-    </span> </dt>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span></dt>
             <dd>The expected upper bound for the element&#8217;s
         <a href="input.date.html#input.date.attrs.value">value</a>.</dd>
           

Received on Monday, 8 February 2010 10:17:32 UTC