On Fri, Apr 29, 2011 at 10:36 AM, bitrace <clive.tw...@googlemail.com> wrote:
...
> Some investigation indicates that the style sheet may contain an
> incorrectly formed link:
>
>  <link rel="stylesheet" type="text/css" href="//ajax.googleapis.com/
> ajax/libs/yui/3.3.0/build/cssfonts/fonts-min.css">

Hmm, //ajax.... is a legitimate link, it's called a protocol-relative
link.  Can you make a minimal test case for UIWebView to determine
whether they work in general?    Maybe just have a link to the same
image, one with protocol-relative, and one with a full URL?

...
<p>
abs: <img src="http://example.com/image.jpg";><br/>
rel: <img src="//example.com/image.jpg">
</p>
...
?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to