From f582120190a1cfe2cf3d5fb4acdd462c212feb04 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 17 Dec 2024 15:47:42 -0500 Subject: [PATCH] Remove requirement for extension property keys to be URIs. --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index 06ba4ca..5d260b7 100644 --- a/index.html +++ b/index.html @@ -694,8 +694,6 @@

Options

Options Extensibility

Implementations MAY extend an `options` object with additional properties. -Property keys can be any string but they should be appropriately namespaced (for example by using URIs) -in order to avoid collisions with extensions in other implementations.

As extension properties are implementation specific, they ought not be mandatory.