| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
Rudimentary support for the section tag
|
| | |
| |
| |
| | |
branch
|
| |\ \
| | |
| | | |
Patch to make w3m’s handling of the a element HTML5 compatible (when the stream is HTML5)
|
| | |/
| |
| |
| |
| |
| | |
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.
|
| | | |
|
| |/
|
|
|
|
| |
(when m17n and Unicode are configured) to use "smart" quotes if the display charset can handle them. Falls back to old behaviour (ASCII quotes with left/right quote semantics for 6/0 and 2/6) if display charset is us-ascii.
Also changes the behaviour of conv_entity() to convert left/right quotes and some dashes because named entities are needed for the new code for the q tag.
|
| | |
|
| |
|
| |
Check the return value of fopen, and add proper error handling code.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When a server makes use of the PATH_INFO feature in a CGI,
the returned pages may often have a <base href="..." /> tag
specifying the URL of the CGI itself as the base.
However, to avoid hard-coding the scheme and host into such
a base href, the href value will often omit the scheme, host
and port.
Make sure that when parsing any such base href value that
any omitted components are taken from the current URL rather
than taken as being from a bare, absolute file:/// URL.
Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/81
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/85
|
| |
|
|
|
|
|
|
|
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/59
Bug-Debian: https://github.com/tats/w3m/issues/73
Bug-Debian: https://github.com/tats/w3m/issues/74
Bug-Debian: https://github.com/tats/w3m/issues/76
Bug-Debian: https://github.com/tats/w3m/issues/79
Bug-Debian: https://github.com/tats/w3m/issues/80
Bug-Debian: https://github.com/tats/w3m/issues/83
Bug-Debian: https://github.com/tats/w3m/issues/84
|
| |
|
|
| |
This reverts commit 512ed467d12615f5ef40d0d28272e5662d8438ea.
|
| |
|
|
| |
This reverts commit e79d0ec2a00369a6af24007a1f2bb5e876e2c847.
|
| |
|
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/80
cf. https://github.com/tats/w3m/issues/59
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/65
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/64
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/59
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/58
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/61
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/67
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/63
|
| | |
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/42
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/20#issuecomment-260590257
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/39
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/38
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/32#issuecomment-260170163
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/36
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/33
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/23
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/32
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/16
|
| |
|
|
|
| |
This reverts commit 0fba2f1a6eb6861206ad120a02af2643938082cd.
cf. https://github.com/tats/w3m/commit/0fba2f1a6eb6861206ad120a02af2643938082cd#commitcomment-18703355
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/16
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/18
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/17
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/15
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/12
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/11
|
| |
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/7
|
| |
|
|
| |
cf. [w3m-dev-en 00751], [w3m-dev-en 00752] on 2002-06-09
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This prevents a possible use of garbage value on line 3017.
|
| | |
|
| |
|
|
| |
cf. http://d.hatena.ne.jp/rubikitch/20101120
|