NG icon indicating copy to clipboard operation
NG copied to clipboard

Implementing W3C and WHATWG specifications on NG

Open lewispham opened this issue 10 years ago • 5 comments

I think NG should cover some APIs that belong to body standards. List of proposed APIs:

lewispham avatar Sep 14 '15 09:09 lewispham

Canvas? In core? What for?

ChALkeR avatar Sep 14 '15 11:09 ChALkeR

#17 is related.

yosuke-furukawa avatar Sep 14 '15 11:09 yosuke-furukawa

I don't think those higher level API should be on core. Core API should be more stable and lower level. Higher level APIs should be on userland.

BUT, IMO the following APIs are needed to be discussed that core is better or non-core is better.

  • http2 (we already implemented http. IMHO, we would be better to implement http/2)
  • workers (we have PR, but not landed yet.)
  • console (Browser console is pandora box...)
  • whatwg-url
  • blobs, etc

yosuke-furukawa avatar Sep 14 '15 11:09 yosuke-furukawa

I think listed APIs should be implemented on an extended version, not the core.

lewispham avatar Sep 14 '15 13:09 lewispham

WebGL

lygstate avatar Nov 29 '17 15:11 lygstate