]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add better description on abide radio button test
authorKevin Ball <kmball11@gmail.com>
Fri, 8 Apr 2016 16:35:46 +0000 (09:35 -0700)
committerKevin Ball <kmball11@gmail.com>
Fri, 8 Apr 2016 16:35:46 +0000 (09:35 -0700)
test/visual/abide/abide-radio.html

index 04332f964751066758cbe02cb6a54d091552a65b..14bc55fa2ae00ea3eb4360134f5d0c54cc0b3f38 100644 (file)
@@ -11,7 +11,8 @@
     <div class="row column">
       <h1>Abide Radio Buttons</h1>
 
-      <p>This form has required radio buttons.</p>
+      <p>This form has required radio buttons.  If you try to submit without picking one, it
+      should show an error.  When you then pick one, the error should clear and let you submit.</p>
       <form id="form" data-abide novalidate>
         <div class="alert callout hide" data-abide-error>
           <p>This form has errors.</p>
@@ -29,7 +30,7 @@
 
       <hr>
 
-      <p>This form has optional radio buttons.</p>
+      <p>This form has optional radio buttons.  It should let you submit with or without picking one.</p>
       <form id="form" data-abide novalidate>
         <div class="alert callout hide" data-abide-error>
           <p>This form has errors.</p>