archives

« Bugzilla Issues Index

#4219 — Ch. 24: Various editorial issues


24.1.1.3 DetachArrayBuffer( arrayBuffer )
Note: "uses the" -> "use the"


24.1.1.4 CloneArrayBuffer( srcBuffer, srcByteOffset [, cloneConstructor] )
> The abstract operation CloneArrayBuffer takes two parameters, an ArrayBuffer srcBuffer, an integer srcByteOffset and optional parameter cloneConstructor.

=> The abstract operation CloneArrayBuffer takes three parameters, an ArrayBuffer srcBuffer, an integer srcByteOffset and optionally a constructor function cloneConstructor.



24.1.1.6 SetValueInBuffer ( arrayBuffer, byteIndex, type, value, isLittleEndian )
Step 9.a: "IEEE-754-2008" -> "IEEE 754-2008"
Step 9.a: "rawValue" -> "rawBytes"
Step 10.a: "IEEE-754-2008" -> "IEEE 754-2008"
Step 10.a: "rawValue" -> "rawBytes"


24.1.4.1 get ArrayBuffer.prototype.byteLength
Step 3: Missing comma between "slot throw"


24.1.4.2 ArrayBuffer.prototype.constructor
1st para: Change "ArrayBuffer.prototype.constructor" to fixed width font


24.1.4.3 ArrayBuffer.prototype.slice ( start, end )
Step 3: Missing comma between "slot throw"
Step 17: Missing comma between "slot throw"


24.2.1.1 GetViewValue ( view, requestIndex, isLittleEndian, type )
Step 3: Missing full stop


24.2.1.2 SetViewValue ( view, requestIndex, isLittleEndian, type, value )
Step 3: Missing full stop


24.2.4.1 get DataView.prototype.buffer
Step 3: Missing comma between "slot throw"


24.2.4.2 get DataView.prototype.byteLength
Step 3: Missing comma between "slot throw"


24.2.4.3 get DataView.prototype.byteOffset
Step 3: Missing comma between "slot throw"

24.2.4.5 DataView.prototype.getFloat32 ( byteOffset [ , littleEndian ] )
24.2.4.6 DataView.prototype.getFloat64 ( byteOffset [ , littleEndian ] )
24.2.4.8 DataView.prototype.getInt16 ( byteOffset [ , littleEndian ] )
24.2.4.9 DataView.prototype.getInt32 ( byteOffset [ , littleEndian ] )
24.2.4.11 DataView.prototype.getUint16 ( byteOffset [ , littleEndian ] )
24.2.4.12 DataView.prototype.getUint32 ( byteOffset [ , littleEndian ] )
Preamble: wrong font for "and optional argument "


24.2.5 Properties of DataView Instances
1st para: "each have a" -> "each have"


24.3 The JSON Object
1st para: Missing space "object.The"
2nd para: "described in this specification" -> "described in that specification"


24.3.2.2 Runtime Semantics: QuoteJSONString ( value )
Step 2a: Add ", then" after if-clause
Step 2b: Add ", then" after if-clause
Step 2c: Add ", then" after if-clause


24.3.2.3 Runtime Semantics: SerializeJSONObject ( value )
Preamble: "to the stack" -> "to stack" ?
Step 10a: Add ", then" after if-clause


24.3.2.4 Runtime Semantics: SerializeJSONArray ( value )
Preamble: "to the stack" -> "to stack" ?


fixed in rev37 editor's draft


In Rev37