Frank Hellenkamp
Frank Hellenkamp
Yes, that would be great! Especially with the strange mapping of ESC to backspace and if we don't add another line of special keys to the keyboard.
Because I would guess that the browser would behave like this: (From the srcset-spec at http://www.w3.org/html/wg/drafts/srcset/w3c-srcset/#processing-the-image-candidates) > The user agent may at any time run the following algorithm to update...
Use case: This would be one example http://bestarchitects.de/de/2014/alle/alle/11.html – Fullscreen images in the background (technically no background-image because it's part of the content). Depending on the screen size you'll get...
The global function should be there, because otherwise we won't be able to use it with ajax requested images. For the resize case: A global function would be, but I...
The problem with the readonly attribute is, that we cannot make sure, that the user does not change the value (by removing the attribute or changing its value directly). So...
Serverside, the easiest way is to subclass the HtmlForm class and override the onValidate function. I would also recommend defining your inputs in "addChildElements". There you can add a custom...