HL7 / CDA-core-xsl

Informative stylesheet based on XSLT 1.0 to render all CDA documents
35 stars 20 forks source link

Internet Explorer 10 and 11 support #5

Open ahenket opened 4 years ago

ahenket commented 4 years ago

There is one issue left with Internet Explorer 10 and 11: they are unable to render iframes with base64 inline pdf contents.

They also do not support html conditionals anymore, hence that method is unsuitable for detection of these browser versions. This may be possible with a javascript solution, but that might open up new issues.

What currently happens when you send in inline base64 PDF data is this: GeplakteAfbeelding-5

Is that good enough or does IE 10/11 warrant enough user base to see what we can do through an alternative browser detection e.g. using javascript?