https://issues.apache.org/ooo/show_bug.cgi?id=123988
svanteschubert <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Issue Type|ENHANCEMENT |DEFECT --- Comment #5 from svanteschubert <[email protected]> --- During my time at Sun we had often the discussions about the differentation of enhancement/defect/feature. Allow me to provide an argumentation of this being an defect rather than enhancement and according to a UNIX system no answer means good, I will already change optimistically the type to defect. ;) I understand your perspective that the format of the hyperlink is already working in AOO and the change of the style is only an enhancement for AOO users. That is correct when the created documents are only being exchanged in an homogenous environement. But if ODF documents should be usable by arbitrary ODF applications, the current behavior is an interoperability issue for people exchanging ODF documents as the ODF specification does not define the used behavior. The ODF specification is like a blue print for applications. If an application does not behave according to the specification, the application behaves incorrect (defect). In our case the specification writes that styles defined in the styles.xml and identified by a style in the styles.xml: <style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text"> <style:text-properties fo:color="#000080" fo:language="zxx" fo:country="none" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/> </style:style> Should be referenced from the content.xml as: <text:p text:style-name="Standard">He<text:a text:style-name="Internet_20_link" xlink:type="simple" xlink:href="http://www.heise.de/">llo Wor</text:a>ld!</text:p> So users exchanging documents within the ODF ecosystems have the same user experience. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
