h5bp / html5please

Graded Feature Support: Look up web technologies and find out if they are ready for use.
http://html5please.com/
MIT License
837 stars 265 forks source link

More features to be added #25

Open nimbupani opened 12 years ago

nimbupani commented 12 years ago

EDIT:

see this:

http://piratepad.net/morefeatures

paulirish commented 12 years ago

some other orphans i have hanging around in my notes

sideshowbarker commented 12 years ago

USE with polyfilll:

USE ... SOON(ISH) ... HOPEFULLY

GETTING THERE...

AVOID (very limited support, no polyfill)

nimbupani commented 12 years ago

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

giuseppeg commented 12 years ago

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

arthurvr commented 9 years ago
zenorocha commented 9 years ago

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

arthurvr commented 9 years ago

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 commented 9 years ago

Some more:

cvrebert commented 9 years ago

Some more:

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

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

arthurvr commented 9 years ago

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

johnantoni commented 9 years ago

USE with polyfill:

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.