From 68ac9e35273afcf1d0c0717d6b59cfd5db59ae4a Mon Sep 17 00:00:00 2001 From: Zoltan Kis Date: Tue, 6 Oct 2015 18:10:53 +0300 Subject: [PATCH] Add note for internal slots. --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 7278cc8..3a6678c 100644 --- a/index.html +++ b/index.html @@ -227,6 +227,11 @@ internal slots of an object, instead of saying "the [[\y]] internal slot of x".

+

+ Internal slots are used only as a notation in this specification, and + implementations do not necessarily have to map them to explicit internal + properties. +

The Augmented Backus-Naur Form (ABNF) notation used is specified in [[RFC5234]].