[html5] r7661 - [e] (0) Cleanup Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 25 21:47:14 PST 2013


Author: ianh
Date: 2013-01-25 21:47:13 -0800 (Fri, 25 Jan 2013)
New Revision: 7661

Modified:
   complete.html
   index
   source
Log:
[e] (0) Cleanup
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-01-26 05:44:51 UTC (rev 7660)
+++ complete.html	2013-01-26 05:47:13 UTC (rev 7661)
@@ -1009,8 +1009,7 @@
      <li><a href=#processing-model-5><span class=secno>8.5.3 </span>Processing model</a></ol></li>
    <li><a href=#editing-0><span class=secno>8.6 </span>Editing</a>
     <ol>
-     <li><a href=#contenteditable><span class=secno>8.6.1 </span>Making document regions editable: The <code title=attr-contenteditable>contenteditable</code> content
-  attribute</a></li>
+     <li><a href=#contenteditable><span class=secno>8.6.1 </span>Making document regions editable: The <code title=attr-contenteditable>contenteditable</code> content attribute</a></li>
      <li><a href=#making-entire-documents-editable:-the-designmode-idl-attribute><span class=secno>8.6.2 </span>Making entire documents editable: The <code title=dom-document-designMode>designMode</code> IDL attribute</a></li>
      <li><a href=#best-practices-for-in-page-editors><span class=secno>8.6.3 </span>Best practices for in-page editors</a></li>
      <li><a href=#editing-apis><span class=secno>8.6.4 </span>Editing APIs</a></li>
@@ -77083,32 +77082,28 @@
 
   <h3 id=editing-0><span class=secno>8.6 </span>Editing</h3>
 
-  <h4 id=contenteditable><span class=secno>8.6.1 </span>Making document regions editable: The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> content
-  attribute</h4>
+  <h4 id=contenteditable><span class=secno>8.6.1 </span>Making document regions editable: The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> content attribute</h4>
 
-  <p>The <dfn id=attr-contenteditable title=attr-contenteditable><code>contenteditable</code></dfn>
-  attribute is an <a href=#enumerated-attribute>enumerated attribute</a> whose keywords are
-  the empty string, <code title="">true</code>, and <code title="">false</code>. The empty string and the <code title="">true</code> keyword map to the <i>true</i> state. The <code title="">false</code> keyword maps to the <i>false</i> state. In
-  addition, there is a third state, the <i>inherit</i> state, which is
-  the <i>missing value default</i> (and the <i>invalid value
-  default</i>).</p>
+  <p>The <dfn id=attr-contenteditable title=attr-contenteditable><code>contenteditable</code></dfn> attribute is an
+  <a href=#enumerated-attribute>enumerated attribute</a> whose keywords are the empty string, <code title="">true</code>,
+  and <code title="">false</code>. The empty string and the <code title="">true</code> keyword map
+  to the <i>true</i> state. The <code title="">false</code> keyword maps to the <i>false</i> state.
+  In addition, there is a third state, the <i>inherit</i> state, which is the <i>missing value
+  default</i> (and the <i>invalid value default</i>).</p>
 
-  <p>The <i>true</i> state indicates that the element is editable. The
-  <i>inherit</i> state indicates that the element is editable if its
-  parent is. The <i>false</i> state indicates that the element is not
-  editable.</p>
+  <p>The <i>true</i> state indicates that the element is editable. The <i>inherit</i> state
+  indicates that the element is editable if its parent is. The <i>false</i> state indicates that the
+  element is not editable.</p>
 
   <dl class=domintro><dt><var title="">element</var> . <code title=dom-contentEditable><a href=#dom-contenteditable>contentEditable</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns "<code title="">true</code>", "<code title="">false</code>", or "<code title="">inherit</code>", based
-    on the state of the <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute.</p>
+    <p>Returns "<code title="">true</code>", "<code title="">false</code>", or "<code title="">inherit</code>", based on the state of the <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute.</p>
 
     <p>Can be set, to change that state.</p>
 
