Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a mistake I made with </dd> and </dt> tags | bptato | 2021-02-13 | 1 | -2/+1 |
| | |||||
* | Improve description list rendering | bptato | 2021-02-13 | 1 | -1/+2 |
| | |||||
* | Merge pull request #147 from acli/20200825_section | Tatsuya Kinoshita | 2020-08-30 | 1 | -2/+2 |
|\ | | | | | Rudimentary support for the section tag | ||||
| * | wip from about a week ago. Need to stash these away for now to check the q ↵ | Ambrose Li | 2020-08-29 | 1 | -2/+2 |
| | | | | | | | | branch | ||||
* | | In HTML5 anchors should not be closed when encountering divs, for example, ↵ | Ambrose Li | 2020-08-25 | 1 | -2/+4 |
|/ | | | | | | but should be closed when encountering buttons, for example. Many sites that use HTML5-style anchors end up having links displayed with zero-length link texts. The proposed patch correct this behaviour by detecting whether the document is HTML5, then suppressing the close-anchor action in CLOSE_A if it's an HTML5 document. A new macro handles the HTML5-specific cases where anchors are not already always closed. This also fixes a bug in the tokenizing FSM in etc.c that prevented the !doctype element from being recognized; the fix is necessary because HTML5 detection depends on checking the !doctype element. | ||||
* | Add TFLG_END to "/sup", "/sub" and "/figure" for TagMAP | Tatsuya Kinoshita | 2020-08-23 | 1 | -5/+3 |
| | |||||
* | Rudimentary support for figure, figcaption | Ambrose Li | 2020-08-21 | 1 | -4/+5 |
| | |||||
* | Merge from upstream on 2012-05-22 | Tatsuya Kinoshita | 2012-05-22 | 1 | -3/+3 |
| | |||||
* | Support the button element as defined in HTML 4.01 | Tatsuya Kinoshita | 2011-06-19 | 1 | -17/+20 |
| | | | | | | 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. | ||||
* | Adding upstream version 0.5.3upstream/0.5.3 | Tatsuya Kinoshita | 2011-05-04 | 1 | -62/+104 |
| | |||||
* | Adding upstream version 0.5.2upstream/0.5.2 | Tatsuya Kinoshita | 2011-05-04 | 1 | -29/+40 |
| | |||||
* | Adding upstream version 0.5.1upstream/0.5.1 | Tatsuya Kinoshita | 2011-05-04 | 1 | -0/+341 |