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

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?

In What Authorative Specification Is The Onchange Event Exhaustively Defined?

I was slightly surprised to find out that the onChange event in an html document is fired on a text… Read more In What Authorative Specification Is The Onchange Event Exhaustively Defined?

Some Questions About Tree Construction [html Spec]

I know that it's not customary to ask a bunch of questions in one, but just each question is in… Read more Some Questions About Tree Construction [html Spec]

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"?