-    <p>Throws a <code><a href=#syntaxerror>SyntaxError</a></code> exception if the new value
-    isn't one of those strings.</p>
+    <p>Throws a <code><a href=#syntaxerror>SyntaxError</a></code> exception if the new value isn't one of those strings.</p>
 
    </dd>
 
@@ -77122,24 +77117,21 @@
 
   </dl><div class=impl>
 
-  <p>The <dfn id=dom-contenteditable title=dom-contentEditable><code>contentEditable</code></dfn> IDL
-  attribute, on getting, must return the string "<code title="">true</code>" if the content attribute is set to the true
-  state, "<code title="">false</code>" if the content attribute is set
-  to the false state, and "<code title="">inherit</code>"
-  otherwise. On setting, if the new value is an <a href=#ascii-case-insensitive>ASCII
-  case-insensitive</a> match for the string "<code title="">inherit</code>" then the content attribute must be removed,
-  if the new value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for
-  the string "<code title="">true</code>" then the content attribute
-  must be set to the string "<code title="">true</code>", if the new
-  value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string
-  "<code title="">false</code>" then the content attribute must be set
-  to the string "<code title="">false</code>", and otherwise the
-  attribute setter must throw a <code><a href=#syntaxerror>SyntaxError</a></code> exception.</p>
+  <p>The <dfn id=dom-contenteditable title=dom-contentEditable><code>contentEditable</code></dfn> IDL attribute, on
+  getting, must return the string "<code title="">true</code>" if the content attribute is set to
+  the true state, "<code title="">false</code>" if the content attribute is set to the false state,
+  and "<code title="">inherit</code>" otherwise. On setting, if the new value is an <a href=#ascii-case-insensitive>ASCII
+  case-insensitive</a> match for the string "<code title="">inherit</code>" then the content
+  attribute must be removed, if the new value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for
+  the string "<code title="">true</code>" then the content attribute must be set to the string
+  "<code title="">true</code>", if the new value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for
+  the string "<code title="">false</code>" then the content attribute must be set to the string
+  "<code title="">false</code>", and otherwise the attribute setter must throw a
+  <code><a href=#syntaxerror>SyntaxError</a></code> exception.</p>
 
-  <p>The <dfn id=dom-iscontenteditable title=dom-isContentEditable><code>isContentEditable</code></dfn>
-  IDL attribute, on getting, must return true if the element is either
-  an <a href=#editing-host>editing host</a> or <a href=#editable>editable</a>, and false
-  otherwise.</p>
+  <p>The <dfn id=dom-iscontenteditable title=dom-isContentEditable><code>isContentEditable</code></dfn> IDL attribute, on
+  getting, must return true if the element is either an <a href=#editing-host>editing host</a> or
+  <a href=#editable>editable</a>, and false otherwise.</p>
 
   </div>
 
@@ -77148,8 +77140,8 @@
 
   <div class=impl>
 
-  <p>Documents have a <dfn id=designMode title=dom-document-designMode><code>designMode</code></dfn>, which
-  can be either enabled or disabled.</p>
+  <p>Documents have a <dfn id=designMode title=dom-document-designMode><code>designMode</code></dfn>, which can be either enabled or
+  disabled.</p>
 
   </div>
 
@@ -77167,21 +77159,20 @@
 
   </dl><div class=impl>
 
-  <p>The <code title=dom-document-designMode><a href=#designMode>designMode</a></code> IDL
-  attribute on the <code><a href=#document>Document</a></code> object takes two values,
-  "<code title="">on</code>" and "<code title="">off</code>". On
-  setting, the new value must be compared in an <a href=#ascii-case-insensitive>ASCII
-  case-insensitive</a> manner to these two values; if it matches
-  the "<code title="">on</code>" value, then <code title=dom-document-designMode><a href=#designMode>designMode</a></code> must be enabled,
-  and if it matches the "<code title="">off</code>" value, then <code title=dom-document-designMode><a href=#designMode>designMode</a></code> must be
-  disabled. Other values must be ignored.</p>
+  <p>The <code title=dom-document-designMode><a href=#designMode>designMode</a></code> IDL attribute on the
+  <code><a href=#document>Document</a></code> object takes two values, "<code title="">on</code>" and "<code title="">off</code>". On setting, the new value must be compared in an <a href=#ascii-case-insensitive>ASCII
+  case-insensitive</a> manner to these two values; if it matches the "<code title="">on</code>"
+  value, then <code title=dom-document-designMode><a href=#designMode>designMode</a></code> must be enabled, and if it
+  matches the "<code title="">off</code>" value, then <code title=dom-document-designMode><a href=#designMode>designMode</a></code> must be disabled. Other values must be
+  ignored.</p>
 
-  <p>On getting, if <code title=dom-document-designMode><a href=#designMode>designMode</a></code> is
-  enabled, the IDL attribute must return the value "<code title="">on</code>"; otherwise it is disabled, and the attribute must return the
-  value "<code title="">off</code>".</p>
+  <p>On getting, if <code title=dom-document-designMode><a href=#designMode>designMode</a></code> is enabled, the IDL
+  attribute must return the value "<code title="">on</code>"; otherwise it is disabled, and the
+  attribute must return the value "<code title="">off</code>".</p>
 
-  <p>The last state set must persist until the document is destroyed
-  or the state is changed. Initially, documents must have their <code title=dom-document-designMode><a href=#designMode>designMode</a></code> disabled.</p>
+  <p>The last state set must persist until the document is destroyed or the state is changed.
+  Initially, documents must have their <code title=dom-document-designMode><a href=#designMode>designMode</a></code>
+  disabled.</p>
 
   <p>When the <code title=dom-document-designMode><a href=#designMode>designMode</a></code> changes from being disabled to
   being enabled, the user agent must synchronously reset the document's <a href=#active-range>active range</a>'s

Modified: index
===================================================================
--- index	2013-01-26 05:44:51 UTC (rev 7660)
+++ index	2013-01-26 05:47:13 UTC (rev 7661)
@@ -1009,8 +1009,7 @@
      <li><a href=#processing-model-5><span class=secno>8.5.3 </span>Processing model</a></ol></li>
    <li><a href=#editing-0><span class=secno>8.6 </span>Editing</a>
     <ol>
-     <li><a href=#contenteditable><span class=secno>8.6.1 </span>Making document regions editable: The <code title=attr-contenteditable>contenteditable</code> content
-  attribute</a></li>
+     <li><a href=#contenteditable><span class=secno>8.6.1 </span>Making document regions editable: The <code title=attr-contenteditable>contenteditable</code> content attribute</a></li>
      <li><a href=#making-entire-documents-editable:-the-designmode-idl-attribute><span class=secno>8.6.2 </span>Making entire documents editable: The <code title=dom-document-designMode>designMode</code> IDL attribute</a></li>
      <li><a href=#best-practices-for-in-page-editors><span class=secno>8.6.3 </span>Best practices for in-page editors</a></li>
      <li><a href=#editing-apis><span class=secno>8.6.4 </span>Editing APIs</a></li>
@@ -77083,32 +77082,28 @@
 
   <h3 id=editing-0><span class=secno>8.6 </span>Editing</h3>
 
-  <h4 id=contenteditable><span class=secno>8.6.1 </span>Making document regions editable: The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> content
-  attribute</h4>
+  <h4 id=contenteditable><span class=secno>8.6.1 </span>Making document regions editable: The <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> content attribute</h4>
 
-  <p>The <dfn id=attr-contenteditable title=attr-contenteditable><code>contenteditable</code></dfn>
-  attribute is an <a href=#enumerated-attribute>enumerated attribute</a> whose keywords are
-  the empty string, <code title="">true</code>, and <code title="">false</code>. The empty string and the <code title="">true</code> keyword map to the <i>true</i> state. The <code title="">false</code> keyword maps to the <i>false</i> state. In
-  addition, there is a third state, the <i>inherit</i> state, which is
-  the <i>missing value default</i> (and the <i>invalid value
-  default</i>).</p>
+  <p>The <dfn id=attr-contenteditable title=attr-contenteditable><code>contenteditable</code></dfn> attribute is an
+  <a href=#enumerated-attribute>enumerated attribute</a> whose keywords are the empty string, <code title="">true</code>,
+  and <code title="">false</code>. The empty string and the <code title="">true</code> keyword map
+  to the <i>true</i> state. The <code title="">false</code> keyword maps to the <i>false</i> state.
+  In addition, there is a third state, the <i>inherit</i> state, which is the <i>missing value
+  default</i> (and the <i>invalid value default</i>).</p>
 
-  <p>The <i>true</i> state indicates that the element is editable. The
-  <i>inherit</i> state indicates that the element is editable if its
-  parent is. The <i>false</i> state indicates that the element is not
-  editable.</p>
+  <p>The <i>true</i> state indicates that the element is editable. The <i>inherit</i> state
+  indicates that the element is editable if its parent is. The <i>false</i> state indicates that the
+  element is not editable.</p>
 
   <dl class=domintro><dt><var title="">element</var> . <code title=dom-contentEditable><a href=#dom-contenteditable>contentEditable</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns "<code title="">true</code>", "<code title="">false</code>", or "<code title="">inherit</code>", based
-    on the state of the <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute.</p>
+    <p>Returns "<code title="">true</code>", "<code title="">false</code>", or "<code title="">inherit</code>", based on the state of the <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code> attribute.</p>
 
     <p>Can be set, to change that state.</p>
 
-    <p>Throws a <code><a href=#syntaxerror>SyntaxError</a></code> exception if the new value
-    isn't one of those strings.</p>
+    <p>Throws a <code><a href=#syntaxerror>SyntaxError</a></code> exception if the new value isn't one of those strings.</p>
 
    </dd>
 
@@ -77122,24 +77117,21 @@
 
   </dl><div class=impl>
 
-  <p>The <dfn id=dom-contenteditable title=dom-contentEditable><code>contentEditable</code></dfn> IDL
-  attribute, on getting, must return the string "<code title="">true</code>" if the content attribute is set to the true
-  state, "<code title="">false</code>" if the content attribute is set
-  to the false state, and "<code title="">inherit</code>"
-  otherwise. On setting, if the new value is an <a href=#ascii-case-insensitive>ASCII
-  case-insensitive</a> match for the string "<code title="">inherit</code>" then the content attribute must be removed,
-  if the new value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for
-  the string "<code title="">true</code>" then the content attribute
-  must be set to the string "<code title="">true</code>", if the new
-  value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string
-  "<code title="">false</code>" then the content attribute must be set
-  to the string "<code title="">false</code>", and otherwise the
-  attribute setter must throw a <code><a href=#syntaxerror>SyntaxError</a></code> exception.</p>
+  <p>The <dfn id=dom-contenteditable title=dom-contentEditable><code>contentEditable</code></dfn> IDL attribute, on
+  getting, must return the string "<code title="">true</code>" if the content attribute is set to
+  the true state, "<code title="">false</code>" if the content attribute is set to the false state,
+  and "<code title="">inherit</code>" otherwise. On setting, if the new value is an <a href=#ascii-case-insensitive>ASCII
+  case-insensitive</a> match for the string "<code title="">inherit</code>" then the content
+  attribute must be removed, if the new value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for
+  the string "<code title="">true</code>" then the content attribute must be set to the string
+  "<code title="">true</code>", if the new value is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for
+  the string "<code title="">false</code>" then the content attribute must be set to the string
+  "<code title="">false</code>", and otherwise the attribute setter must throw a
+  <code><a href=#syntaxerror>SyntaxError</a></code> exception.</p>
 
