Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #data
  2. <!DOCTYPE html><html><frameset></frameset></html><!--x-->
  3. #errors
  4. #comments
  5. "A comment token"
  6. #document
  7. | <!DOCTYPE html>
  8. | <html>
  9. |   <head>
  10. |   <frameset>
  11. | <!-- x -->
  12.  
  13. #data
  14. <!DOCTYPE html><html><frameset></frameset></html><!DOCTYPE foo>
  15. #errors
  16. Unexpected DOCTYPE: <!DOCTYPE foo>
  17. #comments
  18. "A DOCTYPE token"
  19. #document
  20. | <!DOCTYPE html>
  21. | <html>
  22. |   <head>
  23. |   <frameset>
  24.  
  25. #data
  26. <!DOCTYPE html><html><frameset></frameset></html>
  27.  
  28. #errors
  29. #comments
  30. Whitespace character token
  31. #document
  32. | <!DOCTYPE html>
  33. | <html>
  34. |   <head>
  35. |   <frameset>
  36. |   "
  37. "
  38.  
  39. #data
  40. <!DOCTYPE html><frameset></frameset></html><html bgcolor="red">
  41. #errors
  42. Second <html> tag not allowed.
  43. #comments
  44. A start tag whose tag name is "html"
  45. #document
  46. | <!DOCTYPE html>
  47. | <html>
  48. |   bgcolor="red"
  49. |   <head>
  50. |   <frameset>
  51.  
  52. #data
  53. <!DOCTYPE html><html><frameset></frameset></html>
  54. #errors
  55. #comments
  56. "An end-of-file token"
  57. #document
  58. | <!DOCTYPE html>
  59. | <html>
  60. |   <head>
  61. |   <frameset>
  62.  
  63. #data
  64. <!DOCTYPE html><html><frameset></frameset></html><noframes>
  65. #errors
  66. End tag after </html>.
  67. </frameset> when the current node is the root "html" element.
  68. #comments
  69. A start tag whose tag name is "noframes"
  70. #document
  71. | <!DOCTYPE html>
  72. | <html>
  73. |   <head>
  74. |   <frameset>
  75. |   <noframes>
  76.  
  77. #data
  78. <!DOCTYPE html><html><frameset></frameset></html>xx
  79. #errors
  80. Text after </html> tag.
  81. Text in frameset.
  82. #comments
  83. "Anything else" (character token)
  84. #document
  85. | <!DOCTYPE html>
  86. | <html>
  87. |   <head>
  88. |   <frameset>
  89.  
  90. #data
  91. <!DOCTYPE html><html><frameset></frameset></html><table>
  92. #errors
  93. Tag after </html>.
  94. <table> not allowed in <frameset>.
  95. #comments
  96. "Anything else" (start tag)
  97. #document
  98. | <!DOCTYPE html>
  99. | <html>
  100. |   <head>
  101. |   <frameset>
  102.  
  103. #data
  104. <!DOCTYPE html><html><frameset></frameset></html></frameset>
  105. #errors
  106. End tag after </html>.
  107. </frameset> when the current node is the root "html" element.
  108. #comments
  109. "Anything else" (end tag)
  110. #document
  111. | <!DOCTYPE html>
  112. | <html>
  113. |   <head>
  114. |   <frameset>
  115.