diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-06-19 11:40:17 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-06-19 11:40:17 +0000 |
commit | 6a032f360b6b6dc30dc4c5028988fa5e453ab4ab (patch) | |
tree | 0370afddf3ad928abf17a9e2ab8a6cd688afdebf /tagtable.tab | |
parent | Adding upstream version 0.5.3 (diff) | |
download | w3m-6a032f360b6b6dc30dc4c5028988fa5e453ab4ab.tar.gz w3m-6a032f360b6b6dc30dc4c5028988fa5e453ab4ab.zip |
Support the button element as defined in HTML 4.01
Patch from upstream, [w3m-dev 04411] on 2010-09-17, to support the
button element. It is discussed upstream and incomplete, but enough
to login Launchpad.
Diffstat (limited to 'tagtable.tab')
-rw-r--r-- | tagtable.tab | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tagtable.tab b/tagtable.tab index f9b7b76..f5a2c30 100644 --- a/tagtable.tab +++ b/tagtable.tab @@ -176,6 +176,7 @@ bdo HTML_BDO big HTML_BIG /big HTML_N_BIG button HTML_BUTTON +/button HTML_N_BUTTON fieldset HTML_FIELDSET /fieldset HTML_N_FIELDSET iframe HTML_IFRAME |