[html5] r913 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 18 13:06:35 PDT 2007


Author: ianh
Date: 2007-06-18 13:06:32 -0700 (Mon, 18 Jun 2007)
New Revision: 913

Modified:
   index
   source
Log:
[e] (0) it's a brief list (not a complicated one with subparagraphs); mark as such

Modified: index
===================================================================
--- index	2007-06-18 20:00:38 UTC (rev 912)
+++ index	2007-06-18 20:06:32 UTC (rev 913)
@@ -35227,7 +35227,7 @@
      following list, then set the document to <a href="#quirks">quirks
      mode</a>:</p>
 
-    <ul>
+    <ul class=brief>
      <li> The correctness flag is set to <i>incorrect</i>.
 
      <li> The name is set to anything other than "<code
@@ -35454,7 +35454,7 @@
      following list, then set the document to <a href="#limited">limited
      quirks mode</a>:</p>
 
-    <ul>
+    <ul class=brief>
      <li> The public identifier is set to: "<code title="">-//W3C//DTD XHTML
       1.0 Frameset//EN</code>"
 

Modified: source
===================================================================
--- source	2007-06-18 20:00:38 UTC (rev 912)
+++ source	2007-06-18 20:06:32 UTC (rev 913)
@@ -32628,7 +32628,7 @@
     token matches one of the conditions in the following list, then
     set the document to <span>quirks mode</span>:</p>
 
-    <ul>
+    <ul class="brief">
      <li> The correctness flag is set to <i>incorrect</i>. </li>
      <li> The name is set to anything other than "<code title="">HTML</code>". </li>
      <li> The public identifier is set to: "<code title="">+//Silmaril//dtd html Pro v0r11 19970101//EN</code>" </li>
@@ -32709,7 +32709,7 @@
     token matches one of the conditions in the following list, then
     set the document to <span>limited quirks mode</span>:</p>
 
-    <ul>
+    <ul class="brief">
      <li> The public identifier is set to: "<code title="">-//W3C//DTD XHTML 1.0 Frameset//EN</code>" </li>
      <li> The public identifier is set to: "<code title="">-//W3C//DTD XHTML 1.0 Transitional//EN</code>" </li>
      <li> The system identifier is not missing and the public identifier is set to: "<code title="">-//W3C//DTD HTML 4.01 Frameset//EN</code>" </li>




More information about the Commit-Watchers mailing list