Re: fallback for css-file (was Re[2]: Improving alt (was handling fallback content for still images))

On 7/13/07, Dmitry Turin <html60@narod.ru> wrote:

> And what's about
>
> <head>
>   <link href="./styles.css" type="text/css" rel="stylesheet">
>     <i>rich</i> <b>fallback<b>
>   </link>
> </head>
>
> to inform browsers in case, if css-file is un-accessable ?
> Deal is that, css-file can contain some content:
> pseudo-elements, binding ...


Well, the same thing would happen - the above, is HTML 4 UAs would
essentially be parsed as:
<head>
 <link attrs...>
</head>
<body>
 <i>rich</i> <b>fallback</b>
</body>


-- 
Jon Barnett

Received on Friday, 13 July 2007 16:21:54 UTC