html5please
html5please copied to clipboard
More features to be added
EDIT:
see this:
http://piratepad.net/morefeatures
some other orphans i have hanging around in my notes
- Min/Max-Width/Height
- position: fixed
- postMessage
- cross-domain XHR
- native JSON
- data URI
- getters and setters on DOM elements
- querySelector(), querySelectorAll()
- display: table-cell, table, etc.
USE with polyfilll:
- WebVTT
- track element
USE ... SOON(ISH) ... HOPEFULLY
- defer attribute for scripts (no Opera)
- async attribute for scripts (no Opera)
- Typed Array (needs IE10)
- BlobBuilder, URLs (no Safari, no Opera)
- File Reader (no Safari, needs IE10)
GETTING THERE...
- File API & File Writer
- shared workers (no IE)
- MIcrodata DOM API (no IE, no Firefox yet)
AVOID (very limited support, no polyfill)
-
Web RTC
-
getusermedia
-
File System
-
sandboxed iframe
-
DeviceOrientation
-
Mouse Lock
-
Gamepad
-
transferable objects
-
mutation observers
DUNNO
-
structured clones
Created a pad to organize issues not covered. http://piratepad.net/morefeatures Please del issues that have been added since.
It would be usefull to have a search results/single feature hotlink (share link).
- Let's add CSS'
will-changetoo. - Battery Status API
- Spellcheck attribute
- CSS Repeating Gradients
- http://www.w3.org/TR/css-gcpm-3/#leaders
Instead of aggregating all ideas into one issue, I think it's better to move the discussion of each feature to separated issues.
I know. Somebody who wanting to take all the stuff in the pad, and move it over to seperated issues? I would love to do so. Isn't really handy this way.
Some more:
- The
hiddenattribute - PNG favicons
- CSS variables
- pointer-events
:placeholderselector<canvas>blend modes, css drawings, 3D canvas, text API
Some more:
- [...]
- scoped CSS
- pointer-events
<canvas>
The site already has those three, unless I misunderstand something.
The site already has those three, unless I misunderstand something.
scoped CSS
@cvrebert Indeed. Removed it.
pointer-events
@cvrebert We only have an article covering the CSS/SVG pointer events.
<canvas>
@cvrebert We have a basic post on the canvas element but, as I actually commented I would like some something covering things like blend modes, 3D canvas, text API, ...
USE with polyfill:
- picture (https://github.com/scottjehl/picturefill)
Also for SVG you could add the SVGInjector polyfill (https://github.com/iconic/SVGInjector) along with SVGWEB, had good results with that in past projects.