html5/markup Overview.html,1.301,1.302 common-attributes.html,1.3,1.4 datatypes.html,1.5,1.6 embed.html,1.4,1.5 references.html,1.4,1.5 schema.html,1.92,1.93 schema.rnc,1.79,1.80 spec.html,1.9,1.10

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

Modified Files:
	Overview.html common-attributes.html datatypes.html embed.html 
	references.html schema.html schema.rnc spec.html 
Log Message:
h:tml; changed name of datatype for accesskey attribute to "keylabellist"; added definition for "pattern" datatype, fixed some fragment refs in datatypes file; added ECMAScript spec to references.


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- Overview.html	3 May 2009 16:45:00 -0000	1.301
+++ Overview.html	6 May 2009 10:26:29 -0000	1.302
@@ -9,7 +9,7 @@
 <body>
 <div class="head">
 <h1>HTML 5: The Markup Language</h1>
-<h2>Editor&#8217;s Draft <em>4 May 2009</em>
+<h2>Editor&#8217;s Draft <em>5 May 2009</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -42,7 +42,7 @@
     
     
     <p>
-        This document is the 4 May 2009 Editor&#8217;s Draft of 
+        This document is the 5 May 2009 Editor&#8217;s Draft of 
         <cite>HTML 5: The Markup Language</cite>.
       </p>
     <p>

Index: schema.html
===================================================================
RCS file: /sources/public/html5/markup/schema.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- schema.html	3 May 2009 16:45:00 -0000	1.92
+++ schema.html	6 May 2009 10:26:30 -0000	1.93
@@ -421,7 +421,7 @@
   <span class='pattern' id='common.attrs.accesskey'><span class='type'>attribute </span>
   <span class='name'>accesskey</span>
    {<span class='model'>
-      <a class='ref' href='#common.data.keylist'>common.data.keylist</a>
+      <a class='ref' href='#common.data.keylabellist'>common.data.keylabellist</a>
     </span>}
   </span>
 </div>
@@ -604,11 +604,11 @@
   <span class='pattern' id='common.data.langcode'>d:string ""
   | d:language</span>
 </div>
-<div class='define' id='common.data.keylist-define'>
+<div class='define' id='common.data.keylabellist-define'>
 
 <span class='comment'>## List of keys</span>
-  <div class='patternname' id='the-common.data.keylist'><a href='#the-common.data.keylist'>common.data.keylist</a> =</div>
-  <span class='pattern' id='common.data.keylist'>string</span>
+  <div class='patternname' id='the-common.data.keylabellist'><a href='#the-common.data.keylabellist'>common.data.keylabellist</a> =</div>
+  <span class='pattern' id='common.data.keylabellist'>string</span>
 </div>
 <div class='define' id='common-form.attrs.form-define'>
   <div class='patternname' id='the-common-form.attrs.form'><a href='#the-common-form.attrs.form'>common-form.attrs.form</a> =</div>
@@ -2294,7 +2294,8 @@
                        | resource
                        | datatype
                        | typeof
-                       | spellcheck)</span>
+                       | spellcheck
+                       | accesskey)</span>
    {<span class='model'> string </span>}
   </span>
 </div>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- datatypes.html	3 May 2009 16:45:00 -0000	1.5
+++ datatypes.html	6 May 2009 10:26:29 -0000	1.6
@@ -204,7 +204,7 @@
       <div class="datatype-desc">A value that is an <a href="terminology.html#ascii-case-insensitive">ASCII
           case-insensitive</a> match for a string that consists of:
         the literal string "<code>text/html;</code>",
-        optionally followed by any number of <a href=".html#space-character" title="space character">space
+        optionally followed by any number of <a href="terminology.html#space" title="space character">space
           characters</a>, followed by the literal string
         "<code>charset=</code>", followed by a <a href="datatypes.html#common.data.charset">charset</a>.</div>
     </div>
@@ -237,10 +237,10 @@
         in RFC 4646 <a href="references.html#refsRFC4646">[RFC4646]</a>.</div>
     </div>
       </div>
-      <div id="common.data.keylist-mdl" class="section">
-        <h2 class="common-subhead">10.29. Keylist <a class="hash" href="#common.data.keylist-mdl">#</a></h2>
+      <div id="common.data.keylabellist-mdl" class="section">
+        <h2 class="common-subhead">10.29. Keylabellist <a class="hash" href="#common.data.keylabellist-mdl">#</a></h2>
         <div class="content-models">
