summaryrefslogtreecommitdiff
path: root/src/html.cc
AgeCommit message (Expand)Author
2024-12-17Add support for user actions in the link menuRodrigo Arias Mallo
2024-10-05Define CssLength as struct instead of intRodrigo Arias Mallo
2024-10-01Trigger a close of td, th and tr tags on tbodyRodrigo Arias Mallo
2024-08-07Use d_isascii() instead of isascii()Rodrigo Arias Mallo
2024-08-07Fix pedantic warningsRodrigo Arias Mallo
2024-07-27Add SVG support for currentColorRodrigo Arias Mallo
2024-06-25Ignore meta refresh content without URLRodrigo Arias Mallo
2024-06-25Add support for zoom factorRodrigo Arias Mallo
2024-06-21Only enable static_assert if supportedRodrigo Arias Mallo
2024-06-11Ignore empty page title for tab labelsRodrigo Arias Mallo
2024-06-09Allow empty URLs with base URL setRodrigo Arias Mallo
2024-06-07Ensure the same number of tags for CSS and HTMLRodrigo Arias Mallo
2024-03-31Add support for the main HTML tagRodrigo Arias Mallo
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2023-12-11Add support for thead, tbody and tfootwalley
2016-07-02Attribute 'float' defines a floating Textblock even if 'display' is 'inline'.Sebastian Geerken
2016-06-24Changed a bug meter message for clarity.Jorge Arellano Cid
2016-06-24Temporary fix for links in HTML5.Jorge Arellano Cid
2016-06-21Remove TagLevel from the TagInfo structure.Jorge Arellano Cid
2016-06-21Make the Tags array in html.cc a "static const".Jorge Arellano Cid
2016-06-21New design for the nesting-cleanup process within the parser.Jorge Arellano Cid
2016-06-21Remove the "block element" flag from the TagInfo structure.Jorge Arellano Cid
2016-06-15BUG_MSGcorvid
2016-06-14BUG_MSG can give false positives with HTML5corvid
2016-06-04Avoid nesting of the A element (part2 of changeset 5a410962c77e).Jorge Arellano Cid
2016-05-31comment out BUG_MSGcorvid
2016-05-27Set iframe as an inline element.Jorge Arellano Cid
2016-05-27Don't allow nesting of the A element (fixes slashdot.org).Jorge Arellano Cid
2016-05-11Fixed handling of BODY and HTML tags. Also improved their html-bug messages.Jorge Arellano Cid
2016-01-07Set proper display for textblocks.Sebastian Geerken
2015-07-06Merge with main repo.Sebastian Geerken
2015-06-18use [IMG] placeholder even if prefs.load_images is truecorvid
2015-06-03Merge with main repo.Sebastian Geerken
2015-06-01rm the old-style url alt stuffcorvid
2015-05-10Merge with main repo.Sebastian Geerken
2015-05-05html5 coords don't permit percentagescorvid
2015-04-28BUG_MSGcorvid
2015-04-27html5 permits relative BASE urlcorvid
2015-04-26in html5, ADDRESS may contain certain elements that we classify as block.corvid
2015-04-12more html5 doctype stringscorvid
2015-04-01limit size when copying strings to find character referencescorvid
2015-02-21update some urls in commentscorvid
2015-01-31Merge with main repo.Sebastian Geerken
2015-01-30Relative positions, part 1.Sebastian Geerken
2015-01-25HTML 5.1 draft permits LINK with itemprop in body, so we might as well be qui...corvid
2015-01-24Merge with main repo.Sebastian Geerken
2015-01-24html5 inside PRE don't complain about html4's pre.exclusion setcorvid
2015-01-18HTML 5.1 draft permits META with itemprop in body, and its use is widespread,...corvid
2015-01-16don't inheritBackgroundColor for html5 sectioning stuffcorvid
2015-01-09Merge with main repo.Sebastian Geerken