html5/markup iframe.html,1.11,1.12 menu.html,1.10,1.11 spec.html,1.59,1.60 table.html,1.9,1.10

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

Modified Files:
	iframe.html menu.html spec.html table.html 
Log Message:
added the "summary" attribute to the <table> element


Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- iframe.html	21 Jul 2009 07:07:23 -0000	1.11
+++ iframe.html	21 Jul 2009 07:45:08 -0000	1.12
@@ -64,7 +64,7 @@
             <dt><a class="attribute-name" id="iframe.attrs.sandbox" title="iframe.attrs.sandbox" href="iframe.html#iframe.attrs.sandbox">sandbox</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.sandbox-allow-list" title="common.data.sandbox-allow-list">sandbox-allow-list</a>
     </span> </dt>
-            <dd>Instructs the UA to enables a set of extra restrictions on any
+            <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> </dt>

Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- table.html	20 Jul 2009 23:15:32 -0000	1.9
+++ table.html	21 Jul 2009 07:45:08 -0000	1.10
@@ -43,7 +43,7 @@
         <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#table-attributes">#</a></h2>
         <dl class="attr-defs">
             <dt><a class="attribute-name" id="table.attrs.summary" title="table.attrs.summary" href="table.html#table.attrs.summary">summary</a><span class="attr-values"> = <a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>A prose description of the structure of the table.</dd>
           
         </dl></div>
       

Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/menu.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- menu.html	20 Jul 2009 23:15:32 -0000	1.10
+++ menu.html	21 Jul 2009 07:45:08 -0000	1.11
@@ -39,15 +39,17 @@
             <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" |  "context"
     </span> </dt>
-            <dd>The kind of menu being declared.</dd><dd>The attribute has three states. The <code title="attr-menu-type-context">context</code> keyword maps
-        to the <dfn id="context1" title="context menu           state">context menu</dfn> state, in which the element is
-        declaring a context menu. The <code title="attr-menu-type-toolbar">toolbar</code> keyword maps to
-        the <dfn id="tool-bar" title="tool bar state">tool bar</dfn>
-        state, in which the element is declaring a tool bar. The
-        attribute may also be omitted. The <i>missing value default</i>
-        is the <dfn id="list" title="list state">list</dfn> state, which
-        indicates that the element is merely a list of commands that is
-        neither declaring a context menu nor defining a tool bar.</dd>
+            <dd>The kind of menu being declared. The attribute has three states:
+        <ul>
+          <li>If the <code>context</code> keyword is specified,
+          the element is declaring a context menu.</li>
+          <li>If the <code>toolbar</code> keyword is specified,
+          the element is declaring a tool bar.</li>
+          <li>If the attribute is omitted, the element is a list of
+          commands that is neither declaring a context menu nor
+          defining a tool bar.</li>
+        </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>
             <dd>The label of the menu.</dd>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- spec.html	21 Jul 2009 07:07:24 -0000	1.59
+++ spec.html	21 Jul 2009 07:45:08 -0000	1.60
@@ -6634,7 +6634,7 @@
 <a class="attribute-name" id="iframe.attrs.sandbox" title="iframe.attrs.sandbox" href="#iframe.attrs.sandbox">sandbox</a><span class="attr-values"> = 
       <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
+            <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>
           
             <dt>
@@ -10032,16 +10032,17 @@
 <a class="attribute-name" id="menu.attrs.type" title="menu.attrs.type" href="#menu.attrs.type">type</a><span class="attr-values"> = 
        "toolbar" |  "context"
     </span> </dt>
-            <dd>The kind of menu being declared.</dd>
-<dd>The attribute has three states. The <code title="attr-menu-type-context">context</code> keyword maps
-        to the <dfn id="context1" title="context menu           state">context menu</dfn> state, in which the element is
-        declaring a context menu. The <code title="attr-menu-type-toolbar">toolbar</code> keyword maps to
-        the <dfn id="tool-bar" title="tool bar state">tool bar</dfn>
-        state, in which the element is declaring a tool bar. The
-        attribute may also be omitted. The <i>missing value default</i>
-        is the <dfn id="list" title="list state">list</dfn> state, which
-        indicates that the element is merely a list of commands that is
-        neither declaring a context menu nor defining a tool bar.</dd>
+            <dd>The kind of menu being declared. The attribute has three states:
+        <ul>
+<li>If the <code>context</code> keyword is specified,
+          the element is declaring a context menu.</li>
+          <li>If the <code>toolbar</code> keyword is specified,
+          the element is declaring a tool bar.</li>
+          <li>If the attribute is omitted, the element is a list of
+          commands that is neither declaring a context menu nor
+          defining a tool bar.</li>
+        </ul>
+</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>
@@ -12909,7 +12910,7 @@
         <dl class="attr-defs">
 <dt>
 <a class="attribute-name" id="table.attrs.summary" title="table.attrs.summary" href="#table.attrs.summary">summary</a><span class="attr-values"> = <a href="#data-string">string</a></span> </dt>
-            <dd><i class="TK">(detailed attribute description to come)</i></dd>
+            <dd>A prose description of the structure of the table.</dd>
           
         </dl>
 </div>

Received on Tuesday, 21 July 2009 07:45:19 UTC