Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for tests/html5reader.test
2025-01-31
| ||
13:17 | Disable another test by default because it works with large data. file: [05b49514f3] check-in: [f7c09e580b] user: rolf branch: trunk, size: 11635 | |
2024-05-01
| ||
23:38 | Run tests requiring 64-bit only with such builds. file: [186ff343d2] check-in: [f6d486c6eb] user: rolf branch: trunk, size: 11611 | |
2023-03-28
| ||
23:30 | Changed to Tcl 9 list API also. file: [130ef57cd9] check-in: [e3ef6358dd] user: rolf branch: towardsTcl9, size: 11599 | |
2023-03-10
| ||
15:53 | Handle gumbos max 4 GB input limit. file: [45694d8c02] check-in: [7777abf8ff] user: rolf branch: towardsTcl9, size: 11587 | |
2018-10-18
| ||
23:16 | Simplified the master file of the included test suite, mostly by removing not longer needed cruft. And other minor test suite gardening. file: [9e17b12e5b] check-in: [fa94139e03] user: rolf branch: trunk, size: 11021 | |
2017-04-07
| ||
01:25 | Corrected header comment. file: [f839da02dd] check-in: [ca060d66dc] user: rolf branch: trunk, size: 11061 | |
2017-04-04
| ||
23:58 | Changed default of --enable-html5 back to off. By following the rules now the generated DOM trees are "namespaced", the HTML tags in the xhtml, the sgv and mathml tags and the xlink attributes in their respectivly namespaces. Since this probably isn't wanted by a lot of users and adds only burden for no good in a lot of use cases -html5 can be combined with -ignorexmlns, in which case all nodes and attributes in the DOM tree are not in an XML namespace. Added a few words of documentation and tests. file: [8a4fe7a566] check-in: [15f1033a6f] user: rolf branch: html5_by_gumbo, size: 11085 | |
2017-03-25
| ||
01:18 | Added: Added an experimental dom parse -html5 option, that uses the gumbo library (https://github.com/google/gumbo-parser) to generate a tdom DOM tree out of (html5) input. It's disabled, by default, enable it with ../configure --enable-html5. This link against the gumbo lib and therefor require that to be installed. file: [c622d6467d] check-in: [5f8d95de29] user: rolf branch: html5_by_gumbo, size: 7021 | |