[Bug 13145] Spec Element.innerText

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13145

--- Comment #5 from Jonas Sicking <jonas@sicking.cc> 2011-07-08 16:54:04 UTC ---
Well, I'm not sure that Gecko is willing to implement something unless we know
that all parties are willing to go that route. For us that would just be
additional code that still doesn't produce cross-browser APIs. In fact, more
than anything it's likely to break more sites that it fixes since there's
likely a lot of pages out there that does:

if (foo.innerText) {
  <code that assumes webkit/IE behavior>
}
else {
  <code that uses something else>
}

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 8 July 2011 16:54:10 UTC