Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

shelbymoore3

Member since
shelbymoore3

Recent Docs Activity

View all activity
Page Date Comment

Installing Extensions and Themes From Web Pages


Fixes my prior edit. Also I forgot to check the Technical checkbox to require review of this change.

Installing Extensions and Themes From Web Pages


This fixes the example code, which was not working if there was any tag (e.g. bold <b>) between the <a ...> and the </a> and the clicked within that inner tag. This was because the event target was a child of the anchor element.

Window.scrollMaxX


window.innerWidth + window.scrollMaxX != total document width; 43 words added, 1 words removed

Window.scrollMaxY


window.innerHeight + window.scrollMaxY != total document height; 43 words added, 1 words removed

Window.innerWidth


algorithm for innerWidth - any vertical scrollbar width; 20 words added, 22 words removed; page display name reset to default