Progressive enhancement revolves around the principle of creating websites that are accessible and usable in all browsers. However, with the recent advent of Firefox OS devices, the “limiting factor” becomes not the browser (which is on par with modern mobile browsers, afaik), but the device’s hardware. A recent Ars Technica article demonstrates this: Ars’s 900KB website performs awfully on the new $35 Firefox OS device.
It makes sense to me to expand the meaning of Progressive Enhancement to cover not only limited browsers, but limited hardware as well. The implementation of this extension would be centered around minimizing the work that the browser has to perform to render the page, e.g. don’t load and execute all the JavaScript files at once and don’t request all the page’s resources (images, webfonts, etc.) at once; rather perform these tasks in iterations and adjust them to match the browser’s performance.