archives

« Bugzilla Issues Index

#2741 — 24.1.1.*: preamble typos


In 24.1.1.3 "CloneArrayBuffer( ... )",
the preamble says:
The abstract operation CloneArrayBuffer takes two parameters,
an ArrayBuffer /srcBuffer/, an integer /srcByteOffset/.
It creates a new ArrayBufer whose data is a copy of /srcBuffer/’s
data starting at /srcByteOffset/.This operation performs the follow steps:

After the comma, insert "and".
s|ArrayBufer|ArrayBuffer|
Insert a space before "This"
s|follow|following|

---------------------------------------------
In 24.1.1.4 "GetValueFromBuffer ( ... )", and
in 24.1.1.5 "SetValueInBuffer ( ... )",
the preamble says:
... This operation performs the follow steps:

s|follow|following|


fixed in rev25 editor's draft


confirmed fixed.


... except for "ArrayBufer", re-raised as Bug 2945.