edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] <object> - falling behind
@ 2014-11-26  8:28 Karl Dahlke
  2014-12-04 21:01 ` Adam Thompson
  0 siblings, 1 reply; 4+ messages in thread
From: Karl Dahlke @ 2014-11-26  8:28 UTC (permalink / raw)
  To: Edbrowse-dev

If we're not actively developing edbrowse, we fall behind,
and I have to admit that's pretty discouraging.
I stumbled upon this link quite by accident.
http://www.w3.org/TR/html401/struct/objects.html
html4 has new ways, through the <object> tag,
to put in images, including clickable images, which are essentially
hyperlinks and should not be ignored,
and music and videos and well almost anything,
into the html document,
and also into the javascript tree I'm sure,
and yet I barely recognize the <object> tag at all,
and I'm sure I don't do anything with it.
So this is a heads up, someone, maybe me if I have time
amongst crashing computers and other projects,
needs to look at the type attribute,
and pretend like <object is <img or <music or <iframe
or whatever the case may be, and act accordingly,
as per that chunk of code that is already somewhere in html.cpp,
and almost certainly not in its own stand alone function, as it should be.
And also put stuff in the js tree, but not sure how that is done.
If the type is image, does this also go in the array of images
across the entire page, or not, because it is an object tag.
Lots to learn here.

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [Edbrowse-dev]  <object> - falling behind
@ 2014-12-04 21:16 Karl Dahlke
  2014-12-05 19:19 ` Adam Thompson
  0 siblings, 1 reply; 4+ messages in thread
From: Karl Dahlke @ 2014-12-04 21:16 UTC (permalink / raw)
  To: Edbrowse-dev

> I've been wondering about doing something about getting
> edbrowse to do html5 for a while, but work and life have somewhat got in the way.
> To be honest, I wonder if this isn't a good moment to seriously consider
> implementing a proper DOM and possibly work out how to plug in all the other
> things that we need to keep edbrowse usable in the increasingly js-heavy
> internet environment.
> I'm particularly thinking of ajax etc which are increasingly used,
> as well as all the possibilities of html 5 (which can be used to do things
> previously only done with flash and other such technologies).

I agree with all of this.
It might entail a certain amount of redesign, but that's ok.
I'm not even sure javascript existed when I first wrote edbrowse,
so you have to move with the times.
It's a lota lota work, and I don't feel like I could do it myself,
but probably could with some help.

Karl Dahlke

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-05 19:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-26  8:28 [Edbrowse-dev] <object> - falling behind Karl Dahlke
2014-12-04 21:01 ` Adam Thompson
2014-12-04 21:16 Karl Dahlke
2014-12-05 19:19 ` Adam Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).