[html5] r1719 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 3 04:27:40 PDT 2008
Author: ianh
Date: 2008-06-03 04:27:39 -0700 (Tue, 03 Jun 2008)
New Revision: 1719
Modified:
index
source
Log:
[e] (0) Remove some simplicity from the draft.
Modified: index
===================================================================
--- index 2008-06-03 10:32:34 UTC (rev 1718)
+++ index 2008-06-03 11:27:39 UTC (rev 1719)
@@ -6121,8 +6121,8 @@
the attribute represents that state. Otherwise, if the attribute value
matches none of the keywords but there is a <em>missing value default</em>
state defined, then <em>that</em> is the state represented by the
- attribute. Otherwise, there is no default, and invalid values must simply
- be ignored.
+ attribute. Otherwise, there is no default, and invalid values must be
+ ignored.
<p>When the attribute is <em>not</em> specified, if there is a <em>missing
value default</em> state defined, then that is the state represented by
@@ -7503,8 +7503,8 @@
the bottom and the top of the element are in the viewport, with the bottom
of the element aligned with the bottom of the viewport. If it isn't
possible to show the entire element in that way, or if the argument is
- omitted or is true, then the user agent must instead simply align the top
- of the element with the top of the viewport.
+ omitted or is true, then the user agent must instead align the top of the
+ element with the top of the viewport.
<p>Non-visual user agents may ignore the argument, or may treat it in some
media-specific manner most useful to the user.</p>
@@ -11990,9 +11990,8 @@
how much work the task requires in total. The units are arbitrary and not
specified.
- <p>Instead of using the attributes, authors are recommended to simply
- include the current value and the maximum value inline as text inside the
- element.
+ <p>Instead of using the attributes, authors are recommended to include the
+ current value and the maximum value inline as text inside the element.
<div class=example>
<p>Here is a snippet of a Web application that shows the progress of some
@@ -26992,8 +26991,8 @@
href="#command2">Command</a></code> interface are read-only. Elements
implementing this interface may implement other interfaces that have
attributes with identical names but that are mutable; in bindings that
- simply flatten all supported interfaces on the object, the mutable
- attributes must shadow the readonly attributes defined in the <code
+ flatten all supported interfaces on the object, the mutable attributes
+ must shadow the readonly attributes defined in the <code
title=command-ro><a href="#command2">Command</a></code> interface.
<p>The <dfn id=commandtype
Modified: source
===================================================================
--- source 2008-06-03 10:32:34 UTC (rev 1718)
+++ source 2008-06-03 11:27:39 UTC (rev 1719)
@@ -4581,7 +4581,7 @@
keywords but there is a <em>missing value default</em> state
defined, then <em>that</em> is the state represented by the
attribute. Otherwise, there is no default, and invalid values must
- simply be ignored.</p>
+ be ignored.</p>
<p>When the attribute is <em>not</em> specified, if there is a
<em>missing value default</em> state defined, then that is the state
@@ -5984,8 +5984,8 @@
with the bottom of the element aligned with the bottom of the
viewport. If it isn't possible to show the entire element in that
way, or if the argument is omitted or is true, then the user agent
- must instead simply align the top of the element with the top of
- the viewport.</p>
+ must instead align the top of the element with the top of the
+ viewport.</p>
<p>Non-visual user agents may ignore the argument, or may treat it
in some media-specific manner most useful to the user.</p>
@@ -10090,8 +10090,8 @@
arbitrary and not specified.</p>
<p>Instead of using the attributes, authors are recommended to
- simply include the current value and the maximum value inline as
- text inside the element.</p>
+ include the current value and the maximum value inline as text
+ inside the element.</p>
<div class="example">
<p>Here is a snippet of a Web application that shows the progress
@@ -24703,15 +24703,16 @@
readonly attribute <span>Command</span> <span title="dom-command-ro-command">command</span>;
};</pre>
- <p>The <code title="command-ro">Command</code> interface is implemented by any element
- capable of defining a command. (If an element can define a command,
- its definition will list this interface explicitly.) All the
- attributes of the <code title="command-ro">Command</code> interface are
- read-only. Elements implementing this interface may implement other
- interfaces that have attributes with identical names but that are
- mutable; in bindings that simply flatten all supported interfaces on
- the object, the mutable attributes must shadow the readonly
- attributes defined in the <code title="command-ro">Command</code> interface.</p>
+ <p>The <code title="command-ro">Command</code> interface is
+ implemented by any element capable of defining a command. (If an
+ element can define a command, its definition will list this
+ interface explicitly.) All the attributes of the <code
+ title="command-ro">Command</code> interface are read-only. Elements
+ implementing this interface may implement other interfaces that have
+ attributes with identical names but that are mutable; in bindings
+ that flatten all supported interfaces on the object, the mutable
+ attributes must shadow the readonly attributes defined in the <code
+ title="command-ro">Command</code> interface.</p>
<p>The <dfn
title="dom-command-ro-commandType"><code>commandType</code></dfn>
More information about the Commit-Watchers
mailing list