edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Karl Dahlke <eklhad@comcast.net>
To: edbrowse-dev@lists.the-brannons.com
Subject: [Edbrowse-dev]  questions about new finds
Date: Thu, 23 Jun 2016 12:41:37 -0400	[thread overview]
Message-ID: <20160523124137.eklhad@comcast.net> (raw)
In-Reply-To: <alpine.LRH.2.03.1606230329270.22893@carhart.net>

(1) Do you mean <modernizer> in the html text or createElement("modernizer")?
Those are radically different issues.
The first is up to tidy, and out of our hands.
If those tags are simply dropped, they should not be,
and we must submit a bug report to the tidy team.
As for createElement yes we should create some kind of object
for any string that comes in.
Then we'd need a way to scan through those created objects by type.
I don't know how far away we are from this general approach.

(2) Clearly <script> should not run if the type is specified and wrong; just like language.

(3) Sad truth is, if firefox runs some code some way then we have to do the same.
If it does timeout with one arg then so should we, but what is the delay?
Perhaps 1ms.
Hint: jseng_moz.cpp line 2030, the 2 forces exactly 2 args.
I think. You might have to change it to 0 for vararg then check
arg counts down the line.

(4) I was wondering about a change in the event listener.
Well I don't know if I follow all this
but if you'd like to submit something we'll have a look.

(5) Iframe, still pending, as you say,
maybe start by making the object, as we did for XMLHttpRequest,
then we can tie the writer to a native method that pretty much does what innerHTML does.

I even more believe, as you do your research,
that the crazy asynchronous ajax stuff is not most of our problems,
and that would be *really* hard to get right anyways;
that instead it's parts of the dom that just aren't there or aren't implemented properly.
Wish we could borrow an entire dom, as we did with js and tidy html,
but then of course that has its own issues.
Not under our control etc.

Karl Dahlke

  reply	other threads:[~2016-06-23 16:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23 11:22 Kevin Carhart
2016-06-23 16:41 ` Karl Dahlke [this message]
2016-06-27  6:39   ` Kevin Carhart
2016-07-02 16:48     ` Adam Thompson
2016-07-02 17:29       ` Karl Dahlke
2016-07-03  9:54         ` Adam Thompson
2016-07-02 22:11       ` Kevin Carhart
2016-07-03 11:12         ` Adam Thompson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160523124137.eklhad@comcast.net \
    --to=eklhad@comcast.net \
    --cc=edbrowse-dev@lists.the-brannons.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).