diff --git a/index.html b/index.html
index b824bc8..5a7ee23 100644
--- a/index.html
+++ b/index.html
@@ -1872,6 +1872,9 @@
Operations
If the key data of |key| represents an invalid point or a small-order element
on the Elliptic Curve of Ed25519, return `false`.
+
+ Not all implementations perform this check.
+
@@ -1879,6 +1882,9 @@
Operations
represents an invalid point or a small-order element
on the Elliptic Curve of Ed25519, return `false`.
+
+ Not all implementations perform this check.
+
@@ -2765,6 +2771,9 @@
Operations
If the key data of |key| represents an invalid point or a small-order element
on the Elliptic Curve of Ed448, return `false`.
+
+ Not all implementations perform this check.
+
@@ -2772,6 +2781,9 @@
Operations
represents an invalid point or a small-order element
on the Elliptic Curve of Ed448, return `false`.
+
+ Not all implementations perform this check.
+