-  <p>The <dfn id=dom-iscontenteditable title=dom-isContentEditable><code>isContentEditable</code></dfn>
-  IDL attribute, on getting, must return true if the element is either
-  an <a href=#editing-host>editing host</a> or <a href=#editable>editable</a>, and false
-  otherwise.</p>
+  <p>The <dfn id=dom-iscontenteditable title=dom-isContentEditable><code>isContentEditable</code></dfn> IDL attribute, on
+  getting, must return true if the element is either an <a href=#editing-host>editing host</a> or
+  <a href=#editable>editable</a>, and false otherwise.</p>
 
   </div>
 
@@ -77148,8 +77140,8 @@
 
   <div class=impl>
 
-  <p>Documents have a <dfn id=designMode title=dom-document-designMode><code>designMode</code></dfn>, which
-  can be either enabled or disabled.</p>
+  <p>Documents have a <dfn id=designMode title=dom-document-designMode><code>designMode</code></dfn>, which can be either enabled or
+  disabled.</p>
 
   </div>
 
@@ -77167,21 +77159,20 @@
 
   </dl><div class=impl>
 
-  <p>The <code title=dom-document-designMode><a href=#designMode>designMode</a></code> IDL
-  attribute on the <code><a href=#document>Document</a></code> object takes two values,
-  "<code title="">on</code>" and "<code title="">off</code>". On
-  setting, the new value must be compared in an <a href=#ascii-case-insensitive>ASCII
-  case-insensitive</a> manner to these two values; if it matches
-  the "<code title="">on</code>" value, then <code title=dom-document-designMode><a href=#designMode>designMode</a></code> must be enabled,
-  and if it matches the "<code title="">off</code>" value, then <code title=dom-document-designMode><a href=#designMode>designMode</a></code> must be
-  disabled. Other values must be ignored.</p>
+  <p>The <code title=dom-document-designMode><a href=#designMode>designMode</a></code> IDL attribute on the
+  <code><a href=#document>Document</a></code> object takes two values, "<code title="">on</code>" and "<code title="">off</code>". On setting, the new value must be compared in an <a href=#ascii-case-insensitive>ASCII
+  case-insensitive</a> manner to these two values; if it matches the "<code title="">on</code>"
+  value, then <code title=dom-document-designMode><a href=#designMode>designMode</a></code> must be enabled, and if it
+  matches the "<code title="">off</code>" value, then <code title=dom-document-designMode><a href=#designMode>designMode</a></code> must be disabled. Other values must be
+  ignored.</p>
 
-  <p>On getting, if <code title=dom-document-designMode><a href=#designMode>designMode</a></code> is
-  enabled, the IDL attribute must return the value "<code title="">on</code>"; otherwise it is disabled, and the attribute must return the
-  value "<code title="">off</code>".</p>
+  <p>On getting, if <code title=dom-document-designMode><a href=#designMode>designMode</a></code> is enabled, the IDL
+  attribute must return the value "<code title="">on</code>"; otherwise it is disabled, and the
+  attribute must return the value "<code title="">off</code>".</p>
 
-  <p>The last state set must persist until the document is destroyed
-  or the state is changed. Initially, documents must have their <code title=dom-document-designMode><a href=#designMode>designMode</a></code> disabled.</p>
+  <p>The last state set must persist until the document is destroyed or the state is changed.
+  Initially, documents must have their <code title=dom-document-designMode><a href=#designMode>designMode</a></code>
+  disabled.</p>
 
   <p>When the <code title=dom-document-designMode><a href=#designMode>designMode</a></code> changes from being disabled to
   being enabled, the user agent must synchronously reset the document's <a href=#active-range>active range</a>'s

Modified: source
===================================================================
--- source	2013-01-26 05:44:51 UTC (rev 7660)
+++ source	2013-01-26 05:47:13 UTC (rev 7661)
@@ -90083,24 +90083,18 @@
   <h3>Editing</h3>
 
   <h4 id="contenteditable">Making document regions editable: The <code
