[html5] r5278 - [e] (0) Try to clarify an example

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 10 20:49:53 PDT 2010


Author: ianh
Date: 2010-08-10 20:49:52 -0700 (Tue, 10 Aug 2010)
New Revision: 5278

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to clarify an example

Modified: complete.html
===================================================================
--- complete.html	2010-08-11 01:11:03 UTC (rev 5277)
+++ complete.html	2010-08-11 03:49:52 UTC (rev 5278)
@@ -116,7 +116,7 @@
    .applies td { text-align: center; }
    .applies .yes { background: yellow; }
 
-   .matrix, .matrix td { border: none; text-align: right; }
+   .matrix, .matrix td { border: hidden; text-align: right; }
    .matrix { margin-left: 2em; }
 
    .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
@@ -41724,7 +41724,7 @@
 </label></pre>
    <p>...could cause the UA to display an alert such as:</p>
    <pre><samp>A part number is a digit followed by three uppercase letters.
-You cannot complete this form until the field is correct.</samp></pre>
+You cannot submit this form when the field is incorrect.</samp></pre>
   </div>
 
   <p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute, if used, must describe

Modified: index
===================================================================
--- index	2010-08-11 01:11:03 UTC (rev 5277)
+++ index	2010-08-11 03:49:52 UTC (rev 5278)
@@ -116,7 +116,7 @@
    .applies td { text-align: center; }
    .applies .yes { background: yellow; }
 
-   .matrix, .matrix td { border: none; text-align: right; }
+   .matrix, .matrix td { border: hidden; text-align: right; }
    .matrix { margin-left: 2em; }
 
    .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
@@ -41651,7 +41651,7 @@
 </label></pre>
    <p>...could cause the UA to display an alert such as:</p>
    <pre><samp>A part number is a digit followed by three uppercase letters.
-You cannot complete this form until the field is correct.</samp></pre>
+You cannot submit this form when the field is incorrect.</samp></pre>
   </div>
 
   <p>When a control has a <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute, the <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute, if used, must describe

Modified: source
===================================================================
--- source	2010-08-11 01:11:03 UTC (rev 5277)
+++ source	2010-08-11 03:49:52 UTC (rev 5278)
@@ -46466,7 +46466,7 @@
 </label></pre>
    <p>...could cause the UA to display an alert such as:</p>
    <pre><samp>A part number is a digit followed by three uppercase letters.
-You cannot complete this form until the field is correct.</samp></pre>
+You cannot submit this form when the field is incorrect.</samp></pre>
   </div>
 
   <p>When a control has a <code




More information about the Commit-Watchers mailing list