mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-17 05:10:54 +00:00
cdd289a7ff
We don't handle URLs with fragments exactly ;-) well - meaning we send the fragment part to the server and we don't display the document starting at the anchor tag. Instead of adding the missing capabilities and thus adding lots of code I instead opted to simply ignore fragment-only links. This approach is based on the practical knowledge that fragments are primarily used for intra-document navigation - and are as such fragment-only links. And as we ignore them anyway when displaying the document it's more ergonomic to not have those links in the first place. |
||
---|---|---|
.. | ||
html-strings | ||
html-strings.c | ||
html-strings.h | ||
htmlparser.c | ||
htmlparser.h | ||
http-strings | ||
http-strings.c | ||
http-strings.h | ||
http-user-agent-string | ||
http-user-agent-string.c | ||
http-user-agent-string.h | ||
Makefile.webbrowser | ||
webclient.c | ||
webclient.h | ||
www-dsc.c | ||
www-dsc.h | ||
www.c | ||
www.h |