edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Kevin Carhart <kevin@carhart.net>
To: Karl Dahlke <eklhad@comcast.net>
Cc: Edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] acid[0]
Date: Sun, 20 Aug 2017 13:00:38 -0700 (PDT)	[thread overview]
Message-ID: <alpine.LRH.2.03.1708201247430.3438@carhart.net> (raw)
In-Reply-To: <20170720103337.eklhad@comcast.net>



Wow!  Thank you for doing all of this!

> It's so simple and clean.

Yes, the parser in particular seems to be very high quality.  The 
developers have notes that call it "battle tested".

> querySelectorAll is not as simple. As Kevin pointed out, other websites 
> use the same construct, maybe even the same code, and I don't want their 
> function to collide with our function, especially if they work somewhat 
> differently, so I call ours eb$qs.

I'd like to clarify something here.  When nasa.gov calls querySelectorAll, 
it is on the same order as appendChild as far as that web developer is 
concerned.  They expect it to be provided by the browser, which for all 
they know is a compiled, closed-source browser.  Isn't collision not 
exactly right for the situation?  Other websites use the same construct 
but only to call and expect it to be provided.

There's nothing wrong with calling ours eb$qs, but are we then going to 
create a wrapper so that page code can lock on to it by name?

- There's one more thing to mention that might be relevant.  It's 
wonderful that you dove in!  We might need to calibrate the querySelector 
code for browsers rather than node, which is the system for server-side 
javascript (I think it's like an interpreter - I may be describing it 
wrong.  I have used it, but not that much.)  If there are references to 
"exports", I think these need to be removed.  I have definitely gotten qS 
working with edbrowse in the past!  But I have not gone through the 
motions recently.  Maybe you are way ahead of me if you got it working.

> It calls a method getAttributeNode which we don't have. Oops.

It's entirely possible that I implemented this in the same experimental 
build where I got qS working and have never turned it in.  I will check.


Kevin


  reply	other threads:[~2017-08-20 20:00 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-19 15:38 Karl Dahlke
2017-08-19 22:53 ` Kevin Carhart
2017-08-19 23:08   ` Karl Dahlke
2017-08-19 23:33     ` Kevin Carhart
2017-08-20  0:00       ` Karl Dahlke
2017-08-20  0:37         ` Kevin Carhart
2017-08-20 14:33           ` Karl Dahlke
2017-08-20 20:00             ` Kevin Carhart [this message]
2017-08-20 20:08               ` [Edbrowse-dev] getAttributeNode / setAttributeNode Kevin Carhart
2017-08-20 20:24                 ` Karl Dahlke
2017-08-20 20:56                   ` Kevin Carhart
2017-08-20 21:59                     ` Kevin Carhart
     [not found]                       ` <20170721105041.eklhad@comcast.net>
2017-08-21 19:11                         ` Kevin Carhart
2017-08-21 20:01                           ` Karl Dahlke
2017-08-24  9:54                             ` Kevin Carhart
2017-08-24  9:57                             ` Kevin Carhart
2017-08-25  8:19                             ` Kevin Carhart
2017-08-25 22:09                               ` [Edbrowse-dev] whitespace nodes Kevin Carhart
2017-08-25 22:56                                 ` Karl Dahlke
2017-08-26  4:25                                   ` [Edbrowse-dev] (something other than) " Kevin Carhart
2017-09-02  9:03                                     ` Adam Thompson
2017-09-02 15:42                                       ` Karl Dahlke

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=alpine.LRH.2.03.1708201247430.3438@carhart.net \
    --to=kevin@carhart.net \
    --cc=Edbrowse-dev@lists.the-brannons.com \
    --cc=eklhad@comcast.net \
    /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).