mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
1.3
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1195 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
8bd50b400a
commit
b771c5de56
@ -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., <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.</p></li>
|
||||
<li><p>Nesting of block structural elements (<p/>) and list elements (<dl/>, <ol/>, <ul/>) is NOT RECOMMENDED, except within <div/> elements.</p></li>
|
||||
<li><p>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.</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 <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.</p></li>
|
||||
</ol>
|
||||
</section1>
|
||||
<section1 topic='Examples' anchor='examples'>
|
||||
|
Loading…
Reference in New Issue
Block a user