From b8f2c721dc9bfbd44b6545c96a99755b490e58a7 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 30 Aug 2018 12:22:50 -0600 Subject: [PATCH] Clarify which attributes should be valid --- specification/modules/instant_messaging.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/modules/instant_messaging.rst b/specification/modules/instant_messaging.rst index f3deb2202..d6cc9f098 100644 --- a/specification/modules/instant_messaging.rst +++ b/specification/modules/instant_messaging.rst @@ -109,7 +109,8 @@ back to rendering tab-delimited text. In addition to not rendering unsafe HTML, clients should not emit unsafe HTML in events. Likewise, clients should not generate HTML that is not needed, such as extra paragraph tags surrounding text due to Rich Text Editors. HTML included in events should otherwise be valid, -such as having appropriate closing tags, valid attributes, and generally valid structure. +such as having appropriate closing tags, appropriate attributes (considering the custom ones +defined in this specification), and generally valid structure. .. Note:: A future iteration of the specification will support more powerful and extensible