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.

sam_eaton (Sam Eaton)

Member since
sam_eaton

Recent Docs Activity

View all activity
Page Date Comment

String.prototype.match()


Added a reference to the general RegExp page to the bottom links for better accessibility.

<table>


The opening note said that tables should NEVER be used for layout. Which is not the case for HTML emails. I added that tables are still commonly used for layout purposes with HTML emails.

Function.prototype.bind()


The example didn't show the code being implemented/used. The new addition shows the code being applied, which increases understanding.

XMLHttpRequest


Added a link to a small part about 'Timeout' to another MDN article that has an example about how to use a the XMLHttpRequest timeout.

Using data attributes


Clarifies in the CSS section that the values must have quotes. It is mentioned at the end of the Javascript Access section, but people coming to view just the CSS section (like myself) would not have read that.