Confirmed users
446
edits
mNo edit summary |
mNo edit summary |
||
| Line 38: | Line 38: | ||
**** <code>Function.prototype.apply</code> no longer requires arguments to be an array or an arguments value -- any array-like object is valid now, {{bug|562448}} (includes recent spec erratum spawned by work on this) | **** <code>Function.prototype.apply</code> no longer requires arguments to be an array or an arguments value -- any array-like object is valid now, {{bug|562448}} (includes recent spec erratum spawned by work on this) | ||
*** In progress | *** In progress | ||
*** Updating <code>parseInt</code> to reject octal input in strict mode (ES5 rejects everywhere, we're concerned about compatibility) in {{bug|577536}} | **** Updating <code>parseInt</code> to reject octal input in strict mode (ES5 rejects everywhere, we're concerned about compatibility) in {{bug|577536}} | ||
*** Requiring object-literal getters/setters to have 0/1 arguments, {{bug|536472}} | **** Requiring object-literal getters/setters to have 0/1 arguments, {{bug|536472}} | ||
*** Yak-shaving to be able to make JSON.parse reject trailing commas | **** Yak-shaving to be able to make JSON.parse reject trailing commas | ||
* [[Platform/2010-Q3-Goals#Content|Content]] Goals Update: | * [[Platform/2010-Q3-Goals#Content|Content]] Goals Update: | ||
* [[Platform/2010-Q3-Goals#Layout|Layout]] Goals Update: | * [[Platform/2010-Q3-Goals#Layout|Layout]] Goals Update: | ||