<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -63,9 +63,17 @@
   &lt;h2&gt;Title as placeholder text&lt;/h2&gt;
   
   &lt;form method=&quot;get&quot;&gt;
-    &lt;input title=&quot;placeholder text&quot; name=&quot;value2&quot; class=&quot;thc2-placeholder-input&quot; title=&quot;xyz&quot; id=&quot;value2&quot;/&gt;
+    &lt;input title=&quot;placeholder text&quot; name=&quot;value2&quot; class=&quot;thc2-placeholder-input&quot; id=&quot;value2&quot;/&gt;
     &lt;input type=&quot;submit&quot;/&gt;
   &lt;/form&gt;
 
+  &lt;h2&gt;Title as placeholder text for texarea&lt;/h2&gt;
+  
+  &lt;form method=&quot;get&quot;&gt;
+    &lt;textarea title=&quot;placeholder text&quot; name=&quot;value3&quot; class=&quot;thc2-placeholder-input&quot;id=&quot;value3&quot;&gt;&lt;/textarea&gt;
+    &lt;input type=&quot;submit&quot;/&gt;
+  &lt;/form&gt;
+  
+
 &lt;/body&gt;
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>examples/placeholder_widget.html</filename>
    </modified>
    <modified>
      <diff>@@ -9,9 +9,11 @@
 /**
  * This widget displays a placeholder in a text input field that disappears on focus.
  *
- * &lt;p&gt;The placeholder is the value of the text input field. If the field is empty on
+ * &lt;p&gt;The placeholder is the title of the text input field. If no title is set the value
+ * is used instead. If the field is empty on
  * blur, the placeholder appears again. Because of that, it is possible that the
- * placeholder is sent along with the enclosing form on submit.&lt;/p&gt;
+ * placeholder is sent along with the enclosing form on submit. This does not happen when
+ * using the title which is the recommended use.&lt;/p&gt;
  *
  * &lt;p&gt;When the placeholder is displayed, the text field has the CSS class
  * &lt;code&gt;placeholder-input&lt;/code&gt;. You can use this fact for shading the text field</diff>
      <filename>src/widgets/placeholder_input_widget.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>368b32ba426d1d926a7544880b8e7db482973cc6</id>
    </parent>
  </parents>
  <author>
    <name>Alexander Lang</name>
    <email>alex@upstream-berlin.com</email>
  </author>
  <url>http://github.com/imedo/thc2/commit/1f0bc09c9a4dd96c9c60b521b9a84d72932d0bbf</url>
  <id>1f0bc09c9a4dd96c9c60b521b9a84d72932d0bbf</id>
  <committed-date>2008-11-18T08:40:14-08:00</committed-date>
  <authored-date>2008-11-18T08:40:14-08:00</authored-date>
  <message>added example for text_area, updated documentation</message>
  <tree>252813eca0310246dfbf03986b63db5a2a2ec700</tree>
  <committer>
    <name>Alexander Lang</name>
    <email>alex@upstream-berlin.com</email>
  </committer>
</commit>