-  title="attr-contenteditable">contenteditable</code> content
-  attribute</h4>
+  title="attr-contenteditable">contenteditable</code> content attribute</h4>
 
-  <p>The <dfn
-  title="attr-contenteditable"><code>contenteditable</code></dfn>
-  attribute is an <span>enumerated attribute</span> whose keywords are
-  the empty string, <code title="">true</code>, and <code
-  title="">false</code>. The empty string and the <code
-  title="">true</code> keyword map to the <i>true</i> state. The <code
-  title="">false</code> keyword maps to the <i>false</i> state. In
-  addition, there is a third state, the <i>inherit</i> state, which is
-  the <i>missing value default</i> (and the <i>invalid value
-  default</i>).</p>
+  <p>The <dfn title="attr-contenteditable"><code>contenteditable</code></dfn> attribute is an
+  <span>enumerated attribute</span> whose keywords are the empty string, <code title="">true</code>,
+  and <code title="">false</code>. The empty string and the <code title="">true</code> keyword map
+  to the <i>true</i> state. The <code title="">false</code> keyword maps to the <i>false</i> state.
+  In addition, there is a third state, the <i>inherit</i> state, which is the <i>missing value
+  default</i> (and the <i>invalid value default</i>).</p>
 
-  <p>The <i>true</i> state indicates that the element is editable. The
-  <i>inherit</i> state indicates that the element is editable if its
-  parent is. The <i>false</i> state indicates that the element is not
-  editable.</p>
+  <p>The <i>true</i> state indicates that the element is editable. The <i>inherit</i> state
+  indicates that the element is editable if its parent is. The <i>false</i> state indicates that the
+  element is not editable.</p>
 
   <dl class="domintro">
 
@@ -90108,15 +90102,13 @@
 
    <dd>
 
-    <p>Returns "<code title="">true</code>", "<code
-    title="">false</code>", or "<code title="">inherit</code>", based
-    on the state of the <code
+    <p>Returns "<code title="">true</code>", "<code title="">false</code>", or "<code
+    title="">inherit</code>", based on the state of the <code
     title="attr-contenteditable">contenteditable</code> attribute.</p>
 
     <p>Can be set, to change that state.</p>
 
-    <p>Throws a <code>SyntaxError</code> exception if the new value
-    isn't one of those strings.</p>
+    <p>Throws a <code>SyntaxError</code> exception if the new value isn't one of those strings.</p>
 
    </dd>
 
@@ -90132,40 +90124,32 @@
 
   <div class="impl">
 
-  <p>The <dfn
-  title="dom-contentEditable"><code>contentEditable</code></dfn> IDL
-  attribute, on getting, must return the string "<code
-  title="">true</code>" if the content attribute is set to the true
-  state, "<code title="">false</code>" if the content attribute is set
-  to the false state, and "<code title="">inherit</code>"
-  otherwise. On setting, if the new value is an <span>ASCII
-  case-insensitive</span> match for the string "<code
-  title="">inherit</code>" then the content attribute must be removed,
-  if the new value is an <span>ASCII case-insensitive</span> match for
-  the string "<code title="">true</code>" then the content attribute
-  must be set to the string "<code title="">true</code>", if the new
-  value is an <span>ASCII case-insensitive</span> match for the string
-  "<code title="">false</code>" then the content attribute must be set
-  to the string "<code title="">false</code>", and otherwise the
-  attribute setter must throw a <code>SyntaxError</code> exception.</p>
+  <p>The <dfn title="dom-contentEditable"><code>contentEditable</code></dfn> IDL attribute, on
+  getting, must return the string "<code title="">true</code>" if the content attribute is set to
+  the true state, "<code title="">false</code>" if the content attribute is set to the false state,
+  and "<code title="">inherit</code>" otherwise. On setting, if the new value is an <span>ASCII
+  case-insensitive</span> match for the string "<code title="">inherit</code>" then the content
+  attribute must be removed, if the new value is an <span>ASCII case-insensitive</span> match for
+  the string "<code title="">true</code>" then the content attribute must be set to the string
+  "<code title="">true</code>", if the new value is an <span>ASCII case-insensitive</span> match for
+  the string "<code title="">false</code>" then the content attribute must be set to the string
+  "<code title="">false</code>", and otherwise the attribute setter must throw a
+  <code>SyntaxError</code> exception.</p>
 