-          <div><span class="common-pattern-name"><dfn id="common.data.keylist">keylist</dfn></span><code class="punc"> = </code> <a href="datatypes.html#common.data.keylist" class="hash">#</a></div>
+          <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
@@ -269,12 +269,15 @@
       <div id="form.data.pattern-mdl" class="section">
         <h2 class="common-subhead">10.32. 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=".html#data-pattern">pattern</a> <a href="datatypes.html#form.data.pattern" class="hash">#</a></div></div>
+          <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">10.33. 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=".html#data-date">date</a> "<code class="literal">T</code>" <a href=".html#data-time">time</a> <a href="datatypes.html#form.data.datetime-local" class="hash">#</a></div>
+          <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">
         <p>Example:</p>
         <pre><code>1985-04-12T23:20:50.52</code>
@@ -356,7 +359,7 @@
         <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
-      <a href=".html#common.data.emailaddress">emailaddress</a>.</div>
+      <a href="datatypes.html#form.data.emailaddress">emailaddress</a>.</div>
     </div>
       </div>
       <div id="form.data.color-mdl" class="section">

Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- embed.html	3 May 2009 15:59:40 -0000	1.4
+++ embed.html	6 May 2009 10:26:29 -0000	1.5
@@ -95,7 +95,8 @@
                        | resource
                        | datatype
                        | typeof
-                       | spellcheck)
+                       | spellcheck
+                       | accesskey)
    { string }
   </code><div class="note"><p>Note: The above definition
                             for the

Index: schema.rnc
===================================================================
RCS file: /sources/public/html5/markup/schema.rnc,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- schema.rnc	3 May 2009 16:45:00 -0000	1.79
+++ schema.rnc	6 May 2009 10:26:30 -0000	1.80
@@ -197,7 +197,8 @@
       & common.attrs.accesskey?
     common.attrs.style = attribute style { string }
     common.attrs.tabindex = attribute tabindex { common.data.integer }
-    common.attrs.accesskey = attribute accesskey { common.data.keylist }
+    common.attrs.accesskey =
+      attribute accesskey { common.data.keylabellist }
     common.attrs.other =
       empty & common.attrs.scripting & common.attrs.interact
     # #####################################################################
@@ -293,7 +294,7 @@
     common.data.langcode = d:string "" | d:language
     
     ## List of keys
-    common.data.keylist = string
+    common.data.keylabellist = string
     common-form.attrs.form = attribute form { common.data.idref }
   }
 }
@@ -835,7 +836,8 @@
                            | resource
                            | datatype
                            | typeof
-                           | spellcheck) { string }
+                           | spellcheck
+                           | accesskey) { string }
     
     ## Generic Objects: <object>
     object.elem.flow =

Index: common-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/common-attributes.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- common-attributes.html	3 May 2009 16:45:00 -0000	1.3
+++ common-attributes.html	6 May 2009 10:26:29 -0000	1.4
@@ -105,7 +105,7 @@
             <dd><i class="TK">(detailed attribute description to come)</i></dd>
           
             <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.keylist" title="common.data.keylist">keylist</a>
+      <a class="ref" href="datatypes.html#common.data.keylabellist" title="common.data.keylabellist">keylabellist</a>
     </span> </dt>
             <dd><i class="TK">(detailed attribute description to come)</i></dd>
           

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/references.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- references.html	3 May 2009 15:59:42 -0000	1.4
+++ references.html	6 May 2009 10:26:30 -0000	1.5
@@ -20,6 +20,9 @@
       Arnaud Le Hors, Laurence Cable. W3C Recommendation.
       13 November 2000.</dd>
     <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2">http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2</a>)</span></dd>
+    <dt><dfn id="refsECMA262">[ECMA262]</dfn></dt>
+    <dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript Language Specification</a></cite>.
+      3rd edition. December 1999.</dd>
     <dt><dfn id="refsEntities">[Entities]</dfn></dt>
     <dd><cite><a href="http://www.w3.org/2003/entities/2007doc/">XML Entity definitions for Characters</a></cite>.
       David Carlisle, Patrick Ion. W3C Working Draft. 10 December

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- spec.html	3 May 2009 16:45:00 -0000	1.9
+++ spec.html	6 May 2009 10:26:30 -0000	1.10
@@ -9,7 +9,7 @@
 <body>
 <div class="head">
 <h1>HTML 5: The Markup Language</h1>
-<h2>Editor&#8217;s Draft <em>4 May 2009</em>
+<h2>Editor&#8217;s Draft <em>5 May 2009</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -41,7 +41,7 @@
     
     
     <p>
-        This document is the 4 May 2009 Editor&#8217;s Draft of 
+        This document is the 5 May 2009 Editor&#8217;s Draft of 
         <cite>HTML 5: The Markup Language</cite>.
       </p>
     <p>
