Advertisement
Guest User

Untitled

a guest
Dec 7th, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. 314
  2. and 9 bonus points
  3.  
  4. out of a total of 450 points
  5.  
  6. Parsing rules2 Bonus points11
  7. <!DOCTYPE html> triggers standards mode Yes ✔
  8. HTML5 tokenizer Yes ✔
  9. HTML5 tree building Yes ✔
  10. HTML5 defines rules for embedding SVG and MathML inside a regular HTML document. Support for SVG and MathML is not required though, so bonus points are awarded if your browser supports embedding these two technologies.
  11. SVG in text/html Yes ✔
  12. MathML in text/html Yes ✔
  13. Canvas20
  14. canvas element Yes ✔
  15. 2D context Yes ✔
  16. Text Yes ✔
  17. Video4 Bonus points21/31
  18. video element Yes ✔
  19. Subtitle support No ✘
  20. Poster image support Yes ✔
  21. The following tests go beyond the requirements of the HTML5 specification and are not counted towards the total score. If a browser supports one or more video codecs, two bonus points are awarded for each codec.
  22. MPEG-4 support No ✘
  23. H.264 support No ✘
  24. Ogg Theora support Yes ✔
  25. WebM support Yes ✔
  26. Audio3 Bonus points20
  27. audio element Yes ✔
  28. The following tests go beyond the requirements of the HTML5 specification and are not counted towards the total score. If a browser supports one or more audio codecs, one bonus point is awarded for each codec.
  29. PCM audio support Yes ✔
  30. MP3 support No ✘
  31. AAC support No ✘
  32. Ogg Vorbis support Yes ✔
  33. WebM support Yes ✔
  34. Elements20/28
  35. Embedding custom non-visible data Yes ✔
  36. New or modified elements
  37. Section elements Yes ✔
  38. Grouping content elements Yes ✔
  39. Text-level semantic elements Partial ○
  40. Interactive elements Partial ○
  41. Global attributes or methods
  42. hidden attribute Yes ✔
  43. Dynamic markup insertion Partial ○
  44. Forms53/98
  45. Field types
  46. input type=search Yes ✔
  47. input type=tel Yes ✔
  48. input type=url Yes ✔
  49. input type=email Yes ✔
  50. input type=datetime No ✘
  51. input type=date No ✘
  52. input type=month No ✘
  53. input type=week No ✘
  54. input type=time No ✘
  55. input type=datetime-local No ✘
  56. input type=number Partial ○
  57. input type=range Partial ○
  58. input type=color No ✘
  59. input type=checkbox Yes ✔
  60. input type=image Partial ○
  61. textarea Yes ✔
  62. select Yes ✔
  63. fieldset Yes ✔
  64. datalist Yes ✔
  65. keygen Partial ○
  66. output Yes ✔
  67. progress Yes ✔
  68. meter No ✘
  69. Fields
  70. Field validation Yes ✔
  71. Association of controls and forms Partial ○
  72. Other attributes Partial ○
  73. CSS selectors Yes ✔
  74. Events Yes ✔
  75. Forms
  76. Form validation Partial ○
  77. User interaction34/36
  78. Drag and drop
  79. Attributes Partial ○
  80. Events Yes ✔
  81. HTML editing
  82. Editing elements Yes ✔
  83. Editing documents Yes ✔
  84. APIs Yes ✔
  85. History and navigation5
  86. Session history Yes ✔
  87. Microdata0/15
  88. Microdata No ✘
  89. Web applications20
  90. Application Cache Yes ✔
  91. Custom scheme handlers Yes ✔
  92. Custom content handlers Yes ✔
  93. Custom search providers Yes ✔
  94. Security0/10
  95. Sandboxed iframe No ✘
  96. Seamless iframe No ✘
  97.  
  98. Related specifications
  99.  
  100. Geolocation15
  101. Geolocation Yes ✔
  102. WebGL24/25
  103. 3D context Yes ✔
  104. Native binary data Partial ○
  105. Communication25
  106. Cross-document messaging Yes ✔
  107. Server-Sent Events Yes ✔
  108. Both Mozilla and Opera do support the WebSocket protocol in their latest browsers, but have disabled it due to a fundamental security issue with the protocol. Once the protocol has been updated it is expected they will re-enable this feature.
  109. WebSocket Yes ✔
  110. Files10/20
  111. FileReader API Yes ✔
  112. FileSystem API No ✘
  113. Storage20
  114. Session Storage Yes ✔
  115. Local Storage Yes ✔
  116. IndexedDB Yes ✔
  117. The Web SQL Database specification is no longer being updated and has been replaced by IndexedDB. Because at least 3 vendors have shipped implementations of this specification we still include it in this test.
  118. Web SQL Database No ✘
  119. Workers10/15
  120. Web Workers Yes ✔
  121. Shared Workers No ✘
  122. Local multimedia0/20
  123. Access the webcam No ✘
  124. Notifications0/10
  125. Web Notifications No ✘
  126. Other6
  127. Text selection Yes ✔
  128. Scroll into view Yes ✔
  129.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement