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