Skip to content

Commit

Permalink
Merge branch 'master' of github.com:h5bp/html5please
Browse files Browse the repository at this point in the history
* 'master' of github.com:h5bp/html5please:
  input[type=color] for Chromium/Chrome Canary at https://plus.google.com/102860501900098846931/posts/iWujARgWLcn
  Remove specific mention of Opera 12 wrt @dropzone.
  Opera 12+ has DnD support. Update message accordingly.
  URL for ES5-DOM-shim was a broken link, I updated it to https://github.com/termi/ES5-DOM-SHIM
  • Loading branch information
paulirish committed Apr 5, 2012
2 parents d739346 + c2d2d89 commit 3acd7e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion posts/dom.md
Expand Up @@ -2,7 +2,7 @@ feature: DOM
status: caution
tags: polyfill
kind: api
polyfillurls: [ES5-DOM-shim](https://github.com/termi1uc1/ES5-DOM-SHIM), [DOM-shim](https://github.com/Raynos/DOM-shim)
polyfillurls: [ES5-DOM-shim](https://github.com/termi/ES5-DOM-SHIM), [DOM-shim](https://github.com/Raynos/DOM-shim)

A large subset of [the DOM](http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html) can currently be correctly shimmed. However the current shims are not fully tested and are missing some features.

Expand Down
2 changes: 1 addition & 1 deletion posts/dragndrop.md
Expand Up @@ -4,4 +4,4 @@ tags: polyfill nomobile
kind: api
polyfillurls:[dropfile](https://github.com/MrSwitch/dropfile), [fileSaver](https://github.com/eligrey/FileSaver.js), [jDataView](https://github.com/vjeux/jDataView)

Drag and Drop has been standardized in HTML5 based on Internet Explorer's original implementation. Therefore, it already has wide support (except Opera), but many feel frustrated when using the API. You may want to use jQuery UI Draggable (or another JavaScript library) to handle this for you. Meanwhile the proposed [[dropzone]](http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute) attribute will improve the situation as it gains browser support.
Drag and Drop has been standardized in HTML5 based on Internet Explorer's original implementation. Therefore, it already has wide support, but many feel frustrated when using the API. You may want to use jQuery UI Draggable (or another JavaScript library) to handle this for you. Meanwhile the proposed [[dropzone]](http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute) attribute will improve the situation as it gains browser support.
2 changes: 1 addition & 1 deletion posts/input-typecolor.md
Expand Up @@ -4,6 +4,6 @@ tags: polyfill gtie9
kind: html
polyfillurls: [jscolor](https://github.com/jo/JSColor), [html5widgets](http://www.useragentman.com/blog/2010/07/27/cross-browser-html5-forms-using-modernizr-webforms2-and-html5widgets/)

A color input will fall back to a plain text input if it's not supported, but excluding Opera, no desktop browser has added support for color inputs.
A color input will fall back to a plain text input if it's not supported. So far, only Opera supports it, but it's rolling out in Chrome Canary.

You should probably avoid this until it has support in WebKit, Gecko or IE.

0 comments on commit 3acd7e3

Please sign in to comment.