Just a quick note: I found out that MDN says that .innerText and .textContent 
are slightly different, whereas Domado implements them the same (as 
.textContent). Is this worth fixing?

<https://developer.mozilla.org/En/DOM/Node.textContent#Differences_from_innerText>:
> • Note that while textContent gets the content of all elements, including 
> <script> and <style> elements, the mostly equivalent IE-specific property, 
> innerText, does not.
> • innerText is also aware of style and will not return the text of hidden 
> elements, whereas textContent will.
> • As innerText is aware of CSS styling, it will trigger a reflow, whereas 
> textContent will not.


-- 
Kevin Reid                                  <http://switchb.org/kpreid/>

Reply via email to