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