9 ms·
Well. We're talking about making this work in quite a number of different browsers, including IE6. So yes, it is.
by matthiaskramm 16y ago
Well. We're talking about making this work in quite a number of different browsers, including IE6. So yes, it is.
- modeless 16y agoIE (including IE6) supports transforms, as you point out yourself. Of course they don't do it in a standards-compliant way, but that's true for their custom font support also. What problems did you run into?
- matthiaskramm 16y agoPerformance issues, among others. IE's DXImageTransform, as the name suggests, renders an html element to an image and then transforms that entire image.
- blasdel 16y agoThe VML APIs that've been in IE forever are all pretty damn fast individually, but displaying the results slows the rendering down significantly. It's like how straightforward PHP is damn fast as a templating system, but absurdly slow for implementing a high-level templating system in. Besides, text selection wouldn't work. Have y'all managed to avoid implementing a GDocs-style system for hiding text underneath bitmaps for selection?
- modeless 16y agoRendering an HTML element to an image isn't inherently slow; Safari does the same to hardware accelerate CSS animations via Core Animation and it's quite fast there. Of course, it's entirely possible IE's implementation is terrible. I'm curious about the other issues you had as well.
- nimbupani 16y agoIs font obfuscation why the text of http://www.scribd.com/documents/31051131/Scribd-HTML5-The-Future-of-Publishing http://www.scribd.com/documents/31051131/Scribd-HTML5-The-Fu... gibberish?
- snowmaker 16y agoYou see gibberish? I can't repro - can you send me a screenshot?
- eyelidlessness 16y agoI can't say I see gibberish, but I do see pretty serious rendering problems in the latest Safari (though not in Chrome). Things are positioned wrong all over the document. http://magictubes.com/images/Scribd/1.png http://magictubes.com/images/Scribd/1.png http://magictubes.com/images/Scribd/2.png http://magictubes.com/images/Scribd/2.png http://magictubes.com/images/Scribd/3.png http://magictubes.com/images/Scribd/3.png http://magictubes.com/images/Scribd/4.png http://magictubes.com/images/Scribd/4.png