Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.10
-
None
-
None
-
JSF 1.2
Description
According to http://www.w3.org/TR/REC-html40/struct/links.html#edef-BASE: the base HTML element must appear '...before any element that refers to an external source'.
As a result the base tag can not be used when using the ExtensionsFilter since DefaultAddResource adds script references before the base tag and most browser then ignore it according to the spec.
If the base tag is present the script references should be added after and should be relative to that base tag or absolute.