<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,7 +17,7 @@
     &lt;/style&gt;
     &lt;script type='text/javascript'&gt;
       $(function() {
-        $('#test-form-1 *[hint]').inputHint();
+        $('#test-form-1 *[title]').inputHint();
         $('#test-form-2 input[type=text]').inputHint({using: '+ kbd'});
       });
     &lt;/script&gt;
@@ -47,24 +47,24 @@
         &lt;p&gt;
           Display input hints to users within a text input and remove them automatically
           on focus/form submission. The hint text for each input can be supplied by
-          assigning it to the non-standard markup attribute &lt;code&gt;hint&lt;/code&gt;, or by supplying
+          assigning it to the standard XHTML &lt;code&gt;title&lt;/code&gt; attribute, or by supplying
           a jQuery selector that, when evaluated in the context of some input element
           (e.g. &lt;code&gt;$(selector, inputElement)&lt;/code&gt;), matches an auxiliary element
-          containing the corresponding hint text.
+          containing the hint text.
         &lt;/p&gt;
         
         &lt;p&gt;Examples of both methods are given below:&lt;/p&gt;
         
-        &lt;div class='caption'&gt;Example using hint attribute:&lt;/div&gt;
+        &lt;div class='caption'&gt;Example using &lt;code&gt;title&lt;/code&gt; attribute:&lt;/div&gt;
         &lt;pre&gt;HTML:
 &amp;lt;input type='text' name='forename' hint='Forename' /&amp;gt;
           
 JS:
-$('*[@hint]').inputHint();&lt;/pre&gt;
+$('*[title]').inputHint();&lt;/pre&gt;
         
         &lt;form method='post' id='test-form-1'&gt;
-          &lt;input type='text' hint='Forename' name='forename' /&gt;&lt;br/&gt;
-          &lt;input type='text' hint='Surname' name='surname' /&gt;
+          &lt;input type='text' title='Forename' name='forename' /&gt;&lt;br/&gt;
+          &lt;input type='text' title='Surname' name='surname' /&gt;
           &lt;input type='submit' value='Submit' /&gt;
         &lt;/form&gt;
 </diff>
      <filename>input-hint.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f3ceac5f86f1da79ecbc63ebf8f7447b9871b1b9</id>
    </parent>
  </parents>
  <author>
    <name>Jason Frame</name>
    <email>jason@magiclamp.co.uk</email>
  </author>
  <url>http://github.com/jaz303/jquery-grab-bag/commit/64e40149607f9ed0db848b008678d09c634d9955</url>
  <id>64e40149607f9ed0db848b008678d09c634d9955</id>
  <committed-date>2009-01-31T15:01:35-08:00</committed-date>
  <authored-date>2009-01-31T15:01:35-08:00</authored-date>
  <message>Updated documentation</message>
  <tree>dda122687f1d219e544cc6c8709d81ab623289bc</tree>
  <committer>
    <name>Jason Frame</name>
    <email>jason@magiclamp.co.uk</email>
  </committer>
</commit>
