> I only turn its JS on when someone says "look at this" but otherwise
> mostly surf the external net on Windoze or Android. NetSurf is only
> really of any use on RISC OS related sites where authors are (/ought to
> be) aware of its shortcomings.
NetSurf lets me read docs and mailing lists, supports Gtk3 and Wayland,
doesn't need patching out glibc reliance on every upgrade, is easy to
build and MIT licensed, and GParted live image includes it.
From JS, I mainly want querySelector, innerHTML = "", title, Fetch API,
and some DOM4 sugar. Skimming the codebase, I see that implementation
classes in content/handlers/javascript/duktape/ are where I need to code
the DOM stuff. But I don't see where Fetch API would go.
Also I'd appreciate a pointer about what the .bnd extension means, a
style guide that is not PDF but something viewable in NetSurf itself,
some coding do's and don'ts, and an elaboration of the "need to be done
before complete JavaScript support can be considered, such as changing
our web page layout engine to handle dynamic changes" quote from the
docs as in what's expected to not be able to work yet.
No comments:
Post a Comment