-  <p>The <dfn
-  title="dom-isContentEditable"><code>isContentEditable</code></dfn>
-  IDL attribute, on getting, must return true if the element is either
-  an <span>editing host</span> or <span>editable</span>, and false
-  otherwise.</p>
+  <p>The <dfn title="dom-isContentEditable"><code>isContentEditable</code></dfn> IDL attribute, on
+  getting, must return true if the element is either an <span>editing host</span> or
+  <span>editable</span>, and false otherwise.</p>
 
   </div>
 
 
-  <h4>Making entire documents editable: The <code
-  title="dom-document-designMode">designMode</code> IDL attribute</h4>
+  <h4>Making entire documents editable: The <code title="dom-document-designMode">designMode</code> IDL attribute</h4>
 
   <div class="impl">
 
   <p>Documents have a <dfn id="designMode"
-  title="dom-document-designMode"><code>designMode</code></dfn>, which
-  can be either enabled or disabled.</p>
+  title="dom-document-designMode"><code>designMode</code></dfn>, which can be either enabled or
+  disabled.</p>
 
   </div>
 
@@ -90187,25 +90171,22 @@
 
   <div class="impl">
 
-  <p>The <code title="dom-document-designMode">designMode</code> IDL
-  attribute on the <code>Document</code> object takes two values,
-  "<code title="">on</code>" and "<code title="">off</code>". On
-  setting, the new value must be compared in an <span>ASCII
-  case-insensitive</span> manner to these two values; if it matches
-  the "<code title="">on</code>" value, then <code
-  title="dom-document-designMode">designMode</code> must be enabled,
-  and if it matches the "<code title="">off</code>" value, then <code
-  title="dom-document-designMode">designMode</code> must be
-  disabled. Other values must be ignored.</p>
+  <p>The <code title="dom-document-designMode">designMode</code> IDL attribute on the
+  <code>Document</code> object takes two values, "<code title="">on</code>" and "<code
+  title="">off</code>". On setting, the new value must be compared in an <span>ASCII
+  case-insensitive</span> manner to these two values; if it matches the "<code title="">on</code>"
+  value, then <code title="dom-document-designMode">designMode</code> must be enabled, and if it
+  matches the "<code title="">off</code>" value, then <code
+  title="dom-document-designMode">designMode</code> must be disabled. Other values must be
+  ignored.</p>
 
-  <p>On getting, if <code title="dom-document-designMode">designMode</code> is
-  enabled, the IDL attribute must return the value "<code
-  title="">on</code>"; otherwise it is disabled, and the attribute must return the
-  value "<code title="">off</code>".</p>
+  <p>On getting, if <code title="dom-document-designMode">designMode</code> is enabled, the IDL
+  attribute must return the value "<code title="">on</code>"; otherwise it is disabled, and the
+  attribute must return the value "<code title="">off</code>".</p>
 
-  <p>The last state set must persist until the document is destroyed
-  or the state is changed. Initially, documents must have their <code
-  title="dom-document-designMode">designMode</code> disabled.</p>
+  <p>The last state set must persist until the document is destroyed or the state is changed.
+  Initially, documents must have their <code title="dom-document-designMode">designMode</code>
+  disabled.</p>
 
   <p>When the <code title="dom-document-designMode">designMode</code> changes from being disabled to
   being enabled, the user agent must synchronously reset the document's <span>active range</span>'s




More information about the Commit-Watchers mailing list