https://bugs.documentfoundation.org/show_bug.cgi?id=147580
Bug ID: 147580
Summary: validation error with draw:extrusion-specularity
Product: LibreOffice
Version: 7.4.0.0 alpha0+ Master
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 178442
--> https://bugs.documentfoundation.org/attachment.cgi?id=178442&action=edit
file to reproduce the problem
Open attached document and save it to "ODF 1.3" and to "ODF 1.3 (extended)".
Validate the file. In both cases you get the validation error
attribute "draw:extrusion-specularity" has a bad value: the value does not
match the regular expression "([0-9]?[0-9](\.[0-9]*)?|100(\.0*)?|\.[0-9]+)%".
This is a follow up to bug 145700. That commit keeps values higher than 100%
from doc import for better interoperability. But such values are not allowed in
ODF. The request for changing ODF is in
https://issues.oasis-open.org/browse/OFFICE-4122. In the meantime we need to
use loext namespace in "ODF 1.3 (extended)" and restrict the value to the
allowed range in "ODF 1.3".
--
You are receiving this mail because:
You are the assignee for the bug.