In case others are seeing this, <base> tags appear broken on whatever
was recently deployed to iGoogle:
see: https://issues.apache.org/jira/browse/SHINDIG-1461

Only on iGoogle(shindig?), a gadget with content:
  <head>
    <base href="http://www.example.com/gadgethome";>
    <link href="foo.css" rel="stylesheet" type="text/css">
  </head>

becomes:
  <head>
    <link href="foo.css" rel="stylesheet" type="text/css">
    <base href="http://www.example.com/gadgethome";>
  </head>

Which breaks the resolution of the href, since the base tag hasn't
come into effect.  This behavior aggressive rewriting is at odds with
the spec:

http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-Gadget.xml#rfc.section.6.2.1

-- 
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en.

Reply via email to