https://issues.apache.org/ooo/show_bug.cgi?id=125326
Issue ID: 125326
Issue Type: DEFECT
Summary: [SVG] Missing type attribute of style element does not
get default value
Product: Draw
Version: 4.2.0-dev
Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
Created attachment 83750
--> https://issues.apache.org/ooo/attachment.cgi?id=83750&action=edit
test styling-elem-01-b from W3C test suite
The current implementation fails on test case "styling-elem-01-b.svg" of the
W3C test suite
http://www.w3.org/Graphics/SVG/Test/20110816/archives/W3C_SVG_11_TestSuite.tar.gz.
For your convenience I attach the file here.
It is allowed, that the "type" attribute of the style element is missing. In
that cases it defaults to type="text/css", see spec
http://www.w3.org/TR/SVG/styling.html#StyleElement. The current implementation
skips the whole style element.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.