Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<base> can be anywhere, not just in the <head> as per HTML5^H #69

Open
mathiasbynens opened this issue Feb 4, 2011 · 5 comments
Open

Comments

@mathiasbynens
Copy link
Contributor

As the title says, <base> can be anywhere, not just in <head>: http://html5.org/tools/web-apps-tracker?from=5710&to=5711

It’s not conforming but it still happens, and the HTML spec now describes how UAs should handle it.

I noticed this might cause issues with some of the code in has.js.

@jdalton
Copy link
Contributor

jdalton commented Feb 4, 2011

I think you are getting ahead of current implementations.

@mathiasbynens
Copy link
Contributor Author

I believe this is just standardizing what most browsers already support. The page I linked to mentions this is implemented in Firefox, IE, Opera and Safari. Here’s a quick test case: http://mathiasbynens.be/demo/base

@jdalton
Copy link
Contributor

jdalton commented Apr 26, 2011

See my.dropbox/base.html

screenshot

@mathiasbynens
Copy link
Contributor Author

IE7, IE8, IE9 and IE10pp1 seem to ignore the <base> entirely.

In Firefox, both images resolve to http://mathiasbynens.be/demo/base/test.png, i.e. the image with the “2” in it.

IE6 and most other browsers apply the <base> correctly, that is, only for references following the <base> in the source (not for the entire document).

@jdalton
Copy link
Contributor

jdalton commented Apr 26, 2011

Ya I left both images out of my dropbox so u could see when it was and wasn't working. Haven' tested IE9 yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants