Juan Pablo Goldfinger <[EMAIL PROTECTED]>, 2008-11-07 00:30 -0200: > I like to know if there a list of html5's tags that webkit supports. > > I would like to test the element <datagrid>, is it implemented?
<datagrid> isn't supported in any browser yet. Nor are most of the other newly added elements in the HTML5 draft -- with the exceptions of <canvas>, <video> and <audio> You can check yourself on implementation status of specific elements/parts of the draft by taking a look at the marginal annotations in each section; for example: http://www.whatwg.org/specs/web-apps/current-work/#datagrid http://www.whatwg.org/specs/web-apps/current-work/#the-canvas-element Not all of the annotations are up to date, but I think most of the ones for new elements and features are -- so if the "Implementation status" part of the annotation for a new element or feature is blank, it most likely does mean it's not been implemented in any browser yet. --Mike -- Michael(tm) Smith http://people.w3.org/mike/ _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

