Is there a website where I can see which HTML 5 tags are supported in in different browsers? And WebGL?

StackOverflow https://stackoverflow.com/questions/2292672

  •  21-09-2019
  •  | 
  •  

문제

I want to make an HTML/Javascript web app. Is there a website where I can compare what webrowser already support the HTML 5 tags? And WebGL?

도움이 되었습니까?

해결책

Yes, there are many. Here are a couple for each:
(HTML) http://a.deveria.com/caniuse/
(HTML) http://quirksmode.org/dom/html5.html
(WebGL) http://wakaba.c3.cx/w/webgl.html
(WebGL) http://khronos.org/webgl/wiki/Getting_a_WebGL_Implementation

Other posters' answers are also good.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top