From b771c5de5602b6579a1188a15d33926562977517 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Wed, 29 Aug 2007 21:59:05 +0000 Subject: [PATCH] 1.3 git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1195 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0071.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xep-0071.xml b/xep-0071.xml index 495605ad..877b1ad8 100644 --- a/xep-0071.xml +++ b/xep-0071.xml @@ -37,10 +37,10 @@ &stpeter; - 1.3pre1 - in progress, last updated 2007-08-08 + 1.3 + 2007-08-29 psa -

Reorganized and further clarified security considerations regarding malicious objects, phishing, and presence leaks.

+

Reorganized and further clarified security considerations regarding malicious objects, phishing, and presence leaks; added business rule about inclusion and processing of hyperlinks.

1.2 @@ -536,6 +536,7 @@
  • The use of structural elements is NOT RECOMMENDED where presentational styles are desired, which is why very few structural elements are specified herein. Implementations SHOULD use appropriate 'style' attributes (e.g., <span style='font-weight: bold'>this is bold</span> and <p style='margin-left: 5%'>this is indented</p>) rather than XHTML structural elements (e.g., <strong/> and <blockquote/>) wherever possible.

  • Nesting of block structural elements (<p/>) and list elements (<dl/>, <ol/>, <ul/>) is NOT RECOMMENDED, except within <div/> elements.

  • It is RECOMMENDED for implementations to replace line breaks with the <br/> element and to replace significant whitepace with the appropriate number of non-breaking spaces (via the NO-BREAK SPACE character or its equivalent), where "significant whitespace" means whitespace that makes some material difference (e.g., one or more spaces at the beginning of a line or more than one space anywhere else within a line), not "normal" whitespace separating words or punctuation.

  • +
  • When rendering XHTML-IM content, a user agent SHOULD NOT render as a hyperlink text that is not structured via the <a/> element from the Hypertext Module; therefore if the sender wishes text to be linked, the sending user agent MUST represent the text using the <a/> element and appropriate attributes.