html5please icon indicating copy to clipboard operation
html5please copied to clipboard

More features to be added

Open nimbupani opened this issue 13 years ago • 11 comments

EDIT:

see this:

http://piratepad.net/morefeatures

nimbupani avatar Jan 18 '12 15:01 nimbupani

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.

paulirish avatar Jan 19 '12 05:01 paulirish

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

sideshowbarker avatar Jan 20 '12 02:01 sideshowbarker

Created a pad to organize issues not covered. http://piratepad.net/morefeatures Please del issues that have been added since.

nimbupani avatar Jan 22 '12 03:01 nimbupani

It would be usefull to have a search results/single feature hotlink (share link).

giuseppeg avatar Jan 25 '12 18:01 giuseppeg

  • Let's add CSS' will-change too.
  • Battery Status API
  • Spellcheck attribute
  • CSS Repeating Gradients
  • http://www.w3.org/TR/css-gcpm-3/#leaders

arthurvr avatar Nov 27 '14 17:11 arthurvr

Instead of aggregating all ideas into one issue, I think it's better to move the discussion of each feature to separated issues.

zenorocha avatar Nov 27 '14 18:11 zenorocha

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.

arthurvr avatar Nov 27 '14 18:11 arthurvr

Some more:

  • The hidden attribute
  • PNG favicons
  • CSS variables
  • pointer-events
  • :placeholder selector
  • <canvas> blend modes, css drawings, 3D canvas, text API

arthurvr avatar Dec 18 '14 09:12 arthurvr

Some more:

  • [...]
  • scoped CSS
  • pointer-events
  • <canvas>

The site already has those three, unless I misunderstand something.

cvrebert avatar Feb 10 '15 20:02 cvrebert

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, ...

arthurvr avatar Feb 10 '15 20:02 arthurvr

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.

johnantoni avatar May 26 '15 17:05 johnantoni