Ian Hickson wrote: >>> h1 { content: url(xyzcompany-logo); } > > The current proposal, which I intend to make sure the spec states, is that > if the image is not downloaded in the case above, the UA must > automatically fallback to using whatever the element's contents were. Compare: h1 { content: url(xyzcompany-logo); } h1 { content: "Logo: " url(xyzcompany-logo); } h1 { content: "\160 " url(xyzcompany-logo); } h1 { content: "\feff " url(xyzcompany-logo); } h1 { content: url(something) url(xyzcompany-logo); } How would these all render if the company logo fails to load? Is there a difference between various reasons for it failing to load (there really shouldn't be, I would hope). -BorisReceived on Monday, 12 April 2004 11:08:58 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:28 GMT