You cannot post messages because only members can post, and you are not currently a member.
Description:
The jQuery Standards Group exists to promote the needs of the web developer community and jQuery users in the standards process.
|
|
|
Partial HTTP requests
|
| |
Just a total brain bomb here, but I thought I'd kick it around to see
if I can get some feedback -
Basically, I have a proposition to extend the HTTP spec that could
make partial page updates work better with URL modification. However,
before I talk about my proposition, let me first try to explain the... more »
|
|
Add a (CSS) transitionstart event
|
| |
For whatever reason there is only a *transitionend* event specified in the CSS transitions module. The thing is that there is need for a * transitionstart* event, too, e.g. to trigger sounds etc. CSS animations module has such an event, so why not CSS transitions?
|
|
Improve text-overflow to handle vertical overflows
|
| |
I've been using text-overflow recently and I discovered the hard way that it doesn't work for text that overflows vertically (out the bottom of an element). This limitation isn't documented on MDN, so it was a frustrating experience of trial and error. I think that text-overflow should be improved to support vertical overflows as well, since this is the the most... more »
|
|
form methods
|
| |
Forms support GET and POST. Is there any good reason for them not to support PUT / DELETE / HEAD / OPTIONS / TRACE / CONNECT ? Personally I would like to suggest PUT and DELETE, but there may be good use-cases for the other 4 as well
|
|
EventTarget.on
|
| |
jQuery has .on node's EventEmitter has .on It's a simple macro for .addEventListener If we want to suggest EventTarget.on as a method to WHATWG how would we go about doing this?
|
|
|