mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -05:00
XEP-0393: rework definition of a span
This commit is contained in:
parent
5027edb84f
commit
60df13b76d
@ -164,12 +164,12 @@
|
|||||||
<di>
|
<di>
|
||||||
<dt>Span</dt>
|
<dt>Span</dt>
|
||||||
<dd>
|
<dd>
|
||||||
A group of text that is rendered inline and where the entire group is
|
A group of text that may be rendered inline alongside other spans.
|
||||||
rendered in the same manner.
|
|
||||||
Spans may be either plain text with no formatting applied, or may be
|
Spans may be either plain text with no formatting applied, or may be
|
||||||
formatted text that is enclosed by two styling directives.
|
formatted text that is enclosed by two styling directives.
|
||||||
Spans are always children of blocks and may not escape from their
|
Spans are always children of blocks and may not escape from their
|
||||||
containing block.
|
containing block.
|
||||||
|
Some spans may contain child spans.
|
||||||
The following all contain spans marked by parenthesis:
|
The following all contain spans marked by parenthesis:
|
||||||
<ul>
|
<ul>
|
||||||
<li>(plain span)</li>
|
<li>(plain span)</li>
|
||||||
@ -428,4 +428,7 @@
|
|||||||
<section1 topic='XML Schema' anchor='schema'>
|
<section1 topic='XML Schema' anchor='schema'>
|
||||||
<p>This document does not define any new XML structure requiring a schema.</p>
|
<p>This document does not define any new XML structure requiring a schema.</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
<section1 topic='Acknowledgements' anchor='ack'>
|
||||||
|
<p>The author wishes to thank Kevin Smith for his review and feedback.</p>
|
||||||
|
</section1>
|
||||||
</xep>
|
</xep>
|
||||||
|
Loading…
Reference in New Issue
Block a user