3 Jul
2010
3 Jul
'10
5:34 a.m.
Jeremy wrote:
The problem is that, last time I looked at any rate, dpis are invoked by specific URL schemes. What I'm thinking of would require dillo to invoke dpis when it sees particular bits of HTML. That might be non-trivial to implement.
Yeah, everything's awfully hardcoded in capi.c. I imagine it would require a fair amount of untangling and thinking. Maybe it would be nice to have the dpis able to register interest in resources meeting certain criteria or something. Or maybe the trick is to simply :) implement the NPAPI. BTW, for <object>s, I remember from the html4 spec that one is _supposed_ to use the data attribute, but nearly everyone ignores that and just makes up a... <param movie=[url]> tag instead, IIRC.