Recent Docs Activity
View all activityPage | 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. |