I do not fully understand all about the DOM. As I was researching about the DOM I found that it was confusing to me. I think the W3C has done a good job with setting standards for the DOM. And with Java Script is able to work with the different browsers,In my research I found that some developers are now starting to reuse portions DOM API and they are not even promising 100% compliance. Also I found that if you want modify your web pages dynamically with Java Script that the DOM is required.
So I do not have feeling whether I love it or I hate it.I would like to understand more fully and then I would have a feeling one way or another. I do think that the W3C is very good about setting standards.
1 comment:
I can understand how it's confusing. I don't know how else to explain the DOM other than to say that all it is, is a reference that allows you to be able to map out the elements of a page, so that other applications like JavaScript can access it.
Post a Comment