From b98007c9f82b4c5f007272979d1c39c89e6f2416 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 19 Oct 2015 18:55:41 +0200 Subject: [PATCH] Fix markup --- index.bs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.bs b/index.bs index 0b76572b2..32812973f 100644 --- a/index.bs +++ b/index.bs @@ -1881,9 +1881,9 @@ A few abstract operations are used in this specification for utility purposes. W

GetViewedArrayBuffer ( O )

-
+
   1. Return the result of the same algorithm as used by the get accessor function of the original value of %TypedArray%.prototype.buffer, with _O_ in place of *this*.
-
+
Ideally, this operation and its counterparts would be @@ -1892,15 +1892,15 @@ A few abstract operations are used in this specification for utility purposes. W

GetByteLength ( O )

-
+
   1. Return the result of the same algorithm as used by the get accessor function of the original value of %TypedArray%.prototype.byteLength, with _O_ in place of *this*.
-
+

GetByteOffset ( O )

-
+
   1. Return the result of the same algorithm as used by the get accessor function of the original value of %TypedArray%.prototype.byteOffset, with _O_ in place of *this*.
-
+

InvokeOrNoop ( O, P, args )