On Sat, Jan 18, 2014 at 11:18:35PM +0000, Dave Higton wrote:
I'm completely new to JavaScript.
I tried a small number of elementary JavaScript examples this evening
with NS 1627, and it appears that document.write works, but
document.writeln seems to output nothing. Is that what you would
expect?
Almost certainly: I don't believe document.writeln is implemented.
Is there any page where the implementation status of JavaScript
features or functions within NS is tracked for users to see?
No there is not, and I don't expect there will be until there is
significantly more script support than there is at present. Right now,
if anything works at all, that's a bonus.
J.