What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Aug 27, 2008 by erights
Labels: Phase-Design
WhatsMissing  
What JavaScript constructs are proposed for EcmaScript or commonly used, and absent from Valija?

Introduction

Valija is approximately a subset of the ES3.1 "cautious" subset. But existing libraries are built for "consensus JavaScript", also known as "ES3 + Reality" (hereafter "ES3R"), as represented by what browsers currently do. On this page we try to enumerate all features of ES3R not available in Valija, so that we can more quickly spot problem areas in porting old JavaScript libraries to Valija.

Neither ES3.1 not Valija is settled yet, and actual browser behavior is determined only by ongoing experiment, so these lists are preliminary and fluid.

Details

In ES3R but not codified by any expected standards document

In ES3 or ES3R but not in ES3.1

In ES3.1, but not in the ES3.1 cautious subset

The continued adventures of block-nested declarations

In ES3R and ES3.1 cautious, but not in Valija

In ES3.1 cautious but not yet in Valija


Sign in to add a comment