[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/styleguide/css/index.html fix some usage nits

Fred L. Drake, Jr. fdrake at gmail.com
Thu Mar 17 15:48:36 EST 2005


Log message for revision 29534:
  fix some usage nits

Changed:
  U   Zope3/trunk/src/zope/app/styleguide/css/index.html

-=-
Modified: Zope3/trunk/src/zope/app/styleguide/css/index.html
===================================================================
--- Zope3/trunk/src/zope/app/styleguide/css/index.html	2005-03-17 19:11:11 UTC (rev 29533)
+++ Zope3/trunk/src/zope/app/styleguide/css/index.html	2005-03-17 20:48:36 UTC (rev 29534)
@@ -28,8 +28,10 @@
 <h1>Zope3 - Cascading Style Sheets - Style Guide</h1>
 <h2>Introduction</h2>
 <p>
-See the proposal at: <a href="http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/CascadingStyleSheetStyleGuide" target="_blank"><br />
-  http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/CascadingStyleSheetStyleGuide</a></p>
+See the proposal at: <a
+href="http://dev.zope.org/Zope3/CascadingStyleSheetStyleGuide"
+target="_blank"
+>http://dev.zope.org/Zope3/CascadingStyleSheetStyleGuide</a></p>
 <h2> Used styles in forms and widgets</h2>
 <table class="samples" border="0" cellspacing="0" cellpadding="0">
   <tr>
@@ -37,14 +39,16 @@
     <th>Tag</th>
     <th>Class</th>
     <th>Description</th>
-    <th>Sample HTM code</th>
+    <th>Sample HTML code</th>
     <th>Rendered result</th>
   </tr>
   <tr>
     <td colspan="6" class="header">HTML elements</td>
   </tr>
   <tr>
-    <td colspan="6" class="abstract">This elements are declared for useing in standard page templates used in ZCML directives. Schema widgets  useing also this  styles.</td>
+    <td colspan="6" class="abstract">These elements are declared for
+    use in standard page templates used in ZCML directives. Schema
+    widgets also use these styles.</td>
   </tr>
   <tr valign="top">
     <td class="number">1</td>
@@ -208,7 +212,8 @@
       </td>
   </tr>
   <tr>
-    <td colspan="3" class="abstract">Associate labels explicitly with their controls</td>
+    <td colspan="3" class="abstract">Associate labels explicitly with
+    their controls</td>
   </tr>
   <tr valign="top">
     <td class="number">3</td>
@@ -217,12 +222,12 @@
       In other words it means: use &lt;label&gt; along with your &lt;input type=&quot;text&quot;/&gt;, 
       your &lt;input type=&quot;checkbox&quot;/&gt; and your &lt;input type=&quot;radio&quot;/&gt; elements.</p>
       <p>
-      Using labels makes it possible to use the pointer on the label 
-      (clicking on the label) to active the input, so that it is easier to select a 
-      text input, a check box or a radio box, just like it is in heavy client 
-      applications such as Firefox.
+      Using labels makes it possible to use the pointer on the label
+      (by clicking on the label) to activate the input field, so that
+      it is easier to focus a text input, a check box or a radio box,
+      just like it is in heavy client applications such as Firefox.
       </p>
-      <p>Mor information about &quot;Labeling form controls&quot;:<br />
+      <p>More information about &quot;Labeling form controls&quot;:<br />
         <a href="http://www.w3.org/tr/wcag10-html-techs/#forms-labels" target="_blank">http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-labels</a></p>
       <p>&nbsp;</p>
     </td>



More information about the Zope3-Checkins mailing list