Another non-existant Safari beta v62 (which of course doesn't exist, and thus this bug doesn't really exist) bug, has a rather serious bug with stylesheets: if, like me, you have a stylesheet with a media="" specified, it ignores it. So both my media="print" and my media="screen" sheets get applied.
I've alleviated the problem somewhat by putting the print before screen entries in my page, but I'll have to go through and display: block; everywhere / inline; as appropriate. And that's just wrong.
Oh well.
