Ch. 9 Example 2 Safari behavior
Example 2 in chapter 9, about navigating the DOM tree, seems to behave normally in Chrome 44 and Firefox 39, with the header and paragraph showing up initially and then responding to the style changes at the appropriate times. However, in Safari 8.0.7 the page is blank until all the alerts have been cleared, at which point the header and paragraph appear with all the style changes already applied. Is this a normal quirk of Safari or is there something else going on? FWIW I copied-and-pasted this particular exercise so there shouldn't be anything wrong with the code.
Thanks!
- Jake
Last edited by TheWildJacko; July 29th, 2015 at 12:03 PM..
|