- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Sep 2008 11:47:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23971
Modified Files:
Overview.html
Log Message:
WF2: fieldset.type (whatwg r2187)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1359
retrieving revision 1.1360
diff -u -d -r1.1359 -r1.1360
--- Overview.html 15 Sep 2008 11:45:19 -0000 1.1359
+++ Overview.html 15 Sep 2008 11:47:56 -0000 1.1360
@@ -13117,7 +13117,7 @@
<dd><code title=attr-hyperlink-hreflang><a
href="#hreflang3">hreflang</a></code>
- <dd><code title=attr-hyperlink-type><a href="#type20">type</a></code>
+ <dd><code title=attr-hyperlink-type><a href="#type21">type</a></code>
<dt>DOM interface:
@@ -13153,7 +13153,7 @@
href="#rel3">rel</a></code>, <code title=attr-hyperlink-media><a
href="#media14">media</a></code>, <code title=attr-hyperlink-hreflang><a
href="#hreflang3">hreflang</a></code>, and <code
- title=attr-hyperlink-type><a href="#type20">type</a></code> attributes
+ title=attr-hyperlink-type><a href="#type21">type</a></code> attributes
must be omitted if the <code title=attr-hyperlink-href><a
href="#href6">href</a></code> attribute is not present.
@@ -13182,7 +13182,7 @@
href="#rel3">rel</a></code>, <code title=attr-hyperlink-media><a
href="#media14">media</a></code>, <code title=attr-hyperlink-hreflang><a
href="#hreflang3">hreflang</a></code>, and <code
- title=attr-hyperlink-type><a href="#type20">type</a></code> attributes may
+ title=attr-hyperlink-type><a href="#type21">type</a></code> attributes may
be used to indicate to the user the likely nature of the target resource
before the user follows the link.
@@ -24051,7 +24051,7 @@
<dd><code title=attr-hyperlink-hreflang><a
href="#hreflang3">hreflang</a></code>
- <dd><code title=attr-hyperlink-type><a href="#type20">type</a></code>
+ <dd><code title=attr-hyperlink-type><a href="#type21">type</a></code>
<dt>DOM interface:
@@ -24227,7 +24227,7 @@
href="#rel3">rel</a></code>, <code title=attr-hyperlink-media><a
href="#media14">media</a></code>, <code title=attr-hyperlink-hreflang><a
href="#hreflang3">hreflang</a></code>, and <code
- title=attr-hyperlink-type><a href="#type20">type</a></code> attributes may
+ title=attr-hyperlink-type><a href="#type21">type</a></code> attributes may
be used to indicate to the user the likely nature of the target resource
before the user follows the link.
@@ -24237,7 +24237,7 @@
href="#rel3">rel</a></code>, <code title=attr-hyperlink-media><a
href="#media14">media</a></code>, <code title=attr-hyperlink-hreflang><a
href="#hreflang3">hreflang</a></code>, and <code
- title=attr-hyperlink-type><a href="#type20">type</a></code> attributes
+ title=attr-hyperlink-type><a href="#type21">type</a></code> attributes
must be omitted if the <code title=attr-hyperlink-href><a
href="#href6">href</a></code> attribute is not present.
@@ -26811,13 +26811,12 @@
href="#form-owner">form owner</a>. The <code title=attr-fe-name><a
href="#name11">name</a></code> attribute represents the element's name.
- <p class=big-issue>...
-
<p>The <dfn id=disabled3
title=dom-fieldset-disabled><code>disabled</code></dfn> DOM attribute must
<a href="#reflect">reflect</a> the content attribute of the same name.
- <p class=big-issue>...
+ <p>The <dfn id=type11 title=dom-fieldset-type><code>type</code></dfn> DOM
+ attribute must return the string "<code title="">fieldset</code>".
<p>The <dfn id=elements4
title=dom-fieldset-elements><code>elements</code></dfn> DOM attribute must
@@ -26827,6 +26826,8 @@
href="#listed" title=category-listed>listed</a> elements that are
descendants of the <code><a href="#fieldset">fieldset</a></code> element.
+ <p class=big-issue>...
+
<h4 id=the-input><span class=secno>4.9.3 </span>The <dfn
id=input0><code>input</code></dfn> element</h4>
@@ -28449,7 +28450,7 @@
<dd>If there is no <code title=attr-script-src><a
href="#src9">src</a></code> attribute, depends on the value of the <code
- title=attr-script-type><a href="#type11">type</a></code> attribute.
+ title=attr-script-type><a href="#type12">type</a></code> attribute.
<dd>If there <em>is</em> a <code title=attr-script-src><a
href="#src9">src</a></code> attribute, the element must be empty.
@@ -28462,7 +28463,7 @@
<dd><code title=attr-script-defer><a href="#defer">defer</a></code>
- <dd><code title=attr-script-type><a href="#type11">type</a></code>
+ <dd><code title=attr-script-type><a href="#type12">type</a></code>
<dd><code title=attr-script-charset><a href="#charset2">charset</a></code>
@@ -28474,7 +28475,7 @@
attribute DOMString <code title=dom-script-src><a href="#src10">src</a></code>;
attribute boolean <code title=dom-script-async><a href="#async0">async</a></code>;
attribute boolean <code title=dom-script-defer><a href="#defer0">defer</a></code>;
- attribute DOMString <code title=dom-script-type><a href="#type12">type</a></code>;
+ attribute DOMString <code title=dom-script-type><a href="#type13">type</a></code>;
attribute DOMString <code title=dom-script-charset><a href="#charset3">charset</a></code>;
attribute DOMString <code title=dom-script-text><a href="#text1">text</a></code>;
};</pre>
@@ -28487,18 +28488,18 @@
inline or may be imported from an external file using the <code
title=attr-script-src><a href="#src9">src</a></code> attribute. If the
language is not that described by "<code title="">text/javascript</code>",
- then the <code title=attr-script-type><a href="#type11">type</a></code>
+ then the <code title=attr-script-type><a href="#type12">type</a></code>
attribute must be present. If the <code title=attr-script-type><a
- href="#type11">type</a></code> attribute is present, its value must be the
+ href="#type12">type</a></code> attribute is present, its value must be the
type of the script's language.
<p>When used to include data blocks, the data must be embedded inline, the
format of the data must be given using the <code title=attr-script-type><a
- href="#type11">type</a></code> attribute, and the <code
+ href="#type12">type</a></code> attribute, and the <code
title=attr-script-src><a href="#src9">src</a></code> attribute must not be
specified.
- <p>The <dfn id=type11 title=attr-script-type><code>type</code></dfn>
+ <p>The <dfn id=type12 title=attr-script-type><code>type</code></dfn>
attribute gives the language of the script or format of the data. If the
attribute is present, its value must be a valid MIME type, optionally with
parameters. The <code title="">charset</code> parameter must not be
@@ -28510,7 +28511,7 @@
if specified, gives the address of the external script resource to use.
The value of the attribute must be a <a href="#valid8">valid URL</a>
identifying a script resource of the type given by the <code
- title=attr-script-type><a href="#type11">type</a></code> attribute, if the
+ title=attr-script-type><a href="#type12">type</a></code> attribute, if the
attribute is present, or of the type "<code
title="">text/javascript</code>", if the attribute is absent.
@@ -28557,7 +28558,7 @@
of the synchronous blocking behavior that is the default.
<p>Changing the <code title=attr-script-src><a href="#src9">src</a></code>,
- <code title=attr-script-type><a href="#type11">type</a></code>, <code
+ <code title=attr-script-type><a href="#type12">type</a></code>, <code
title=attr-script-charset><a href="#charset2">charset</a></code>, <code
title=attr-script-async><a href="#async">async</a></code>, and <code
title=attr-script-defer><a href="#defer">defer</a></code> attributes
@@ -28610,16 +28611,16 @@
<ul class=brief>
<li>the <code><a href="#script1">script</a></code> element has a <code
- title=attr-script-type><a href="#type11">type</a></code> attribute and
+ title=attr-script-type><a href="#type12">type</a></code> attribute and
its value is the empty string, or
<li>the <code><a href="#script1">script</a></code> element has no <code
- title=attr-script-type><a href="#type11">type</a></code> attribute but
+ title=attr-script-type><a href="#type12">type</a></code> attribute but
it has a <code title=attr-script-language>language</code> attribute and
<em>that</em> attribute's value is the empty string, or
<li>the <code><a href="#script1">script</a></code> element has neither a
- <code title=attr-script-type><a href="#type11">type</a></code>
+ <code title=attr-script-type><a href="#type12">type</a></code>
attribute nor a <code title=attr-script-language>language</code>
attribute, then
</ul>
@@ -28629,7 +28630,7 @@
title="">text/javascript</code>".</p>
<p>Otherwise, if the <code><a href="#script1">script</a></code> element
- has a <code title=attr-script-type><a href="#type11">type</a></code>
+ has a <code title=attr-script-type><a href="#type12">type</a></code>
attribute, let <var><a href="#the-scripts">the script's type</a></var>
for this <code><a href="#script1">script</a></code> element be the value
of that attribute.</p>
@@ -28920,7 +28921,7 @@
</dl>
<p>The DOM attributes <dfn id=src10
- title=dom-script-src><code>src</code></dfn>, <dfn id=type12
+ title=dom-script-src><code>src</code></dfn>, <dfn id=type13
title=dom-script-type><code>type</code></dfn>, <dfn id=charset3
title=dom-script-charset><code>charset</code></dfn>, <dfn id=async0
title=dom-script-async><code>async</code></dfn>, and <dfn id=defer0
@@ -31464,7 +31465,7 @@
<dt>Element-specific attributes:
- <dd><code title=attr-command-type><a href="#type13">type</a></code>
+ <dd><code title=attr-command-type><a href="#type14">type</a></code>
<dd><code title=attr-command-label><a href="#label0">label</a></code>
@@ -31491,7 +31492,7 @@
<dd>
<pre
class=idl>interface <dfn id=htmlcommandelement>HTMLCommandElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
- attribute DOMString <a href="#type14" title=dom-command-type>type</a>;
+ attribute DOMString <a href="#type15" title=dom-command-type>type</a>;
attribute DOMString <a href="#label1" title=dom-command-label>label</a>;
attribute DOMString <a href="#icon0" title=dom-command-icon>icon</a>;
attribute boolean <a href="#disabled10" title=dom-command-disabled>disabled</a>;
@@ -31508,7 +31509,7 @@
<p>The <code><a href="#command0">command</a></code> element represents a
command that the user can invoke.
- <p>The <dfn id=type13 title=attr-command-type><code>type</code></dfn>
+ <p>The <dfn id=type14 title=attr-command-type><code>type</code></dfn>
attribute indicates the kind of command: either a normal command with an
associated action, or a state or option that can be toggled, or a
selection of one item from a list of items.</p>
@@ -31556,7 +31557,7 @@
title=attr-command-radiogroup><code>radiogroup</code></dfn> attribute
gives the name of the group of commands that will be toggled when the
command itself is toggled, for commands whose <code
- title=attr-command-type><a href="#type13">type</a></code> attribute has
+ title=attr-command-type><a href="#type14">type</a></code> attribute has
the value "<code title="">radio</code>". The scope of the name is the
child list of the parent element.
@@ -31577,7 +31578,7 @@
attributes off, and that has a default command.</p>
</div>
- <p>The <dfn id=type14 title=dom-command-type><code>type</code></dfn>, <dfn
+ <p>The <dfn id=type15 title=dom-command-type><code>type</code></dfn>, <dfn
id=label1 title=dom-command-label><code>label</code></dfn>, <dfn id=icon0
title=dom-command-icon><code>icon</code></dfn>, <dfn id=disabled10
title=dom-command-disabled><code>disabled</code></dfn>, <dfn id=checked2
@@ -31589,11 +31590,11 @@
<p>The <dfn id=click title=dom-command-click><code>click()</code></dfn>
method's behavior depends on the value of the <code
- title=attr-command-type><a href="#type13">type</a></code> attribute of the
+ title=attr-command-type><a href="#type14">type</a></code> attribute of the
element, as follows:
<dl class=switch>
- <dt>If the <code title=attr-command-type><a href="#type13">type</a></code>
+ <dt>If the <code title=attr-command-type><a href="#type14">type</a></code>
attribute has the value <code title="">checkbox</code>
<dd>
@@ -31605,7 +31606,7 @@
must then <a href="#firing">fire a <code title="">click</code> event</a>
at the element.
- <dt>If the <code title=attr-command-type><a href="#type13">type</a></code>
+ <dt>If the <code title=attr-command-type><a href="#type14">type</a></code>
attribute has the value <code title="">radio</code>
<dd>
@@ -31669,14 +31670,14 @@
<dt>Element-specific attributes:
- <dd><code title=attr-command-type><a href="#type13">type</a></code>
+ <dd><code title=attr-command-type><a href="#type14">type</a></code>
<dt>DOM interface:
<dd>
<pre
class=idl>interface <dfn id=htmlbrowserbuttonelement>HTMLBrowserButtonElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
- attribute DOMString <a href="#type16" title=dom-bb-type>type</a>;
+ attribute DOMString <a href="#type17" title=dom-bb-type>type</a>;
readonly attribute boolean <a href="#supported" title=dom-bb-supported>supported</a>;
readonly attribute boolean <a href="#disabled11" title=dom-bb-disabled>disabled</a>;
};</pre>
@@ -31688,9 +31689,9 @@
<p>The <code><a href="#bb">bb</a></code> element represents a user agent
command that the user can invoke.
- <p>The <dfn id=type15 title=attr-bb-type><code>type</code></dfn> attribute
+ <p>The <dfn id=type16 title=attr-bb-type><code>type</code></dfn> attribute
indicates the kind of command. The <code title=attr-bb-type><a
- href="#type15">type</a></code> attribute is an <a
+ href="#type16">type</a></code> attribute is an <a
href="#enumerated">enumerated attribute</a>. The following table lists the
keywords and states for the attribute — the keywords in the left
column map to the states listed in the cell in the second column on the
@@ -31723,10 +31724,10 @@
is to not do anything, and the <i>relevance</i> is unconditionally false.
<p>A <code><a href="#bb">bb</a></code> element whose <code
- title=attr-bb-type><a href="#type15">type</a></code> attribute is in a
+ title=attr-bb-type><a href="#type16">type</a></code> attribute is in a
state whose <i>relevance</i> is true must be enabled. Conversely, a
<code><a href="#bb">bb</a></code> element whose <code
- title=attr-bb-type><a href="#type15">type</a></code> attribute is in a
+ title=attr-bb-type><a href="#type16">type</a></code> attribute is in a
state whose <i>relevance</i> is false must be disabled.
<p>If a <code><a href="#bb">bb</a></code> element is enabled, it must match
@@ -31736,24 +31737,24 @@
<p>User agents should allow users to invoke <code><a
href="#bb">bb</a></code> elements when they are enabled. When a user
invokes a <code><a href="#bb">bb</a></code> element, its <code
- title=attr-bb-type><a href="#type15">type</a></code> attribute's state's
+ title=attr-bb-type><a href="#type16">type</a></code> attribute's state's
<i>action</i> must be invoked.
<p>When the element has no descendant element children and has no
descendant text node children of non-zero length, the element represents a
browser button with a user-agent-defined icon or text representing the
- <code title=attr-bb-type><a href="#type15">type</a></code> attribute's
+ <code title=attr-bb-type><a href="#type16">type</a></code> attribute's
state's <i>action</i> and <i>relevance</i> (enabled vs disabled).
Otherwise, the element represents its descendants.
- <p>The <dfn id=type16 title=dom-bb-type><code>type</code></dfn> DOM
+ <p>The <dfn id=type17 title=dom-bb-type><code>type</code></dfn> DOM
attribute must <a href="#reflect">reflect</a> the content attribute of the
same name.
<p>The <dfn id=supported
title=dom-bb-supported><code>supported</code></dfn> DOM attribute must
return true if the <code title=attr-bb-type><a
- href="#type15">type</a></code> attribute is in a state other than the <i
+ href="#type16">type</a></code> attribute is in a state other than the <i
title=attr-bb-type-null-state><a href="#null">null</a></i> state and the
user agent supports that state's <i>action</i> (i.e. when the attribute's
value is one that the user agent recognises and supports), and false
@@ -31762,7 +31763,7 @@
<p>The <dfn id=disabled11 title=dom-bb-disabled><code>disabled</code></dfn>
DOM attribute must return true if the element is disabled, and false
otherwise (i.e. it returns the opposite of the <code title=attr-bb-type><a
- href="#type15">type</a></code> attribute's state's <i>relevance</i>).
+ href="#type16">type</a></code> attribute's state's <i>relevance</i>).
<h5 id=browser><span class=secno>4.11.4.1. </span>Browser button types</h5>
@@ -31853,7 +31854,7 @@
<dd><a href="#flow-content0">Flow content</a>.
<dd>If the element's <code title=attr-menu-type><a
- href="#type17">type</a></code> attribute is in the <a href="#tool-bar"
+ href="#type18">type</a></code> attribute is in the <a href="#tool-bar"
title="tool bar state">tool bar</a> state: <a
href="#interactive1">Interactive content</a>.
@@ -31875,7 +31876,7 @@
<dt>Element-specific attributes:
- <dd><code title=attr-menu-type><a href="#type17">type</a></code>
+ <dd><code title=attr-menu-type><a href="#type18">type</a></code>
<dd><code title=attr-menu-label><a href="#label2">label</a></code>
@@ -31884,7 +31885,7 @@
<dd>
<pre
class=idl>interface <dfn id=htmlmenuelement>HTMLMenuElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
- attribute DOMString <a href="#type18" title=dom-menu-type>type</a>;
+ attribute DOMString <a href="#type19" title=dom-menu-type>type</a>;
attribute DOMString <a href="#label3" title=dom-menu-label>label</a>;
};</pre>
</dl>
@@ -31892,7 +31893,7 @@
<p>The <code><a href="#menu">menu</a></code> element represents a list of
commands.
- <p>The <dfn id=type17 title=attr-menu-type><code>type</code></dfn>
+ <p>The <dfn id=type18 title=attr-menu-type><code>type</code></dfn>
attribute is an <a href="#enumerated">enumerated attribute</a> indicating
the kind of menu being declared. The attribute has three states. The <code
title=attr-menu-type-context>context</code> keyword maps to the <dfn
@@ -31907,19 +31908,19 @@
bar.
<p>If a <code><a href="#menu">menu</a></code> element's <code
- title=attr-menu-type><a href="#type17">type</a></code> attribute is in the
+ title=attr-menu-type><a href="#type18">type</a></code> attribute is in the
<a href="#context1" title="context menu state">context menu</a> state,
then the element represents the commands of a context menu, and the user
can only interact with the commands if that context menu is activated.
<p>If a <code><a href="#menu">menu</a></code> element's <code
- title=attr-menu-type><a href="#type17">type</a></code> attribute is in the
+ title=attr-menu-type><a href="#type18">type</a></code> attribute is in the
<a href="#tool-bar" title="tool bar state">tool bar</a> state, then the
element represents a list of active commands that the user can immediately
interact with.
<p>If a <code><a href="#menu">menu</a></code> element's <code
- title=attr-menu-type><a href="#type17">type</a></code> attribute is in the
+ title=attr-menu-type><a href="#type18">type</a></code> attribute is in the
<a href="#list" title="list state">list</a> state, then the element either
represents an unordered list of items (each represented by an <code><a
href="#li">li</a></code> element), each of which represents a command that
@@ -31933,7 +31934,7 @@
another menu would use the nested menu's <code title=attr-menu-label><a
href="#label2">label</a></code> attribute for the submenu's menu label.
- <p>The <dfn id=type18 title=dom-menu-type><code>type</code></dfn> and <dfn
+ <p>The <dfn id=type19 title=dom-menu-type><code>type</code></dfn> and <dfn
id=label3 title=dom-menu-label><code>label</code></dfn> DOM attributes
must <a href="#reflect">reflect</a> the content attributes of the same
name.
@@ -32214,7 +32215,7 @@
visible.
<p>When a <code><a href="#menu">menu</a></code> element has a <code
- title=attr-menu-type><a href="#type17">type</a></code> attribute with the
+ title=attr-menu-type><a href="#type18">type</a></code> attribute with the
value <code title="">toolbar</code>, then the user agent must <a
href="#building0" title="building menus and tool bars">build</a> the menu
for that <code><a href="#menu">menu</a></code> element and <span
@@ -32237,7 +32238,7 @@
title=concept-facet>facets</dfn>:
<dl>
- <dt><dfn id=type19 title=command-facet-Type>Type</dfn>
+ <dt><dfn id=type20 title=command-facet-Type>Type</dfn>
<dd>The kind of command: "command", meaning it is a normal command;
"radio", meaning that triggering the command will, amongst other things,
@@ -32337,7 +32338,7 @@
title=dom-command-ro-commandType><code>commandType</code></dfn> attribute
must return a string whose value is either "<code
title="">command</code>", "<code title="">radio</code>", or "<code
- title="">checked</code>", depending on whether the <a href="#type19"
+ title="">checked</code>", depending on whether the <a href="#type20"
title=command-facet-Type>Type</a> of the command defined by the element is
"command", "radio", or "checked" respectively. If the element does not
define a command, it must return null.
@@ -32446,7 +32447,7 @@
title=attr-hyperlink-href><a href="#href6">href</a></code> attribute <a
href="#command1" title=concept-command>defines a command</a>.
- <p>The <a href="#type19" title=command-facet-Type>Type</a> of the command
+ <p>The <a href="#type20" title=command-facet-Type>Type</a> of the command
is "command".
<p>The <a href="#id1" title=command-facet-ID>ID</a> of the command is the
@@ -32495,7 +32496,7 @@
<p>A <code><a href="#button">button</a></code> element always <a
href="#command1" title=concept-command>defines a command</a>.
- <p>The <a href="#type19" title=command-facet-Type>Type</a>, <a href="#id1"
+ <p>The <a href="#type20" title=command-facet-Type>Type</a>, <a href="#id1"
title=command-facet-ID>ID</a>, <a href="#label4"
title=command-facet-Label>Label</a>, <a href="#hint"
title=command-facet-Hint>Hint</a>, <a href="#icon1"
@@ -32523,7 +32524,7 @@
title=attr-input-type-checkbox>Checkbox</span> states <a href="#command1"
title=concept-command>defines a command</a>.
- <p>The <a href="#type19" title=command-facet-Type>Type</a> of the command
+ <p>The <a href="#type20" title=command-facet-Type>Type</a> of the command
is "radio" if the <code title=attr-input-type>type</code> attribute is in
the <code title=attr-input-type-radio>Radio Button</code> state,
"checkbox" if the <code title=attr-input-type>type</code> attribute is in
@@ -32538,13 +32539,13 @@
<p>The <a href="#label4" title=command-facet-Label>Label</a> of the command
depends on the Type of the command:
- <p>If the <a href="#type19" title=command-facet-Type>Type</a> is "command",
+ <p>If the <a href="#type20" title=command-facet-Type>Type</a> is "command",
then it is the string given by the <code
title=attr-input-value>value</code> attribute, if any, and a
<span>UA-dependent value</span><!-- XXX xref--> that the UA uses to label
the button itself if the attribute is absent.
- <p>Otherwise, the <a href="#type19" title=command-facet-Type>Type</a> is
+ <p>Otherwise, the <a href="#type20" title=command-facet-Type>Type</a> is
"radio" or "checkbox". If the element has a <code><a
href="#label">label</a></code> element associated with it, the <code><a
href="#textcontent">textContent</a></code> of the first such element is
@@ -32574,7 +32575,7 @@
title=concept-fe-disabled>disabled</a> state of the control.
<p>The <a href="#checked3" title=command-facet-CheckedState>Checked
- State</a> of the command is true if the command is of <a href="#type19"
+ State</a> of the command is true if the command is of <a href="#type20"
title=command-facet-Type>Type</a> "radio" or "checkbox" and the element
has a <code title=attr-input-checked>checked</code> attribute, and false
otherwise.
@@ -32596,7 +32597,7 @@
title=attr-option-value>value</code> attribute that is not the empty
string <a href="#command1" title=concept-command>defines a command</a>.
- <p>The <a href="#type19" title=command-facet-Type>Type</a> of the command
+ <p>The <a href="#type20" title=command-facet-Type>Type</a> of the command
is "radio" if the <code><a href="#option">option</a></code>'s nearest
ancestor <code><a href="#select">select</a></code> element has no <code
title=attr-select-multiple>multiple</code> attribute, and "checkbox" if it
@@ -32637,8 +32638,8 @@
otherwise.
<p>The <a href="#action2" title=command-facet-Action>Action</a> of the
- command depends on its <a href="#type19"
- title=command-facet-Type>Type</a>. If the command is of <a href="#type19"
+ command depends on its <a href="#type20"
+ title=command-facet-Type>Type</a>. If the command is of <a href="#type20"
title=command-facet-Type>Type</a> "radio" then this must set the <code
title=dom-option-selected>selected</code> DOM attribute of the <code><a
href="#option">option</a></code> element to true, otherwise it must toggle
@@ -32656,9 +32657,9 @@
<p>A <code><a href="#command0">command</a></code> element <a
href="#command1" title=concept-command>defines a command</a>.
- <p>The <a href="#type19" title=command-facet-Type>Type</a> of the command
+ <p>The <a href="#type20" title=command-facet-Type>Type</a> of the command
is "radio" if the <code><a href="#command0">command</a></code>'s <code
- title=attr-command-type><a href="#type13">type</a></code> attribute is
+ title=attr-command-type><a href="#type14">type</a></code> attribute is
"<code>radio</code>", "checkbox" if the attribute's value is
"<code>checkbox</code>", and "command" otherwise.
@@ -32715,7 +32716,7 @@
<p>A <code><a href="#bb">bb</a></code> element always <a href="#command1"
title=concept-command>defines a command</a>.
- <p>The <a href="#type19" title=command-facet-Type>Type</a> of the command
+ <p>The <a href="#type20" title=command-facet-Type>Type</a> of the command
is "command".
<p>The <a href="#id1" title=command-facet-ID>ID</a> of the command is the
@@ -32728,14 +32729,14 @@
href="#textcontent">textContent</a></code> DOM attribute, if that is not
the empty string, or a user-agent-defined string appropriate for the
<code><a href="#bb">bb</a></code> element's <code title=attr-bb-type><a
- href="#type15">type</a></code> attribute's state.
+ href="#type16">type</a></code> attribute's state.
<p>The <a href="#hint" title=command-facet-Hint>Hint</a> of the command is
the value of the <code title=attr-title><a href="#title">title</a></code>
attribute of the element. If the attribute is not present, the <a
href="#hint" title=command-facet-Hint>Hint</a> is a user-agent-defined
string appropriate for the <code><a href="#bb">bb</a></code> element's
- <code title=attr-bb-type><a href="#type15">type</a></code> attribute's
+ <code title=attr-bb-type><a href="#type16">type</a></code> attribute's
state.
<p>The <a href="#icon1" title=command-facet-Icon>Icon</a> of the command is
@@ -32747,12 +32748,12 @@
Otherwise, the <a href="#icon1" title=command-facet-Icon>Icon</a> is a
user-agent-defined image appropriate for the <code><a
href="#bb">bb</a></code> element's <code title=attr-bb-type><a
- href="#type15">type</a></code> attribute's state.
+ href="#type16">type</a></code> attribute's state.
<p>The <a href="#hidden" title=command-facet-HiddenState>Hidden State</a>
facet of the command is true (hidden) if the <code><a
href="#bb">bb</a></code> element's <code title=attr-bb-type><a
- href="#type15">type</a></code> attribute's state is <i
+ href="#type16">type</a></code> attribute's state is <i
title=attr-bb-type-null-state><a href="#null">null</a></i> or if the
element has a <code title=attr-hidden><a href="#hidden1">hidden</a></code>
attribute, and false otherwise.
@@ -32760,7 +32761,7 @@
<p>The <a href="#disabled12" title=command-facet-DisabledState>Disabled
State</a> facet of the command is true if the <code><a
href="#bb">bb</a></code> element's <code title=attr-bb-type><a
- href="#type15">type</a></code> attribute's state's <i>relevance</i> is
+ href="#type16">type</a></code> attribute's state's <i>relevance</i> is
false, and true otherwise.
<p>The <a href="#checked3" title=command-facet-CheckedState>Checked
@@ -32769,7 +32770,7 @@
<p>The <a href="#action2" title=command-facet-Action>Action</a> of the
command is to perform the <i>action</i> of the <code><a
href="#bb">bb</a></code> element's <code title=attr-bb-type><a
- href="#type15">type</a></code> attribute's state.
+ href="#type16">type</a></code> attribute's state.
<h3 id=datatemplate><span class=secno>4.12 </span>Data Templates</h3>
@@ -40657,12 +40658,12 @@
must use only language information associated with the resource to
determine its language, not metadata included in the link to the resource.
- <p>The <dfn id=type20 title=attr-hyperlink-type><code>type</code></dfn>
+ <p>The <dfn id=type21 title=attr-hyperlink-type><code>type</code></dfn>
attribute, if present, gives the MIME type of the linked resource. It is
purely advisory. The value must be a valid MIME type, optionally with
parameters. <a href="#references">[RFC2046]</a> User agents must not
consider the <code title=attr-hyperlink-type><a
- href="#type20">type</a></code> attribute authoritative — upon
+ href="#type21">type</a></code> attribute authoritative — upon
fetching the resource, user agents must not use metadata included in the
link to the resource to determine its type.
@@ -41186,7 +41187,7 @@
<p>The nature of the referenced document is given by the <code
title=attr-hyperlink-media><a href="#media14">media</a></code>, <code
title=attr-hyperlink-hreflang><a href="#hreflang3">hreflang</a></code>,
- and <code title=attr-hyperlink-type><a href="#type20">type</a></code>
+ and <code title=attr-hyperlink-type><a href="#type21">type</a></code>
attributes.
<p>If the <code title=rel-alternate><a
@@ -41204,14 +41205,14 @@
<p>If the <code title=rel-alternate><a
href="#alternate">alternate</a></code> keyword is used with the <code
- title=attr-hyperlink-type><a href="#type20">type</a></code> attribute, it
+ title=attr-hyperlink-type><a href="#type21">type</a></code> attribute, it
indicates that the referenced document is a reformulation of the current
document in the specified format.
<p>The <code title=attr-hyperlink-media><a
href="#media14">media</a></code>, <code title=attr-hyperlink-hreflang><a
href="#hreflang3">hreflang</a></code>, and <code
- title=attr-hyperlink-type><a href="#type20">type</a></code> attributes can
+ title=attr-hyperlink-type><a href="#type21">type</a></code> attributes can
be combined when specified with the <code title=rel-alternate><a
href="#alternate">alternate</a></code> keyword.
@@ -41224,7 +41225,7 @@
<p>If the <code title=rel-alternate><a
href="#alternate">alternate</a></code> keyword is used with the <code
- title=attr-hyperlink-type><a href="#type20">type</a></code> attribute set
+ title=attr-hyperlink-type><a href="#type21">type</a></code> attribute set
to the value <code title="">application/rss+xml</code> or the value <code
title="">application/atom+xml</code>, then the user agent must treat the
link as it would if it had the <code title=rel-feed><a
Received on Monday, 15 September 2008 11:48:41 UTC