Skip to content Skip to sidebar Skip to footer
Showing posts with the label Standards

Which Html5 Elements Have Onload/"load Event"?

Mozilla's MDN informs about the load Event with this stub: The load event is fired when a res… Read more Which Html5 Elements Have Onload/"load Event"?

Image Map Support In Firefox, Chrome And Other Browsers

Are image maps supported in chrome and firefox? w3schools seems to suggest they are. Given this, w… Read more Image Map Support In Firefox, Chrome And Other Browsers

Which Html Version Should Be Chosen For A Public Website

I am currently working on a website. After studying HTML5 and its features I want to go ahead with … Read more Which Html Version Should Be Chosen For A Public Website

How Should The Return Value Of Javascript Links Be Handled?

According to standards, what's the correct way to handle the return value of javascript protoc… Read more How Should The Return Value Of Javascript Links Be Handled?

JQuery Class Selectors Like $(.someClass) Are Case Sensitive?

Given this HTML: some text Why does this JQuery selector match it on some browsers and some pages… Read more JQuery Class Selectors Like $(.someClass) Are Case Sensitive?