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.

themitchy

Member since
themitchy

Recent Docs Activity

View all activity
Page Date Comment

:fullscreen


Thought it would be worthwhile to explicitly call out the Internet Explorer specific pseudo-class. Easy to get wrong by assuming the same pattern as used in the examples.

Fullscreen API


The "Presentation Differences" section example defined a CSS rule for the fullscreen element as if it were wrapped by an element with` :-webkit-full-screen` but that pseudo class is actually applied to the fullscreen element itself.

Control flow and error handling


Updating guide to mention that overwriting of return values by finally also applies to thrown errors.

try...catch


This is touched upon in the Control Flow guide but does not mention that exceptions as well as return values are overwritten. Might be worth updating those docs as well.