html5/spec Overview.html,1.905,1.906

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1576

Modified Files:
	Overview.html 
Log Message:
Remove some simplicity from the draft. (whatwg r1719)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.905
retrieving revision 1.906
diff -u -d -r1.905 -r1.906
--- Overview.html	3 Jun 2008 10:32:38 -0000	1.905
+++ Overview.html	3 Jun 2008 11:27:43 -0000	1.906
@@ -6205,8 +6205,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
@@ -7587,8 +7587,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>
@@ -12074,9 +12074,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
@@ -27076,8 +27075,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

Received on Tuesday, 3 June 2008 11:28:20 UTC