git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1195 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-08-29 21:59:05 +00:00
parent 8bd50b400a
commit b771c5de56
1 changed files with 4 additions and 3 deletions

View File

@ -37,10 +37,10 @@
</schemaloc>
&stpeter;
<revision>
<version>1.3pre1</version>
<date>in progress, last updated 2007-08-08</date>
<version>1.3</version>
<date>2007-08-29</date>
<initials>psa</initials>
<remark><p>Reorganized and further clarified security considerations regarding malicious objects, phishing, and presence leaks.</p></remark>
<remark><p>Reorganized and further clarified security considerations regarding malicious objects, phishing, and presence leaks; added business rule about inclusion and processing of hyperlinks.</p></remark>
</revision>
<revision>
<version>1.2</version>
@ -536,6 +536,7 @@
<li><p>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., &lt;span style='font-weight: bold'&gt;this is bold&lt;/span&gt; and &lt;p style='margin-left: 5%'&gt;this is indented&lt;/p&gt;) rather than XHTML structural elements (e.g., &lt;strong/&gt; and &lt;blockquote/&gt;) wherever possible.</p></li>
<li><p>Nesting of block structural elements (&lt;p/&gt;) and list elements (&lt;dl/&gt;, &lt;ol/&gt;, &lt;ul/&gt;) is NOT RECOMMENDED, except within &lt;div/&gt; elements.</p></li>
<li><p>It is RECOMMENDED for implementations to replace line breaks with the &lt;br/&gt; 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.</p></li>
<li><p>When rendering XHTML-IM content, a user agent SHOULD NOT render as a hyperlink text that is not structured via the &lt;a/&gt; element from the Hypertext Module; therefore if the sender wishes text to be linked, the sending user agent MUST represent the text using the &lt;a/&gt; element and appropriate attributes.</p></li>
</ol>
</section1>
<section1 topic='Examples' anchor='examples'>