index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
html.cc
Age
Commit message (
Expand
)
Author
2025-08-30
Consider also the current element display:none
Rodrigo Arias Mallo
2025-04-27
Control + left click opens link in new tab
Rodrigo Arias Mallo
2025-02-05
Fix several typos
Gevel Tekens
2024-12-17
Add support for user actions in the link menu
Rodrigo Arias Mallo
2024-10-05
Define CssLength as struct instead of int
Rodrigo Arias Mallo
2024-10-01
Trigger a close of td, th and tr tags on tbody
Rodrigo Arias Mallo
2024-08-07
Use d_isascii() instead of isascii()
Rodrigo Arias Mallo
2024-08-07
Fix pedantic warnings
Rodrigo Arias Mallo
2024-07-27
Add SVG support for currentColor
Rodrigo Arias Mallo
2024-06-25
Ignore meta refresh content without URL
Rodrigo Arias Mallo
2024-06-25
Add support for zoom factor
Rodrigo Arias Mallo
2024-06-21
Only enable static_assert if supported
Rodrigo Arias Mallo
2024-06-11
Ignore empty page title for tab labels
Rodrigo Arias Mallo
2024-06-09
Allow empty URLs with base URL set
Rodrigo Arias Mallo
2024-06-07
Ensure the same number of tags for CSS and HTML
Rodrigo Arias Mallo
2024-03-31
Add support for the main HTML tag
Rodrigo Arias Mallo
2024-03-09
Use Doxygen comments for C files
Rodrigo Arias Mallo
2023-12-11
Add support for thead, tbody and tfoot
walley
2016-07-02
Attribute 'float' defines a floating Textblock even if 'display' is 'inline'.
Sebastian Geerken
2016-06-24
Changed a bug meter message for clarity.
Jorge Arellano Cid
2016-06-24
Temporary fix for links in HTML5.
Jorge Arellano Cid
2016-06-21
Remove TagLevel from the TagInfo structure.
Jorge Arellano Cid
2016-06-21
Make the Tags array in html.cc a "static const".
Jorge Arellano Cid
2016-06-21
New design for the nesting-cleanup process within the parser.
Jorge Arellano Cid
2016-06-21
Remove the "block element" flag from the TagInfo structure.
Jorge Arellano Cid
2016-06-15
BUG_MSG
corvid
2016-06-14
BUG_MSG can give false positives with HTML5
corvid
2016-06-04
Avoid nesting of the A element (part2 of changeset 5a410962c77e).
Jorge Arellano Cid
2016-05-31
comment out BUG_MSG
corvid
2016-05-27
Set iframe as an inline element.
Jorge Arellano Cid
2016-05-27
Don't allow nesting of the A element (fixes slashdot.org).
Jorge Arellano Cid
2016-05-11
Fixed handling of BODY and HTML tags. Also improved their html-bug messages.
Jorge Arellano Cid
2016-01-07
Set proper display for textblocks.
Sebastian Geerken
2015-07-06
Merge with main repo.
Sebastian Geerken
2015-06-18
use [IMG] placeholder even if prefs.load_images is true
corvid
2015-06-03
Merge with main repo.
Sebastian Geerken
2015-06-01
rm the old-style url alt stuff
corvid
2015-05-10
Merge with main repo.
Sebastian Geerken
2015-05-05
html5 coords don't permit percentages
corvid
2015-04-28
BUG_MSG
corvid
2015-04-27
html5 permits relative BASE url
corvid
2015-04-26
in html5, ADDRESS may contain certain elements that we classify as block.
corvid
2015-04-12
more html5 doctype strings
corvid
2015-04-01
limit size when copying strings to find character references
corvid
2015-02-21
update some urls in comments
corvid
2015-01-31
Merge with main repo.
Sebastian Geerken
2015-01-30
Relative positions, part 1.
Sebastian Geerken
2015-01-25
HTML 5.1 draft permits LINK with itemprop in body, so we might as well be qui...
corvid
2015-01-24
Merge with main repo.
Sebastian Geerken
2015-01-24
html5 inside PRE don't complain about html4's pre.exclusion set
corvid
[next]