[w3m-dev 04412] Re: support for the <button> tag (HTML 4.01)
[email protected] Tue, 28 Sep 2010 11:01:57 +0900
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
返信が大変遅れて申し訳ありません。 On Fri, Sep 17, 2010 at 11:00:09PM +0900, Hiroyuki Ito wrote: > >> flushline() で img_alt に対してやっている処理と同等のものをいれるか、 > > input_alt を複数行対応にしてみました。 > > ただ現状では </button> がないときの対応などが > 十分検討できていません。 対応ありがとうございます。 以下の HTML 片での動作を確認しました。 <table border> <tr> <td> <button> abc<br> def </button> </td> </tr> </table> <table border> <tr> <td> <button> ABC DEF </button> </td> </tr> </table> <table border> <tr> <td> <button> abc<br> def </td> </tr> </table> <table border> <tr> <td> <button> ABC DEF </td> </tr> </table> -- Regards, dai GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E