Hello everyone,
I was using the <base> tag on a project of mine for rather complex purposes, and I found out my code didn't work with Firefox. After a lot of testing, I found out that Firefox cannot handle relative paths in the href attribute of <base>, because the standard says so.
What's the rationale behind this? To me, it's downright idiotic.