@@ -4892,7 +4892,8 @@
                        | resource
                        | datatype
                        | typeof
-                       | spellcheck)
+                       | spellcheck
+                       | accesskey)
    { string }
   </code><div class="note"><p>Note: The above definition
                             for the
@@ -13724,7 +13725,7 @@
           
             <dt>
 <a class="attribute-name" id="common.attrs.accesskey" title="common.attrs.accesskey" href="#common.attrs.accesskey">accesskey</a><span class="attr-values"> = 
-      <a class="ref" href="#common.data.keylist" title="common.data.keylist">keylist</a>
+      <a class="ref" href="#common.data.keylabellist" title="common.data.keylabellist">keylabellist</a>
     </span> </dt>
             <dd><i class="TK">(detailed attribute description to come)</i></dd>
           
@@ -14499,7 +14500,7 @@
       <div class="datatype-desc">A value that is an <a href="#ascii-case-insensitive">ASCII
           case-insensitive</a> match for a string that consists of:
         the literal string "<code>text/html;</code>",
-        optionally followed by any number of <a href="#space-character" title="space character">space
+        optionally followed by any number of <a href="#space" title="space character">space
           characters</a>, followed by the literal string
         "<code>charset=</code>", followed by a <a href="#common.data.charset">charset</a>.</div>
     </div>
@@ -14546,12 +14547,12 @@
         in RFC 4646 <a href="#refsRFC4646">[RFC4646]</a>.</div>
     </div>
       </div>
-      <div id="common.data.keylist-mdl" class="section">
-        <h2 class="common-subhead">10.29. Keylist <a class="hash" href="#common.data.keylist-mdl">#</a>
+      <div id="common.data.keylabellist-mdl" class="section">
+        <h2 class="common-subhead">10.29. Keylabellist <a class="hash" href="#common.data.keylabellist-mdl">#</a>
 </h2>
         <div class="content-models">
           <div>
-<span class="common-pattern-name"><dfn id="common.data.keylist">keylist</dfn></span><code class="punc"> = </code> <a href="#common.data.keylist" class="hash">#</a>
+<span class="common-pattern-name"><dfn id="common.data.keylabellist">keylabellist</dfn></span><code class="punc"> = </code> <a href="#common.data.keylabellist" class="hash">#</a>
 </div>
       <div class="datatype-desc">An ordered set of unique
         space-separated <a href="#data-token">tokens</a>, each of
@@ -14589,16 +14590,18 @@
 </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="#data-pattern">pattern</a> <a href="#form.data.pattern" class="hash">#</a>
-</div>
+<span class="common-pattern-name"><dfn id="form.data.pattern">pattern</dfn></span><code class="punc"> = </code> <a href="#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="#refsECMA262">[ECMA262]</a>.</div>
+    </div>
       </div>
       <div id="form.data.datetime-local-mdl" class="section">
         <h2 class="common-subhead">10.33. 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="#data-date">date</a> "<code class="literal">T</code>" <a href="#data-time">time</a> <a href="#form.data.datetime-local" class="hash">#</a>
+<span class="common-pattern-name"><dfn id="form.data.datetime-local">datetime-local</dfn></span><code class="punc"> = </code><a href="#form.data.date">date</a> "<code class="literal">T</code>" <a href="#form.data.time">time</a> <a href="#form.data.datetime-local" class="hash">#</a>
 </div>
       <div class="example">
         <p>Example:</p>
@@ -14699,7 +14702,7 @@
 <span class="common-pattern-name"><dfn id="form.data.emailaddresslist">emailaddresslist</dfn></span><code class="punc"> = </code> <a href="#form.data.emailaddresslist" class="hash">#</a>
 </div>
       <div class="datatype-desc">A set of comma-separated <a href="#data-token">tokens</a>, each of which is a valid
-      <a href="#common.data.emailaddress">emailaddress</a>.</div>
+      <a href="#form.data.emailaddress">emailaddress</a>.</div>
     </div>
       </div>
       <div id="form.data.color-mdl" class="section">
@@ -14725,6 +14728,10 @@
       Arnaud Le Hors, Laurence Cable. W3C Recommendation.
       13 November 2000.</dd>
     <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2">http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2</a>)</span></dd>
+    <dt><dfn id="refsECMA262">[ECMA262]</dfn></dt>
+    <dd>
+<cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript Language Specification</a></cite>.
+      3rd edition. December 1999.</dd>
     <dt><dfn id="refsEntities">[Entities]</dfn></dt>
     <dd>
 <cite><a href="http://www.w3.org/2003/entities/2007doc/">XML Entity definitions for Characters</a></cite>.

Received on Wednesday, 6 May 2009 10:26:49 UTC