Re: Strategies for standardizing mistakes

One could characterize the difference by saying that Mozilla has 
"reluctant properties" whereas WebKit has "reluctant values".  :)

In other words, in WebKit, 'document.all' has a value --- a value that 
can be assigned to other variables, stored in data structures, and so on 
without changing its behavior --- but which is hard to get a grip on.  
Whereas, in Mozilla, 'document' sort-of-has and sort-of-doesn't-have a 
property named 'all', depending on how you look at it.

It could just be organizational bias, but reluctant properties strike me 
as the more bounded form of insanity.

Received on Thursday, 15 October 2009 09:33:33 UTC