aboutsummaryrefslogtreecommitdiffstats
path: root/html.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve description list renderingbptato2021-02-131-0/+2
|
* Support brotli content encodingbptato2021-02-101-0/+1
|
* Merge pull request #147 from acli/20200825_sectionTatsuya Kinoshita2020-08-301-0/+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 Li2020-08-291-0/+2
| | | | | | | | branch
* | In HTML5 anchors should not be closed when encountering divs, for example, ↵Ambrose Li2020-08-251-0/+1
|/ | | | | | 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.
* Rudimentary support for figure, figcaptionAmbrose Li2020-08-211-0/+4
|
* Explictily include <time.h> to avoid build errYixun Lan2016-12-051-0/+2
| | | | | | | | while disable ssl, we will got a undefine time_t err see https://bugs.gentoo.org/show_bug.cgi?id=601498 Signed-off-by: Yixun Lan <dlan@gentoo.org>
* Adjust UFclose to remove false positive of CWE-481David Crosby2015-08-111-1/+1
|
* Merge branch 'bug/win64gc'Tatsuya Kinoshita2013-10-141-4/+3
|\ | | | | | | | | | | Conflicts: istream.c main.c
| * Workaround of GC crash on Cygwin64AIDA Shinra2013-10-141-4/+3
| | | | | | | | | | Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>, [w3m-dev:04469] on 2013-10-14.
* | Support the button element as defined in HTML 4.01Tatsuya Kinoshita2011-06-191-15/+16
|/ | | | | | 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.3Tatsuya Kinoshita2011-05-041-28/+55
|
* Adding upstream version 0.5.2upstream/0.5.2Tatsuya Kinoshita2011-05-041-30/+36
|
* Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita2011-05-041-0/+376