From 60df13b76dda006bfa029c0345b15645ecf1469b Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Thu, 15 Feb 2018 15:22:06 -0600 Subject: [PATCH] XEP-0393: rework definition of a span --- xep-0393.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xep-0393.xml b/xep-0393.xml index 051fb38c..1db8e336 100644 --- a/xep-0393.xml +++ b/xep-0393.xml @@ -164,12 +164,12 @@
Span
- 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:
  • (plain span)
  • @@ -428,4 +428,7 @@

    This document does not define any new XML structure requiring a schema.

    + +

    The author wishes to thank Kevin Smith for his review and feedback.

    +