XEP-0393: clarify language around strong emphasis

This commit is contained in:
Sam Whited 2018-05-01 21:26:02 -05:00
부모 8870c8c4ad
커밋 34f68c6b6a
1개의 변경된 파일23개의 추가작업 그리고 12개의 파일을 삭제

파일 보기

@ -25,6 +25,16 @@
<supersededby/>
<shortname>styling</shortname>
&sam;
<revision>
<version>0.1.4</version>
<date>2018-05-01</date>
<initials>ssw</initials>
<remark>
<p>
Clarify language around strong emphasis.
</p>
</remark>
</revision>
<revision>
<version>0.1.3</version>
<date>2018-02-14</date>
@ -334,18 +344,6 @@
<body>
(Two spans, both )(*alike in dignity*)
</body>
]]></example>
</section3>
<section3 topic='Strong' anchor='strong'>
<p>
Text enclosed by '*' (U+002A ASTERISK) is strong and SHOULD be displayed
with a heavier font weight than the surrounding text (bold).
</p>
<example caption='Strong'><![CDATA[
<body>
The full title is "Twelfth Night, or What You Will" but
*most* people shorten it.
</body>
]]></example>
</section3>
<section3 topic='Emphasis' anchor='emph'>
@ -358,6 +356,19 @@
The full title is _Twelfth Night, or What You Will_ but
_most_ people shorten it.
</body>
]]></example>
</section3>
<section3 topic='Strong Emphasis' anchor='strong'>
<p>
Text enclosed by '*' (U+002A ASTERISK) is strongly emphasized and SHOULD
be displayed with a heavier font weight than the surrounding text
(bold).
</p>
<example caption='Strong'><![CDATA[
<body>
The full title is "Twelfth Night, or What You Will" but
*most* people shorten it.
</body>
]]></example>
</section3>
<section3 topic='Strike through' anchor='strike'>