[Bug 13145] Spec Element.innerText

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

--- Comment #6 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-07-08 17:11:15 UTC ---
If anyone is actually doing "if (foo.innerText)" and running code that works in
every browser but Gecko, then that just suggests there are more features that
Gecko needs to support to match other browsers, no?  Gecko will probably break
on other pages too in that case, so you should want to support those features
anyway.  Codepaths that only work in one browser are to be expected and we have
to work around them, but if a codepath can be written that works in every
browser *but* one, that browser's the one that should change.

But we'll see what WebKit says.

-- 
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 17:11:25 UTC