Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
669 views
in Technique[技术] by (71.8m points)

api - Are there implementations of the W3C DOM other than in web browsers?

So we all know that the DOM (Document Object Model) is an interface that represents HTML pages in web browsers and that you can interact with it using JavaScript.

And now and then I read comments about needing a web browser to use the DOM. But is this true?

Aren't there other implementations of the DOM such as in server side JavaScript engines, screen scrapers, unit testing frameworks, other programming languages besides JavaScript, etc?

Or has this really never been done?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

And now and then I read comments about needing a web browser to use the DOM. But is this true?

Of course not. Your understanding is correct.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...