Alleged Tarot brush-up (3)
The
SVG-powered simulated deal now works on Safari. In the
end I achieved this by using the special attribute that
signals to Adobe that it should use its own JavaScript engine,
not its host’s (in this case, Safari’s).
I have also belatedly switched the script to using
document.URL
to find its URL rather than the
HTML-style location.search
(which fails on Safari
as well).
Read more