From fa1a3e0bfe03312e35d49b9bf83dc5eac12c452b Mon Sep 17 00:00:00 2001 From: fuchsia Date: Fri, 1 Jun 2018 14:16:14 +0100 Subject: [PATCH] TYPO: transposed DOMPointReadOnly and DOMPoint... ...so the text matches the IDL. --- geometry/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry/Overview.bs b/geometry/Overview.bs index 38a563d6..7e57dcff 100644 --- a/geometry/Overview.bs +++ b/geometry/Overview.bs @@ -110,7 +110,7 @@ dictionary DOMPointInit { variables x coordinate, y coordinate, z coordinate and w perspective. -{{DOMPointReadOnly}} as well as the inheriting interface {{DOMPoint}} must be able to access and set +{{DOMPoint}} as well as the inheriting interface {{DOMPointReadOnly}} must be able to access and set the value of these variables.

An interface returning an {{DOMPointReadOnly}} object by an attribute or function may be able to