Short URL: http://html5.org/r/3821
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3821 | <button> example. | 2009-09-13 08:34 |
Index: source
===================================================================
--- source (revision 3820)
+++ source (revision 3821)
@@ -39800,9 +39800,21 @@
</div>
+ <div class="example">
+ <p>The following button is labeled "Show hint" and pops up a dialog
+ box when activated:</p>
+ <pre><button type=button
+ onclick="alert('This 15-20 minute piece was composed by George Gershwin.')">
+ Show hint
+</button></pre>
+ </div>
+
+
+
+
<h4>The <dfn><code>select</code></dfn> element</h4>
<dl class="element">