diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-31 23:33:15 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-31 23:45:46 +0200 |
commit | b55dc711c6c4d8bc47b7ac2c9cf303c4dbf822f3 (patch) | |
tree | c8c9d43026481cd76ec15644a468cd2865520204 /ChangeLog | |
parent | c54576fb442f1198b70fc7f3021d2bbeaa2fc045 (diff) |
Add support for the main HTML tag
Fixes: https://github.com/dillo-browser/dillo/issues/109
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ dillo-3.1 [not released yet] - Ignore width attribute with relative values for td and th elements. - Enable Doxygen for C files and use Awesome Doxygen theme. - Fix DPIs extension (.dpi.exe) in Windows systems via Cygwin. + - Add support for the <main> HTML tag. Patches: Rodrigo Arias Mallo <rodarima@gmail.com> ----------------------------------------------------------------------------- |