html5/spec Overview.html,1.981,1.982

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

Modified Files:
	Overview.html 
Log Message:
Hm, that didn't work well. Let's try just smashing it together for now. (whatwg r1792)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.981
retrieving revision 1.982
diff -u -d -r1.981 -r1.982
--- Overview.html	24 Jun 2008 00:21:08 -0000	1.981
+++ Overview.html	24 Jun 2008 00:24:38 -0000	1.982
@@ -30667,8 +30667,6 @@
   <p>When the <a href="#script2">script execution context</a> of a script is
    an empty object, it can't do anything that interacts with the environment.
 
-  <hr>
-
   <p>A <a href="#script2">script execution context</a> always has an
    associated <a href="#browsing1">browsing context</a>, known as the <dfn
    id=script3>script browsing context</dfn>. If the <a href="#script2">script
@@ -30678,8 +30676,6 @@
    associated explicitly with a <a href="#browsing1">browsing context</a>
    when it is created.
 
-  <hr>
-
   <p>It is said that <dfn id=scripting1>scripting is disabled</dfn> in a <a
    href="#script2">script execution context</a> when any of the following
    conditions are true:
@@ -30727,8 +30723,6 @@
    will disable any event handler attributes, event listeners, timeouts, etc,
    that were set by scripts in the document.
 
-  <hr>
-
   <p>Every script whose <a href="#script2">script execution context</a> is a
    <code><a href="#window">Window</a></code> object is also associated with a
    <code>Document</code> object, known as its <dfn id=script4>script document

Received on Tuesday, 24 June 2008 00:25:15 UTC