edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
From: Geoff McLane <ubuntu@geoffair.info>
To: Karl Dahlke <eklhad@comcast.net>
Cc: Edbrowse-dev@lists.the-brannons.com
Subject: Re: [Edbrowse-dev] nasa / prepending "on" to events
Date: Sun, 28 Jan 2018 20:19:41 +0100	[thread overview]
Message-ID: <CA+PgotLTF3996hH1fNF2hQp5tMof0FQEne26Mtj5Rh0XVk6Gcw@mail.gmail.com> (raw)
In-Reply-To: <20180027221239.eklhad@comcast.net>

Hi Karl,

Updated and rebuilt with your commit be902a4b33,
and can confirm my test3.html now works... thanks...

That is when browsing test3.html the link exists -
{Contact NASA}

It is different to say the test2.html case in
that there is no indication of this link output
by my debug libtidy...

It is there in the redirected db5 text -
...
> get href
< http://www.nasa.gov/about/contact/index.html
resolve(test3.html|http://www.nasa.gov/about/contact/index.html)
= http://www.nasa.gov/about/contact/index.html
...

However, as you state, I still get NOTHING browsing
the base nasa page... nor the above contact link page...

As we know both pages, and probably many others on
that nasa site, are built entirely by javascript...
but obviously my test3.html does not exactly mirror
the js used...

And the sort of basic 'template' used for each of these pages,
and probably others, is -

```html
 <body class="html ... etc ...">
  <div class="l-page ember-init-hide">
  <header class="l-header container-fluid" role="banner"></header>
   <div class="l-main">
    <div class="l-content container-fluid" id="main" role="main">
      <script>
       ...
      </script>
    </div>
   </div>
  <footer class="l-footer container-fluid" role="contentinfo"></footer>
  </div>
```

One small thing - I note you added a 'footer' array
and a case for it, in startwindow.js, assume that matches the tag -
<footer class="l-footer container-fluid" role="contentinfo"></footer>

What about the 'header' tag matching -
<header class="l-header container-fluid" role="banner"></header>
Or is this handled elsewhere?

And the other case is the main page content -
<div class="l-content container-fluid" id="main" role="main">

Each of these should contain a whole list of links... just
hovering my mouse over various parts of the visual page
and I count upwards of 70 different links... and edbrowse
gets NONE!

Of course the site is filled with stunning visual images,
but on most there is a LOT of readable text and descriptions,
and edbrowse gets 'nothing'!

Do not know what else to try... ideas welcome...

Regards,
Geoff.

  reply	other threads:[~2018-01-28 19:19 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-19 20:08 [Edbrowse-dev] Error Object Karl Dahlke
2018-01-19 20:51 ` Dominique Martinet
2018-01-25 10:48 ` [Edbrowse-dev] defaultView / cloning onevent$$array Kevin Carhart
2018-01-25 14:07   ` Karl Dahlke
2018-01-25 23:07     ` Kevin Carhart
2018-01-26  2:58       ` Karl Dahlke
2018-01-26  3:50         ` [Edbrowse-dev] nasa / prepending "on" to events Kevin Carhart
2018-01-26  4:59           ` Karl Dahlke
2018-01-26  5:51             ` Kevin Carhart
2018-01-26  6:43               ` Karl Dahlke
2018-01-26  8:10                 ` Kevin Carhart
2018-01-26  8:21                   ` Kevin Carhart
2018-01-26  9:08                     ` Karl Dahlke
2018-01-26 10:38                       ` Kevin Carhart
2018-01-26 14:32                         ` Karl Dahlke
2018-01-26 19:13                           ` Geoff McLane
2018-01-26 19:28                             ` Karl Dahlke
2018-01-27  3:52                           ` Kevin Carhart
2018-01-27 18:52                             ` Geoff McLane
2018-01-27 21:10                               ` Karl Dahlke
2018-01-28  3:12                               ` Karl Dahlke
2018-01-28 19:19                                 ` Geoff McLane [this message]
2018-01-28 21:35                                   ` 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=CA+PgotLTF3996hH1fNF2hQp5tMof0FQEne26Mtj5Rh0XVk6Gcw@mail.gmail.com \
    --to=ubuntu@geoffair.info \
    --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).