https://bugs.documentfoundation.org/show_bug.cgi?id=64038

Michael Stahl <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|Writer                      |filters and storage
            Version|4.0.1.2 release             |Inherited From OOo
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
     Ever confirmed|0                           |1

--- Comment #15 from Michael Stahl <[email protected]> ---
thanks for reminding me of this.

apparently nothing changed here between OOo 3.3 and current master.

this is all rather confusing so i'm not quite sure i understand it.

is whitespace directly following <text:s> allowed at all?

6.1.3 <text:s>
The <text:s> element is used to represent the [UNICODE] character “ “ (U+0020,
SPACE).
This element shall be used to represent the second and all following “ “
(U+0020, SPACE) characters in a sequence of “ “ (U+0020, SPACE) characters.


doesn't a space character following the <text:s> violate the "shall" wording
above, and it should be something like this?

  <span>a </span><s c="2"/><span>b</span>
  <span>a </span><s/><span><s/>b</span>

or does "sequence" imply there are no opening or closing XML tags between the
spaces?

some relevant issues:
https://issues.oasis-open.org/browse/OFFICE-3828
https://issues.oasis-open.org/browse/OFFICE-3706

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to