1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/document/html/test
Kalle Olavi Niemitalo e22eae2e93 HTML: Rewrite parsing of meta refresh
The URL in <meta http-equiv="Refresh" content="42; URL=target.html">
can now freely contain spaces and semicolons.  There cannot be other
parameters between the delay and the URL.  If the URL is not quoted,
then it spans to the end of the attribute, except not to trailing
spaces.  If the URL is quoted, then it ends at the first closing
quotation mark.  All this is consistent with Debian Iceweasel 3.5.16.
2011-05-01 22:59:23 +03:00
..
Makefile HTML: Rewrite parsing of meta refresh 2011-05-01 22:59:23 +03:00
parse-meta-refresh-test.c HTML: Rewrite parsing of meta refresh 2011-05-01 22:59:23 +03:00
test-parse-meta-refresh HTML: Rewrite parsing of meta refresh 2011-05-01 22:59:23 +03:00