+ 2
Is HTML5 full Completed??
i hear html5 is not completed.
4 Answers
+ 12
@Kinshuk
if you are to speak about tags it's only related to HTML5. everything else is unnecessary + a misuse of the tag system
https://www.sololearn.com/discuss/465048/?ref=app
+ 9
The HTML5 standard is completed, but the browsers don't support it completely yet.
+ 4
A C++ Tag? Can I know why?
Please don't use unnecessary tags in questions.
+ 1
It is not fully completed. To paint on a canvas at least you need to create a context for the canvas, by using the method getContext. All apps that paint in a canvas element have the string '2d' as the parameter for it. This is because they plan to do a 3d version, but it is not done yet, so it is not fully completed.