html5/markup/elements form.html,1.6,1.7 iframe.html,1.6,1.7 img.html,1.8,1.9 input.date.html,1.4,1.5 input.datetime-local.html,1.4,1.5 input.datetime.html,1.4,1.5 input.month.html,1.4,1.5 input.number.html,1.5,1.6 input.range.html,1.4,1.5 input.time.html,1.4,1.5 input.week.html,1.4,1.5 link.html,1.7,1.8 menu.html,1.7,1.8 script.html,1.11,1.12 style.html,1.8,1.9

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

Modified Files:
	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 style.html 
Log Message:
checkpointing

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.week.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- input.week.html	3 Feb 2010 10:27:04 -0000	1.4
+++ input.week.html	8 Feb 2010 10:17:26 -0000	1.5
@@ -18,12 +18,12 @@
         representing a week.</dd>
     </dl>
     <dl>
-      <dt id="input.week.attrs.max">max</dt>
+      <dt id="input.week.attrs.max" class="new">max</dt>
       <dd>The expected upper bound for the element’s
         <a href="#input.week.attrs.value">value</a>.</dd>
     </dl>
     <dl>
-      <dt id="input.week.attrs.min">min</dt>
+      <dt id="input.week.attrs.min" class="new">min</dt>
       <dd>The expected lower bound for the element’s
         <a href="#input.week.attrs.value">value</a>.</dd>
     </dl>

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.range.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- input.range.html	3 Feb 2010 10:27:04 -0000	1.4
+++ input.range.html	8 Feb 2010 10:17:26 -0000	1.5
@@ -18,12 +18,12 @@
         string representing a number.</dd>
     </dl>
     <dl>
-      <dt id="input.range.attrs.max">max</dt>
+      <dt id="input.range.attrs.max" class="new">max</dt>
       <dd>The expected upper bound for the element’s
         <a href="#input.number.attrs.value">value</a>.</dd>
     </dl>
     <dl>
-      <dt id="input.range.attrs.min">min</dt>
+      <dt id="input.range.attrs.min" class="new">min</dt>
       <dd>The expected lower bound for the element’s
         <a href="#input.number.attrs.value">value</a>.</dd>
     </dl>

Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/elements/iframe.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- iframe.html	29 Jan 2010 05:06:46 -0000	1.6
+++ iframe.html	8 Feb 2010 10:17:26 -0000	1.7
@@ -25,12 +25,12 @@
         name.</dd>
     </dl>
     <dl>
-      <dt id="iframe.attrs.sandbox">sandbox</dt>
+      <dt id="iframe.attrs.sandbox" class="new">sandbox</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>
     </dl>
     <dl>
-      <dt id="iframe.attrs.seamless">seamless</dt>
+      <dt id="iframe.attrs.seamless" class="new">seamless</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

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.date.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- input.date.html	3 Feb 2010 10:27:04 -0000	1.4
+++ input.date.html	8 Feb 2010 10:17:26 -0000	1.5
@@ -18,12 +18,12 @@
         representing a date.</dd>
     </dl>
     <dl>
-      <dt id="input.date.attrs.max">max</dt>
+      <dt id="input.date.attrs.max" class="new">max</dt>
       <dd>The expected upper bound for the element’s
         <a href="#input.date.attrs.value">value</a>.</dd>
     </dl>
     <dl>
-      <dt id="input.date.attrs.min">min</dt>
+      <dt id="input.date.attrs.min" class="new">min</dt>
       <dd>The expected lower bound for the element’s
         <a href="#input.date.attrs.value">value</a>.</dd>
     </dl>

Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/elements/img.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- img.html	29 Jan 2010 10:17:09 -0000	1.8
+++ img.html	8 Feb 2010 10:17:26 -0000	1.9
@@ -38,7 +38,7 @@
       <dd>The height of the image, in CSS pixels.</dd>
     </dl>
     <dl>
-      <dt id="img.attrs.border">border</dt>
+      <dt id="img.attrs.border" class="obsolete">border</dt>
       <dd>Specifies that its
         <a href="#img" class="element">img</a>
         element represents a borderless image.</dd>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.datetime.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- input.datetime.html	3 Feb 2010 10:27:04 -0000	1.4
+++ input.datetime.html	8 Feb 2010 10:17:26 -0000	1.5
@@ -19,12 +19,12 @@
         representing a global date and time.</dd>
     </dl>
     <dl>
-      <dt id="input.datetime.attrs.max">max</dt>
+      <dt id="input.datetime.attrs.max" class="new">max</dt>
       <dd>The expected upper bound for the element’s
         <a href="#input.datetime.attrs.value">value</a>.</dd>
     </dl>
     <dl>
-      <dt id="input.datetime.attrs.min">min</dt>
+      <dt id="input.datetime.attrs.min" class="new">min</dt>
       <dd>The expected lower bound for the element’s
         <a href="#input.datetime.attrs.value">value</a>.</dd>
     </dl>

Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/elements/script.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- script.html	1 Feb 2010 02:34:55 -0000	1.11
+++ script.html	8 Feb 2010 10:17:26 -0000	1.12
@@ -24,7 +24,7 @@
       <dd>The character encoding of the external script.</dd>
     </dl>
     <dl>
-      <dt id="script.attrs.async">async</dt>
+      <dt id="script.attrs.async" class="new">async</dt>
       <dd>Specifies that the script should be executed
         asynchronously, as soon as it becomes available.</dd>
     </dl>
@@ -34,7 +34,7 @@
         document has been parsed.</dd>
     </dl>
     <dl>
