From 34323f455fd207f7f529141bf6a051c9761b2715 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 11 Sep 2017 15:16:20 +0800 Subject: [PATCH] Cite RFC 2781 informatively Fixes #438. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index bbc814dc..7c141d82 100644 --- a/index.bs +++ b/index.bs @@ -5242,7 +5242,7 @@ The [=type name=] of the The {{DOMString}} type corresponds to the set of all possible sequences of [=code units=]. -Such sequences are commonly interpreted as UTF-16 encoded strings [[!RFC2781]] +Such sequences are commonly interpreted as UTF-16 encoded strings [[RFC2781]] although this is not required. While {{DOMString}} is defined to be an OMG IDL boxed [=sequence type|sequence=]<{{unsigned short}}> valuetype