← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Created: (OFFICE-3828) Clarify algorithm for collapsing whitespace

From
OASIS Issues Tracker <>
Date
2013-04-29T14:18:17+00:00
ID
738016951.5141367245064430.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Created: (OFFICE-3828) Clarify algorithm for collapsing whitespace
Clarify algorithm for collapsing whitespace
-------------------------------------------

                 Key: OFFICE-3828
                 URL: http://tools.oasis-open.org/issues/browse/OFFICE-3828
             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
          Issue Type: Improvement
    Affects Versions: ODF 1.2
            Reporter: Jos van den Oever


In ODF 1.2 it is not clear how the whitespaace in the following fragment should be collapsed.

  <text:p><text:span>a </text:span> b</text:p>

Should it be:
 a) <text:p><text:span>a </text:span>b</text:p>
 b) <text:p><text:span>a</text:span> b</text:p>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →