Council wordsmithing

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2168 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-08-20 19:25:20 +00:00
parent 5569bdec3d
commit 5315815aff
1 changed files with 4 additions and 4 deletions

View File

@ -581,11 +581,11 @@
<p>(Note: The examples might not render correctly in all web browsers, since not all web browsers comply fully with the XHTML 1.0 and CSS1 standards. Markup in the examples may include line breaks for readability. Example renderings are shown with a colored background to set them off from the rest of the text.)</p>
<example caption='Emphasis, font colors, strength'><![CDATA[
<message>
<body>OMG, I&apos;m green with envy!</body>
<body>Wow, I&apos;m green with envy!</body>
<html xmlns='http://jabber.org/protocol/xhtml-im'>
<body xmlns='http://www.w3.org/1999/xhtml'>
<p style='font-size:large'>
<em>OMG</em>, I&apos;m <span style='color:green'>green</span>
<em>Wow</em>, I&apos;m <span style='color:green'>green</span>
with <strong>envy</strong>!
</p>
</body>
@ -594,7 +594,7 @@
]]></example>
<p>This could be rendered as follows:</p>
<div class='example'>
<p style='font-size: large'><em>OMG</em>, I&apos;m <span style='color:green'>green</span> with <strong>envy</strong>!</p>
<p style='font-size: large'><em>Wow</em>, I&apos;m <span style='color:green'>green</span> with <strong>envy</strong>!</p>
</div>
<example caption='Blockquote, cite'><![CDATA[
<message>
@ -829,7 +829,7 @@ That seems fine to me.
<li>Not make hyperlinks clickable</li>
<li>Not fetch or present images but instead show only the 'alt' text.</li>
</ul>
<p>In addition, an implementation MUST make it possible for a user to completely disable the fetching and presentation of images (rather than leave it up to the implementation).</p>
<p>In addition, an implementation MUST make it possible for a user to prevent the automatic fetching and presentation of images (rather than leave it up to the implementation).</p>
</section2>
<section2 topic='Phishing' anchor='security-phishing'>
<p>To reduce the risk of phishing attacks <note>Phishing has been defined as "a broadly launched social engineering attack in which an electronic identity is misrepresented in an attempt to trick individuals into revealing personal credentials that can be used fraudulently against them" (see <link url='http://fstc.org/projects/counter-phishing-phase-1/'>Financial Services Technology Consortium Counter-Phishing Initiative: Phase I</link>).</note>, an implementation MAY choose to:</p>