-      <dt id="script.attrs.language">language</dt>
+      <dt id="script.attrs.language" class="obsolete">language</dt>
       <dd>Specifies that the language of the script is JavaScript.</dd>
     </dl>
   </div>

Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/elements/style.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- style.html	1 Feb 2010 02:34:55 -0000	1.8
+++ style.html	8 Feb 2010 10:17:26 -0000	1.9
@@ -22,7 +22,7 @@
       <dd>Specifies which media the styles apply to.</dd>
     </dl>
     <dl>
-      <dt id="style.attrs.scoped">scoped</dt>
+      <dt id="style.attrs.scoped" class="new">scoped</dt>
       <dd>Indicates that the specified style information is meant
         to apply only to the
         <a href="#style" class="element">style</a>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.number.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- input.number.html	3 Feb 2010 10:27:04 -0000	1.5
+++ input.number.html	8 Feb 2010 10:17:26 -0000	1.6
@@ -18,12 +18,12 @@
         string representing a number.</dd>
     </dl>
     <dl>
-      <dt id="input.number.attrs.max">max</dt>
+      <dt id="input.number.attrs.max" class="new">max</dt>
       <dd>The expected upper bound for the element’s
         <a href="#input.number.attrs.value">value</a>.</dd>
     </dl>
     <dl>
-      <dt id="input.number.attrs.min">min</dt>
+      <dt id="input.number.attrs.min" class="new">min</dt>
       <dd>The expected lower bound for the element’s
         <a href="#input.number.attrs.value">value</a>.</dd>
     </dl>

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/elements/form.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- form.html	7 Feb 2010 11:54:03 -0000	1.6
+++ form.html	8 Feb 2010 10:17:26 -0000	1.7
@@ -27,11 +27,11 @@
         of the form.</dd>
     </dl>
     <dl>
-      <dt id="form.attrs.autocomplete">autocomplete</dt>
+      <dt id="form.attrs.autocomplete" class="new">autocomplete</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>
     <dl>

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/elements/link.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- link.html	31 Jan 2010 06:11:03 -0000	1.7
+++ link.html	8 Feb 2010 10:17:26 -0000	1.8
@@ -39,7 +39,7 @@
         <a href="#link" class="element">link</a>.</dd>
     </dl>
     <dl>
-      <dt id="link.attrs.sizes">sizes</dt>
+      <dt id="link.attrs.sizes" class="new">sizes</dt>
       <dd>The sizes of icons for visual media.</dd>
     </dl>
   </div>

Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/elements/menu.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- menu.html	4 Feb 2010 15:09:22 -0000	1.7
+++ menu.html	8 Feb 2010 10:17:26 -0000	1.8
@@ -18,7 +18,7 @@
   </div>
   <div id="attributes">
     <dl>
-      <dt id="menu.attrs.type">type</dt>
+      <dt id="menu.attrs.type" class="new">type</dt>
       <dd>The kind of menu being declared. The attribute has three states:
         <ul>
           <li>If the <code>context</code> keyword is specified,
@@ -32,7 +32,7 @@
       </dd>
     </dl>
     <dl>
-      <dt id="menu.attrs.label">label</dt>
+      <dt id="menu.attrs.label" class="new">label</dt>
       <dd>The label of the menu.</dd>
     </dl>
   </div>

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.datetime-local.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- input.datetime-local.html	3 Feb 2010 10:27:04 -0000	1.4
+++ input.datetime-local.html	8 Feb 2010 10:17:26 -0000	1.5
@@ -19,12 +19,12 @@
         representing a local date and time.</dd>
     </dl>
     <dl>
-      <dt id="input.datetime-local.attrs.max">max</dt>
+      <dt id="input.datetime-local.attrs.max" class="new">max</dt>
       <dd>The expected upper bound for the element’s
         <a href="#input.datetime-local.attrs.value">value</a>.</dd>
     </dl>
     <dl>
-      <dt id="input.datetime-local.attrs.min">min</dt>
+      <dt id="input.datetime-local.attrs.min" class="new">min</dt>
       <dd>The expected lower bound for the element’s
         <a href="#input.datetime-local.attrs.value">value</a>.</dd>
     </dl>

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.time.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- input.time.html	3 Feb 2010 10:27:04 -0000	1.4
+++ input.time.html	8 Feb 2010 10:17:26 -0000	1.5
@@ -18,12 +18,12 @@
         representing a time.</dd>
     </dl>
     <dl>
-      <dt id="input.time.attrs.max">max</dt>
+      <dt id="input.time.attrs.max" class="new">max</dt>
       <dd>The expected upper bound for the element’s
         <a href="#input.time.attrs.value">value</a>.</dd>
     </dl>
     <dl>
-      <dt id="input.time.attrs.min">min</dt>
+      <dt id="input.time.attrs.min" class="new">min</dt>
       <dd>The expected lower bound for the element’s
         <a href="#input.time.attrs.value">value</a>.</dd>
     </dl>

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/elements/input.month.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- input.month.html	3 Feb 2010 10:27:04 -0000	1.4
+++ input.month.html	8 Feb 2010 10:17:26 -0000	1.5
@@ -18,12 +18,12 @@
         representing a month.</dd>
     </dl>
     <dl>
-      <dt id="input.month.attrs.max">max</dt>
+      <dt id="input.month.attrs.max" class="new">max</dt>
       <dd>The expected upper bound for the element’s
         <a href="#input.month.attrs.value">value</a>.</dd>
     </dl>
     <dl>
-      <dt id="input.month.attrs.min">min</dt>
+      <dt id="input.month.attrs.min" class="new">min</dt>
       <dd>The expected lower bound for the element’s
         <a href="#input.month.attrs.value">value</a>.</dd>
     </dl>

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