html5/spec Overview.html,1.4216,1.4217

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

Modified Files:
	Overview.html 
Log Message:
Use a better name than 'write-neutralized'. (whatwg r5294)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4216
retrieving revision 1.4217
diff -u -d -r1.4216 -r1.4217
--- Overview.html	16 Aug 2010 18:27:51 -0000	1.4216
+++ Overview.html	16 Aug 2010 19:07:27 -0000	1.4217
@@ -9829,7 +9829,7 @@
    <li>
 
     <p>If the <a href="#insertion-point">insertion point</a> is undefined and the
-    <code><a href="#document">Document</a></code> has the <a href="#write-neutralised">"write-neutralised"</a>
+    <code><a href="#document">Document</a></code> has the <a href="#ignore-destructive-writes">"ignore-destructive-writes"</a>
     flag set, then abort these steps.</p>
 
    </li>
@@ -12044,13 +12044,13 @@
   <a href="#parser-inserted">"parser-inserted"</a>, to let the parser know when to
   execute the script.</p>
 
-  <p>The fourth is a flag indicating whether or not the script block
-  is <dfn id="write-neutralised">"write-neutralised"</dfn>. Initially, <code><a href="#script">script</a></code>
-  elements must have this flag unset (script blocks, when created, are
-  not "write-neutralised"). This flag is used to ensure that scripts
-  <em>not</em> inserted by the parser but inserted while a parser is
-  active do not blow away the document if they use the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code>
-  API. <code><a href="#document">Document</a></code> objects can also have this flag set; it's
+  <p>The fourth is a flag is the <dfn id="ignore-destructive-writes">"ignore-destructive-writes"</dfn> flag.
+  Initially, <code><a href="#script">script</a></code> elements must have this flag unset
+  (script blocks, when created, do not have a "ignore-destructive-writes"
+  flag). This flag is used to ensure that scripts <em>not</em>
+  inserted by the parser but inserted while a parser is active do not
+  blow away the document if they use the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> API.
+  <code><a href="#document">Document</a></code> objects can also have this flag set; it's
   propagated to the <code><a href="#document">Document</a></code> when the script runs.</p>
 
   <p>The fifth and sixth pieces of state are <dfn id="the-script-block-s-type"><var>the script
@@ -12178,7 +12178,7 @@
     parser</a>, and the parser's <a href="#script-nesting-level">script nesting level</a>
     is non-zero, but this <code><a href="#script">script</a></code> element does not have
     the <a href="#parser-inserted">"parser-inserted"</a> flag set, the user agent must
-    set the element's <a href="#write-neutralised">"write-neutralised"</a> flag.</p>
+    set the element's <a href="#ignore-destructive-writes">"ignore-destructive-writes"</a> flag.</p>
 
    </li>
 
@@ -12425,10 +12425,10 @@
      <li>
 
       <p>If the <code><a href="#script">script</a></code> element's
-      <a href="#write-neutralised">"write-neutralised"</a> flag is set, then flag the
+      <a href="#ignore-destructive-writes">"ignore-destructive-writes"</a> flag is set, then flag the
       <code><a href="#document">Document</a></code> the <code><a href="#script">script</a></code> element was in
-      when the <a href="#write-neutralised">"write-neutralised"</a> flag was set as being
-      itself <a href="#write-neutralised">"write-neutralised"</a>. Let <var title="">neutralised doc</var> be that
+      when the <a href="#ignore-destructive-writes">"ignore-destructive-writes"</a> flag was set as being
+      itself <a href="#ignore-destructive-writes">"ignore-destructive-writes"</a>. Let <var title="">neutralized doc</var> be that
       <code><a href="#document">Document</a></code>.</p>
 
       <!-- theorem: this can only happen when the parser nesting
@@ -12453,7 +12453,7 @@
 
      <li>
 
-      <p>Remove the <a href="#write-neutralised">"write-neutralised"</a> flag from <var title="">neutralised doc</var>, if it was set in the earlier
+      <p>Remove the <a href="#ignore-destructive-writes">"ignore-destructive-writes"</a> flag from <var title="">neutralized doc</var>, if it was set in the earlier
       step.</p>
 
      </li>

Received on Monday, 16 August 2010 19:07:33 UTC