I would like to access to every embedded object (each option) inside sel1 object going through some loop, check value of
each option object and set "selected" atribute if needed.
I see that HTMLElement object has HTMLElementList data which contains embedded object but it is private and it's possible to add new object into this list only.
There is no interface which provide accessing i.e. reading and seting different atribute inside particular object ( in this case in "options" object inside "select" object) and I do not understand why it's like that.
Are there any other ways to access (and changes) atributes inside defined objects ?