- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 May 2009 12:47:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv31657
Modified Files:
Overview.html schema.html schema.rnc shared-attributes.html
spec.html
Log Message:
h:tml; removed the "default" attribute from the <command> element
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- Overview.html 6 May 2009 10:26:29 -0000 1.302
+++ Overview.html 6 May 2009 12:46:44 -0000 1.303
@@ -9,7 +9,7 @@
<body>
<div class="head">
<h1>HTML 5: The Markup Language</h1>
-<h2>Editor’s Draft <em>5 May 2009</em>
+<h2>Editor’s Draft <em>6 May 2009</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
@@ -42,7 +42,7 @@
<p>
- This document is the 5 May 2009 Editor’s Draft of
+ This document is the 6 May 2009 Editor’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.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- schema.html 6 May 2009 10:26:30 -0000 1.93
+++ schema.html 6 May 2009 12:46:45 -0000 1.94
@@ -606,7 +606,7 @@
</div>
<div class='define' id='common.data.keylabellist-define'>
-<span class='comment'>## List of keys</span>
+<span class='comment'>## List of Key Labels</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>
@@ -6060,8 +6060,7 @@
<div class='patternname' id='the-common-command.attrs'><a href='#the-common-command.attrs'>common-command.attrs</a> =</div>
<span class='pattern' id='common-command.attrs'><a class='ref' href='#command.attrs.label'>command.attrs.label</a>?
& <a class='ref' href='#command.attrs.icon'>command.attrs.icon</a>?
- & <a class='ref' href='#command.attrs.disabled'>command.attrs.disabled</a>?
- & <a class='ref' href='#command.attrs.default'>command.attrs.default</a>?</span>
+ & <a class='ref' href='#command.attrs.disabled'>command.attrs.disabled</a>?</span>
</div>
<div class='define' id='command.attrs.label-define'>
<div class='patternname' id='the-command.attrs.label'><a href='#the-command.attrs.label'>command.attrs.label</a> =</div>
@@ -6086,13 +6085,6 @@
{<span class='model'> d:string "disabled" | d:string "" </span>}
</span>
</div>
-<div class='define' id='command.attrs.default-define'>
- <div class='patternname' id='the-command.attrs.default'><a href='#the-command.attrs.default'>command.attrs.default</a> =</div>
- <span class='pattern' id='command.attrs.default'><span class='type'>attribute </span>
- <span class='name'>default</span>
- {<span class='model'> d:string "default" | d:string "" </span>}
- </span>
-</div>
<div class='define' id='bb.elem-define'>
<span class='comment'>## User-agent command: <bb></span>
Index: schema.rnc
===================================================================
RCS file: /sources/public/html5/markup/schema.rnc,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- schema.rnc 6 May 2009 10:26:30 -0000 1.80
+++ schema.rnc 6 May 2009 12:46:47 -0000 1.81
@@ -293,7 +293,7 @@
## Language Codes
common.data.langcode = d:string "" | d:language
- ## List of keys
+ ## List of Key Labels
common.data.keylabellist = string
common-form.attrs.form = attribute form { common.data.idref }
}
@@ -2185,13 +2185,10 @@
command.attrs.label?
& command.attrs.icon?
& command.attrs.disabled?
- & command.attrs.default?
command.attrs.label = attribute label { string }
command.attrs.icon = attribute icon { common.data.uri }
command.attrs.disabled =
attribute disabled { d:string "disabled" | d:string "" }
- command.attrs.default =
- attribute default { d:string "default" | d:string "" }
## User-agent command: <bb>
bb.elem = element bb { bb.inner & bb.attrs }
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- spec.html 6 May 2009 10:26:30 -0000 1.10
+++ spec.html 6 May 2009 12:46:51 -0000 1.11
@@ -9,7 +9,7 @@
<body>
<div class="head">
<h1>HTML 5: The Markup Language</h1>
-<h2>Editor’s Draft <em>5 May 2009</em>
+<h2>Editor’s Draft <em>6 May 2009</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
@@ -41,7 +41,7 @@
<p>
- This document is the 5 May 2009 Editor’s Draft of
+ This document is the 6 May 2009 Editor’s Draft of
<cite>HTML 5: The Markup Language</cite>.
</p>
<p>
@@ -13961,8 +13961,7 @@
<div class="content-model">
<span class="common-pattern-name"><dfn id="common-command.attrs">common-command.attrs</dfn></span> = <a class="ref" href="#command.attrs.label" title="command.attrs.label">label</a>?
& <a class="ref" href="#command.attrs.icon" title="command.attrs.icon">icon</a>?
- & <a class="ref" href="#command.attrs.disabled" title="command.attrs.disabled">disabled</a>?
- & <a class="ref" href="#command.attrs.default" title="command.attrs.default">default</a>? <a class="hash" href="#common-command.attrs">#</a>
+ & <a class="ref" href="#command.attrs.disabled" title="command.attrs.disabled">disabled</a>? <a class="hash" href="#common-command.attrs">#</a>
</div>
<div class="no-number no-toc">
<dl class="attr-defs">
@@ -13980,10 +13979,6 @@
<a class="attribute-name" id="command.attrs.disabled" title="command.attrs.disabled" href="#command.attrs.disabled">disabled</a><span class="attr-values"> = "disabled" | "" </span> </dt>
<dd><i class="TK">(detailed attribute description to come)</i></dd>
- <dt>
-<a class="attribute-name" id="command.attrs.default" title="command.attrs.default" href="#command.attrs.default">default</a><span class="attr-values"> = "default" | "" </span> </dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
-
</dl>
</div>
</div>
Index: shared-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/shared-attributes.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- shared-attributes.html 3 May 2009 15:59:43 -0000 1.2
+++ shared-attributes.html 6 May 2009 12:46:50 -0000 1.3
@@ -16,8 +16,7 @@
<h2>9.1. Command attributes <a class="hash" href="#common-command-attrs">#</a> <a class="toc-bak" href="Overview.html#common-command-attrs-toc">T</a></h2>
<div class="content-model"><span class="common-pattern-name"><dfn id="common-command.attrs">common-command.attrs</dfn></span> = <a class="ref" href="shared-attributes.html#command.attrs.label" title="command.attrs.label">label</a>?
& <a class="ref" href="shared-attributes.html#command.attrs.icon" title="command.attrs.icon">icon</a>?
- & <a class="ref" href="shared-attributes.html#command.attrs.disabled" title="command.attrs.disabled">disabled</a>?
- & <a class="ref" href="shared-attributes.html#command.attrs.default" title="command.attrs.default">default</a>? <a class="hash" href="shared-attributes.html#common-command.attrs">#</a>
+ & <a class="ref" href="shared-attributes.html#command.attrs.disabled" title="command.attrs.disabled">disabled</a>? <a class="hash" href="shared-attributes.html#common-command.attrs">#</a>
</div>
<div class="no-number no-toc">
<dl class="attr-defs">
@@ -32,9 +31,6 @@
<dt><a class="attribute-name" id="command.attrs.disabled" title="command.attrs.disabled" href="shared-attributes.html#command.attrs.disabled">disabled</a><span class="attr-values"> = "disabled" | "" </span> </dt>
<dd><i class="TK">(detailed attribute description to come)</i></dd>
- <dt><a class="attribute-name" id="command.attrs.default" title="command.attrs.default" href="shared-attributes.html#command.attrs.default">default</a><span class="attr-values"> = "default" | "" </span> </dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
-
</dl>
</div>
</div>
Received on Wednesday, 6 May 2009 12:47:12 UTC