Age | Commit message (Collapse) | Author |
|
|
|
The --xid option is used by a plugin for the claws mail client
(http://www.claws-mail.org/) to embed the dillo window into the mailer
application to display HTML mails.
|
|
|
|
http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H76.html
|
|
|
|
e.g. some links at http://git.kernel.org/gitweb.cgi didn't render.
e.g. #2 This page didn't render:
<html>
<head>
<meta http-equiv="content-type" content="; charset=utf-8"/>
<title></title>
</head>
<body>
Generating....
</body>
</html>
|
|
|
|
|
|
|
|
|
|
It introduced a truncation by implicit type conversion bug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed handling of #anchors with repush, and other operations.
|
|
|
|
|
|
|
|
|
|
|
|
- Re-enabled scrolling with Up/Down arrows.
|
|
|
|
|
|
|
|
|
|
visited page intead of one per url (this is more standard).
|
|
|
|
|